summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-01-02ext/cdio/gstcdio.c: Remove unused format argument.Alessandro Decina1-1/+1
2008-12-01ext/mpeg2dec/gstmpeg2dec.c: Last change introduced a regression that made mpe...Sebastian Dröge1-2/+4
2008-11-25ext/mpeg2dec/gstmpeg2dec.*: Add support for 4:4:4 video. Fixes #562086David Schleef2-8/+18
2008-11-24ext/mpeg2dec/gstmpeg2dec.c: Add support for the STATE_SEQUENCE_MODIFIED state...Simon Holm Thøgersen1-0/+5
2008-11-17ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS....Sebastian Dröge1-1/+1
2008-11-05ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.Wim Taymans2-3/+102
2008-10-14ext/mpeg2dec/gstmpeg2dec.*: Prefer the container's PAR over the stream's PAR ...Robin Stocker2-2/+31
2008-10-13Don't install static libs for plugins. Fixes #550851 for ugly.Stefan Kost9-0/+9
2008-10-09ext/amrnb/amrnbparse.c: use #defines for HEADER. Unref the object in _sink_ac...Stefan Kost1-13/+21
2008-10-08ext/mad/gstmad.*: track discont on incomming buffers and set discont on outgo...Wim Taymans2-5/+26
2008-09-28ext/mpeg2dec/gstmpeg2dec.*: Fix compilation with --disable-index. Fixes bug #...Sameer Naik2-1/+17
2008-09-28ext/mad/gstmad.*: Fix compilation with --disable-index. Fixes bug #554142.Sameer Naik2-0/+18
2008-09-27ext/a52dec/gsta52dec.*: Fix channel re-negotiation on a change of the incomin...Thijs Vermeir2-8/+20
2008-09-26ext/amrnb/amrnbenc.*: Pass the discont flag from the input buffer on to the o...Wim Taymans2-1/+10
2008-09-26ext/amrnb/amrnbparse.*: Add flush seek handler. Fixes #536274.Benoit Fouet2-0/+174
2008-09-26ext/amrnb/amrnbparse.*: Fix the duration query. Fixes #536226.Benoit Fouet2-26/+41
2008-08-26ext/a52dec/gsta52dec.c: Set up a default time segment for output when receivi...Jan Schmidt1-1/+4
2008-08-120.10.8.2 pre-release.Jan Schmidt1-0/+8
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2-0/+2
2008-07-31ext/lame/gstlame.c: Use the default for the strict-iso property too.Sebastian Dröge1-2/+2
2008-07-29ext/lame/gstlame.*: Get the defaults settings of LAME in the plugin initializ...Sebastian Dröge2-129/+193
2008-07-27ext/lame/gstlame.c: Use LAME's default for the min/max/mean VBR bitrate. Sett...Sebastian Dröge1-8/+3
2008-07-27Put the MPEG audio version into the caps as "mpegaudioversion".Sebastian Dröge1-0/+10
2008-07-22ext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit...Sebastian Dröge2-14/+6
2008-07-13ext/mpeg2dec/gstmpeg2dec.c: Don't allow width/height outside the spec (i.e. s...Sebastian Dröge1-0/+9
2008-07-11ext/sidplay/Makefile.am: Fix the build.Sebastian Dröge1-2/+2
2008-07-05ext/dvdnav/dvdnavsrc.c: Prevent double free. Fixes bug #541697.Tal Shalif1-5/+6
2008-06-27ext/dvdread/dvdreadsrc.c: Allow and implement non-flushing and/or segment see...Mark Nauwelaerts1-16/+24
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost7-83/+57
2008-06-13Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2-2/+0
2008-06-09ext/cdio/: Also extract album title and album genre from CD-TEXT if available...RELEASE-0_10_10_ROOTRELEASE-0_10_10_BRANCHBenjamin Kampmann3-0/+25
2008-06-07Require libcdio >= 0.76.Tim-Philipp Müller3-27/+2
2008-06-02ext/a52dec/gsta52dec.c: Drain queued buffers before forwarding the segment ev...Wim Taymans1-3/+4
2008-06-02ext/a52dec/gsta52dec.*: Add segment handling, buffer clipping and basic rever...Wim Taymans2-19/+93
2008-05-28Random doc of the day. Also print human readable format of newsegment in log ...Stefan Kost1-1/+27
2008-05-26ext/a52dec/gsta52dec.*: Mark discont on outgoing buffers after receiving a DI...Wim Taymans2-12/+30
2008-05-19ext/mad/gstmad.c: Fix inconsistent use of rate and channels.Edward Hervey1-8/+7
2008-05-10Always let FLUSH_START events flow downstream.Edward Hervey1-0/+1
2008-04-25ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as...Sebastian Dröge1-3/+3
2008-04-17ext/amrnb/amrnbparse.c: We should also stop the streaming task when we get a ...Tim-Philipp Müller1-5/+15
2008-04-17ext/: gst_atomic_int_set ==> g_atomic_int_setEdward Hervey1-1/+1
2008-03-04ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav,...Simone Gotti3-81/+563
2008-02-27Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead of dropping and leaki...Sebastian Dröge1-3/+2
2008-02-27Cache all events except EOS if we still have to send a NEWSEGMENT event. This...Sebastian Dröge2-3/+36
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller1-2/+2
2008-02-22ext/lame/gstlame.c: Fix broken GST_ELEMENT_ERROR macro, fixes compile with th...Tim-Philipp Müller1-1/+1
2008-02-22ext/dvdnav/dvdnavsrc.c: Correctly chain up to the parent's finalize function.Sebastian Dröge1-0/+2
2008-02-18ext/dvdread/dvdreadsrc.c: Add some gint64 casts to prevent 32 bit integer ove...Tal Shalif1-3/+3
2008-02-13ext/dvdread/dvdreadsrc.c: Fix regression in DVD seeking - when a pack we expe...Jan Schmidt1-10/+21
2008-02-11ext/lame/gstlame.c: Don't leak the allowed caps.Sebastian Dröge1-0/+2