]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blobdiff - ChangeLog
add test for amrnbenc, enable test infrastructure, and fix a leak
[glsdk/gst-plugins-ugly0-10.git] / ChangeLog
index efdce64344dcfa459180ea9b691862029eaff6b7..c3fbfc7c152f265a2b4964869e112e56a1d05486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * common/check.mak:
+         allow for specifying more than one suppressions file in SUPPRESSIONS
+       * Makefile.am:
+       * tests/Makefile.am:
+       * tests/check/.cvsignore:
+       * tests/check/Makefile.am:
+       * tests/check/elements/.cvsignore:
+       * configure.ac:
+         add tests/check
+       * tests/check/gst-plugins-ugly.supp:
+         add suppressions for libs used by -ugly
+       * tests/check/elements/amrnbenc.c: (buffer_new), (buffer_unref),
+       (setup_amrnbenc), (cleanup_amrnbenc), (push_data),
+       (GST_START_TEST), (amrnbenc_suite), (main):
+         add a simple test for encoding amr
+       * ext/amrnb/amrnbenc.c: (gst_amrnbenc_init):
+         fix pad template leaks
+
+2006-04-10  Michael Smith  <msmith@fluendo.com>
+
+       * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
+         Plug big leak in AMR encoder.
+
+2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
+
+       * ext/mad/gstmad.c: (index_seek):
+         move GstIndexEntry *entry variable declaration before 
+         the first instruction
+       * ext/mad/gstmad.c: 
+         remove debug macros with variable number of parameter by using 
+         GST_DEBUG for WIN32
+       * gst/dvdsub/gstdvdsubdec.c: (gst_dvd_sub_dec_parse_subpic):
+         use gst_guint64_to_gdouble for conversions
+       * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_sync_stream_to_time):
+         replace __FUNCTION__ which is not supported by MSVC by the current function name
+       * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset):
+         remove LL suffix by using G_GINT64_CONSTANT
+       * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead),(gst_mpeg_parse_get_rate):
+         use gst_guint64_to_gdouble for conversions
+       * gst/mpegstream/gstmpegparse.h:
+         remove LL suffix by using G_GINT64_CONSTANT
+       * win32/vs6:
+         add project files for tagac3parse, asfdemux, dvdlpcmdec, dvdsub, iec958, lame,
+         mad, mpegaudioparse, mpegstream, realmedia, synaesthesia
+       
+2006-04-08  Stefan Kost  <ensonic@users.sf.net>
+
+       * ext/amrnb/amrnbdec.c: (gst_amrnbdec_class_init):
+       * ext/amrnb/amrnbenc.c: (gst_amrnbenc_class_init):
+       * ext/amrnb/amrnbparse.c: (gst_amrnbparse_class_init):
+       * ext/mad/gstmad.c: (gst_mad_class_init):
+       * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init):
+       * gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init):
+       * gst/asfdemux/gstasfmux.c: (gst_asfmux_class_init):
+       * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_class_init):
+       * gst/iec958/ac3iec.c: (ac3iec_class_init):
+       * gst/mpegaudioparse/gstmpegaudioparse.c:
+       (gst_mp3parse_class_init):
+       * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init):
+       * gst/mpegstream/gstmpegclock.c: (gst_mpeg_clock_class_init):
+       * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_class_init):
+       * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init):
+       * gst/synaesthesia/gstsynaesthesia.c:
+       (gst_synaesthesia_class_init):
+       Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
+
+2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
+
+       * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_sink_event),
+       (gst_asf_demux_push_buffer):
+         Send newsegment event only once per pad, fixes #336550.
+
+2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
+       * docs/plugins/inspect/plugin-siddec.xml:
+         add siddec
+       * ext/dvdnav/dvdnavsrc.c:
+         doc fixes
+
 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac: