gstreamer/gst
René Stadler edc2785eeb Add ReplayGain analysis element (#357069).
Original commit message from CVS:
Patch by: René Stadler  <mail at renestadler de>
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* gst/replaygain/Makefile.am:
* gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
(gst_rg_analysis_class_init), (gst_rg_analysis_init),
(gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
(gst_rg_analysis_start), (gst_rg_analysis_set_caps),
(gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
(gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
(gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
(gst_rg_analysis_album_result), (plugin_init):
* gst/replaygain/gstrganalysis.h:
* gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
(apply_filters), (reset_filters), (accumulator_add),
(accumulator_clear), (accumulator_result), (rg_analysis_new),
(rg_analysis_set_sample_rate), (rg_analysis_destroy),
(rg_analysis_analyze_mono_float),
(rg_analysis_analyze_stereo_float),
(rg_analysis_analyze_mono_int16),
(rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
(rg_analysis_track_result), (rg_analysis_album_result),
(rg_analysis_reset_album), (rg_analysis_reset):
* gst/replaygain/rganalysis.h:
Add ReplayGain analysis element (#357069).
* tests/check/Makefile.am:
* tests/check/elements/.cvsignore:
* tests/check/elements/rganalysis.c: (get_expected_gain),
(setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
(send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
(fail_unless_track_gain), (fail_unless_track_peak),
(fail_unless_album_gain), (fail_unless_album_peak),
(fail_if_track_tags), (fail_if_album_tags),
(fail_unless_num_tracks), (test_buffer_const_float_mono),
(test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
(test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
(test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
(test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
(rganalysis_suite), (main):
Unit tests for the new replaygain element.
2006-10-06 15:56:01 +00:00
..
alpha gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). 2006-09-25 11:47:42 +00:00
apetag gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try harder to extract track number/count. 2006-10-04 10:24:49 +00:00
audiofx Rename again (audiofxgood -> audiofx). 2006-08-27 17:14:06 +00:00
auparse Printf format fixes. 2006-10-05 16:37:33 +00:00
autodetect gst/autodetect/: Small cleanups. don't try to set "sync" property when it is not available. 2006-09-25 13:55:44 +00:00
avi Printf format fixes. 2006-10-05 16:37:33 +00:00
cutter Printf format fixes. 2006-10-05 16:37:33 +00:00
debug Printf format fixes. 2006-10-05 16:37:33 +00:00
effectv More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
equalizer More G_OBJECT macro fixing. 2006-09-16 22:14:35 +00:00
flx Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
goom gst/goom/filters.c: Avoid goom coredumping by clearing memory. 2006-07-07 15:04:29 +00:00
icydemux gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers for typefinding purposes, keep an initial... 2006-09-14 10:38:42 +00:00
id3demux Printf format fixes. 2006-10-05 16:37:33 +00:00
interleave more working plugins 2004-07-27 21:41:30 +00:00
law gst/law/: Fix negotiation to deal with ANY/EMPTY caps instead of leaking. 2006-07-24 14:16:06 +00:00
level gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). Spotted by 2006-09-11 20:38:41 +00:00
matroska Printf format fixes. 2006-10-05 16:37:33 +00:00
median Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
monoscope gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already given away ownership to the adapter. 2006-08-22 12:10:32 +00:00
multipart More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
oldcore Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
qtdemux ext/faad/gstfaad.c: Some cleanups. 2006-10-06 15:49:39 +00:00
replaygain Add ReplayGain analysis element (#357069). 2006-10-06 15:56:01 +00:00
rtp gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). 2006-09-25 11:47:42 +00:00
rtsp gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to share channels and udp ports. 2006-10-06 12:55:53 +00:00
smpte Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 21:07:26 +00:00
spectrum gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy. 2006-10-06 11:31:11 +00:00
udp gst/rtsp/URLS: Add some more URLs. 2006-09-29 15:37:29 +00:00
videobox More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
videocrop gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix passthrough mode; la... 2006-10-04 22:37:07 +00:00
videofilter More G_OBJECT macro fixing. 2006-09-16 21:57:29 +00:00
videomixer gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592). 2006-09-25 11:47:42 +00:00
wavenc gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't error out immediately with a non-negoti... 2006-04-19 15:16:33 +00:00
wavparse Printf format fixes. 2006-10-05 16:37:33 +00:00
Makefile.am tidying up -good for business 2005-08-30 17:32:12 +00:00