summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12Release 1.0.81.0.8Tim-Philipp Müller1-2/+81
2013-04-26Release 1.0.71.0.7Sebastian Dröge1-2/+60
2013-03-22Release 1.0.61.0.6Tim-Philipp Müller1-2/+39
2013-01-08Release 1.0.51.0.5Tim-Philipp Müller1-2/+43
2012-12-18Release 1.0.41.0.4Tim-Philipp Müller1-2/+74
2012-11-21Release 1.0.31.0.3Tim-Philipp Müller1-2/+93
2012-10-25Release 1.0.21.0.2Tim-Philipp Müller1-2/+83
2012-10-07Release 1.0.11.0.1Tim-Philipp Müller1-0/+183
2012-09-14Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller1-2/+708
2012-06-07Release 0.11.92RELEASE-0.11.92Sebastian Dröge1-2/+151
2012-05-13Release 0.11.91RELEASE-0.11.91Sebastian Dröge1-2/+179
2012-04-12Release 0.11.90RELEASE-0.11.90Sebastian Dröge1-2/+214
2012-03-22Release 0.11.2RELEASE-0.11.2Wim Taymans1-2/+302
2012-02-17RELEASE 0.11.1RELEASE-0.11.1Wim Taymans1-2/+1834
2011-05-10Release 0.10.18RELEASE-0.10.18Tim-Philipp Müller1-2/+472
Highlights: - x264enc: allow changing bitrate and quantizers dynamically at runtime - x264enc: proxy downstream caps restrictions upstream via get_caps() - lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps() - mad: allow build without libid3tag (which isn't really needed anyway) - many other fixes and improvements
2011-01-21Release 0.10.17RELEASE-0.10.17Tim-Philipp Müller1-4/+585
2010-09-02Release 0.10.16RELEASE-0.10.16Tim-Philipp Müller1-2/+714
2010-05-30Release 0.10.15RELEASE-0.10.15Tim-Philipp Müller1-2/+538
2010-03-06Release 0.10.14RELEASE-0.10.14Tim-Philipp Müller1-4/+557
2009-10-21Release 0.10.13RELEASE-0.10.13Jan Schmidt1-0/+66
2009-10-150.10.12.3 pre-releaseJan Schmidt1-0/+42
2009-10-120.10.12.2 pre-releaseJan Schmidt1-2/+575
2009-06-18Release 0.10.12RELEASE-0.10.12Jan Schmidt1-2/+1282
2009-03-21Release 0.10.11RELEASE-0_10_11Jan Schmidt1-3962/+7297
2009-01-08gst/mpegstream/: Fix some caps leaks. Fixes bug #564885.GIT_CONVERSIONYves Lefebvre1-0/+13
Original commit message from CVS: Patch by: Yves Lefebvre <ivanohe at abacom dot com> * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_video_stream), (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_reset): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init_stream), (gst_mpeg_demux_get_video_stream), (gst_mpeg_demux_get_audio_stream), (gst_mpeg_demux_reset): * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain): Fix some caps leaks. Fixes bug #564885.
2009-01-02ext/cdio/gstcdio.c: Remove unused format argument.Alessandro Decina1-0/+5
Original commit message from CVS: * ext/cdio/gstcdio.c: Remove unused format argument.
2008-12-13win32/common/: Hardcode cpu for win32 build, just like we do in the other ↵Tim-Philipp Müller1-0/+9
modules, to remove VCS conflicts and incons... Original commit message from CVS: * win32/common/.cvsignore: * win32/common/config.h: * win32/common/config.h.in: Hardcode cpu for win32 build, just like we do in the other modules, to remove VCS conflicts and inconsistent defines between modules, and update version defines to CVS.
2008-12-13m4/Makefile.am: Removed two more .m4 that aren't shipped with gettext 0.17 ↵Edward Hervey1-0/+5
anymore. Original commit message from CVS: * m4/Makefile.am: Removed two more .m4 that aren't shipped with gettext 0.17 anymore.
2008-12-13m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and ↵Edward Hervey1-0/+7
since we now require gettext >= 0.17 ... we... Original commit message from CVS: * m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we can remove it from the list of files to dist.
2008-12-10gst/mpegaudioparse/gstmpegaudioparse.*: Do an initial class_ref on an ↵Tim-Philipp Müller1-0/+13
internal enum type from within the class_init f... Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class), (GST_TYPE_MP3_CHANNEL_MODE), (mp3_type_frame_length_from_header), (gst_mp3parse_emit_frame), (mp3parse_get_query_types): * gst/mpegaudioparse/gstmpegaudioparse.h: Do an initial class_ref on an internal enum type from within the class_init function so that there aren't any issues when multiple mp3parse elements are started in separate threads at the same time. (Why we use an enum type here if the tag is registered as a string type, I don't know). Also remove custom UNUSED macro and use GLib's instead.
2008-12-04configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ↵Sebastian Dröge1-0/+6
macro directory, reverting last change. Original commit message from CVS: * configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.
2008-12-04configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our ↵Sebastian Dröge1-0/+6
M4 macros. Original commit message from CVS: * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
2008-12-01ext/mpeg2dec/gstmpeg2dec.c: Last change introduced a regression that made ↵Sebastian Dröge1-0/+6
mpeg2dec handle some 4:2:2 videos as 4:4:4.... Original commit message from CVS: * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format): Last change introduced a regression that made mpeg2dec handle some 4:2:2 videos as 4:4:4. Fixes bug #562086.
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge1-0/+11
build time an older gettext version will s... Original commit message from CVS: Patch by: Cygwin Ports maintainer <yselkowitz at users dot sourceforge dot net> * autogen.sh: * configure.ac: Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will still work. Fixes bug #556091.
2008-11-25ext/mpeg2dec/gstmpeg2dec.*: Add support for 4:4:4 video. Fixes #562086David Schleef1-0/+6
Original commit message from CVS: * ext/mpeg2dec/gstmpeg2dec.c: * ext/mpeg2dec/gstmpeg2dec.h: Add support for 4:4:4 video. Fixes #562086
2008-11-24ext/mpeg2dec/gstmpeg2dec.c: Add support for the STATE_SEQUENCE_MODIFIED ↵Simon Holm Thøgersen1-0/+8
state in mpeg2dec >= 0.5.0. Fixes bug #562065. Original commit message from CVS: Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk> * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain): Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec >= 0.5.0. Fixes bug #562065.
2008-11-20gst/asfdemux/gstasfdemux.c: Remove duplicate and broken code for the ↵Wim Taymans1-0/+6
streaming case and simply reuse the much better ... Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_chain): Remove duplicate and broken code for the streaming case and simply reuse the much better working pull based code. Fixes #560348.
2008-11-20configure.ac: Back to development -> 0.10.10.1Jan Schmidt1-0/+5
Original commit message from CVS: * configure.ac: Back to development -> 0.10.10.1
2008-11-19Release 0.10.10 - "Under the House"RELEASE-0_10_10Jan Schmidt1-0/+7
Original commit message from CVS: Release 0.10.10 - "Under the House"
2008-11-17ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of ↵Sebastian Dröge1-0/+7
GST_CFLAGS. The latter could contain CFLAGS that do... Original commit message from CVS: * ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could contain CFLAGS that do not exist for C++, like -Wvla or -Wdeclaration-after-statement. Fixes bug #561161.
2008-11-12configure.ac: 0.10.9.3 pre-releaseJan Schmidt1-0/+5
Original commit message from CVS: * configure.ac: 0.10.9.3 pre-release
2008-11-11gst/asfdemux/gstasfdemux.c: Only copy sane aspect ratio values on the caps. ↵Wim Taymans1-0/+5
Fixes #559682. Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream): Only copy sane aspect ratio values on the caps. Fixes #559682.
2008-11-06Add bug number to the mp3parse mpeg 2.5 fixSebastian Dröge1-1/+1
Original commit message from CVS: Add bug number to the mp3parse mpeg 2.5 fix
2008-11-05ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.Wim Taymans1-0/+8
Original commit message from CVS: * ext/amrnb/amrnbdec.c: (gst_amrnb_variant_get_type), (gst_amrnbdec_class_init), (gst_amrnbdec_set_property), (gst_amrnbdec_get_property), (gst_amrnbdec_chain): * ext/amrnb/amrnbdec.h: Add a property to select the amr variant. Fixes #424070.
2008-11-03gst/mpegstream/: Fix memmory corruption due to not storing the new updated ↵Tal Shalif1-0/+11
pointer after a g_renew(). Fixes #558896. Original commit message from CVS: Patch by: Tal Shalif <tshalif at nargila dot org> * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_subpicture_stream): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream), (gst_mpeg_demux_get_audio_stream): Fix memmory corruption due to not storing the new updated pointer after a g_renew(). Fixes #558896.
2008-10-30tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. ↵Stefan Kost1-0/+5
Fixes #558277. Original commit message from CVS: * tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. Fixes #558277.
2008-10-24configure.ac: oops, forgot to bump the version back to devel after the last ↵Jan Schmidt1-0/+6
release 0.10.9.1 Original commit message from CVS: * configure.ac: oops, forgot to bump the version back to devel after the last release 0.10.9.1
2008-10-24gst/realmedia/rmdemux.c: Add suport for mpeg4 and aac audio. See #556714.Wim Taymans1-0/+7
Original commit message from CVS: * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream), (gst_rmdemux_descramble_mp4a_audio), (gst_rmdemux_handle_scrambled_packet): Add suport for mpeg4 and aac audio. See #556714.
2008-10-14gst/mpegaudioparse/gstmpegaudioparse.c: Calculate samples per frame ↵Michael Smith1-0/+6
correctly for "MPEG 2.5" layer 3. Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: Calculate samples per frame correctly for "MPEG 2.5" layer 3. Fixes skipping on these files.
2008-10-14ext/mpeg2dec/gstmpeg2dec.*: Prefer the container's PAR over the stream's PAR ↵Robin Stocker1-0/+10
if it's given in the srcpad caps. Fixes ... Original commit message from CVS: Patch by: Robin Stocker <robin at nibor dot org> * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init), (handle_sequence), (gst_mpeg2dec_setcaps): * ext/mpeg2dec/gstmpeg2dec.h: Prefer the container's PAR over the stream's PAR if it's given in the srcpad caps. Fixes bug #556184.