summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-10vorbisdec: adapt to new oggdemuxnew-vorbisWim Taymans2-273/+102
2009-12-09vorbisdec: fix peer queryWim Taymans1-1/+1
2009-12-09theoradec: fix queryWim Taymans1-1/+1
2009-12-09theoradec: small cleanupsWim Taymans1-3/+3
2009-12-09vorbisdec: use gst_pad_peer_query()Wim Taymans1-10/+1
2009-12-09playsink: fix video when subtitles disabledWim Taymans1-1/+3
2009-12-09textoverlay: Only flush downstream on seeks for flushing seeksSebastian Dröge1-3/+9
2009-12-09textoverlay: Proxy buffer allocation on the video sinkpad to the srcpadSebastian Dröge1-0/+25
2009-12-08seek: update slider only 25 times a secondWim Taymans1-1/+1
2009-12-08theora: remove granulepos hacksWim Taymans2-224/+34
2009-12-08playbin2: Fix stream-changed message list iterationSebastian Dröge1-3/+7
2009-12-07oggdemux: improve keyframe seekingWim Taymans1-54/+83
2009-12-07oggdemux: implement keyframe seekingWim Taymans1-55/+148
2009-12-07playsink: Some minor cleanupSebastian Dröge1-9/+6
2009-12-06playbin2: Reset stream segments on FLUSH_STOP and don't adjust QoS events for...Sebastian Dröge1-14/+20
2009-12-04oggdemux: fix timestamps after seekWim Taymans1-53/+73
2009-12-04oggdemux: add commentWim Taymans1-1/+3
2009-12-04oggdemux: don't do math with invalid granuleposWim Taymans1-1/+2
2009-12-04oggdemux: guard against wrong granuleposWim Taymans2-27/+29
2009-12-04theoradec: don't fail on bogus granuleposWim Taymans1-2/+14
2009-12-03oggdemux: reimplement OGM supportDavid Schleef3-53/+157
2009-12-03oggdemux: fix for I-frame-only theoraDavid Schleef1-2/+3
2009-12-03ogg: log when ogg mapper doesn't accept the setup header packetTim-Philipp Müller1-0/+2
2009-12-03ogg: extract width, height and PAR from theora header and add to capsTim-Philipp Müller1-4/+25
2009-12-03ogg: extract number of channels from FLAC, speex and vorbis headersTim-Philipp Müller1-8/+20
2009-12-03build: fix build with debug logging disabled.Stefan Kost1-2/+1
2009-12-03ogg: more print fixesTim-Philipp Müller2-3/+3
2009-12-03ogg: Fixing some printf format stringsThiago Santos2-12/+11
2009-12-03playbin2: don't iterate the factory lists in non-debug modeStefan Kost3-2/+10
2009-12-03Build fix for MSVCDavid Schleef1-1/+1
2009-12-02build: add missing includes for sprintf and atoiStefan Kost1-0/+2
2009-12-01subparse: Add support for some tags of qttextThiago Santos2-6/+264
2009-12-01subparse: add qttext supportThiago Santos5-12/+282
2009-12-01subparse: conditionally cleanup sami contextThiago Santos1-4/+5
2009-12-01subparse: Add missing caps to sink caps templateThiago Santos1-1/+2
2009-12-01Automatic update of common submoduleTim-Philipp Müller1-0/+0
2009-12-01Automatic update of common submoduleSebastian Dröge1-0/+0
2009-11-30subtitleoverlay: Fix some pad refcount issuesSebastian Dröge1-0/+3
2009-11-27Automatic update of common submoduleEdward Hervey1-0/+0
2009-11-26oggdemux: handle theora streams with 0 keyoffsetDavid Schleef2-1/+23
2009-11-26oggdemux: Handle unknown streamsDavid Schleef1-8/+11
2009-11-26Revert "textoverlay: First draw outline text and then the real text"Sebastian Dröge1-6/+6
2009-11-26audiofilter: Use G_DEFINE_ABSTRACT_TYPE_WITH_CODESebastian Dröge1-46/+15
2009-11-26audiofilter: Add _CAST variants of the cast macrosSebastian Dröge1-0/+4
2009-11-25audiosink: add adjustement when slavingWim Taymans1-0/+1
2009-11-25ffmpegcolorspace: Prefer transforming alpha formats to alpha formats and the ...Sebastian Dröge1-1/+64
2009-11-25oggdemux: Reset last_granule during seekingDavid Schleef1-2/+5
2009-11-24oggdemux: Fix timestamp generation for theoraDavid Schleef4-14/+23
2009-11-24oggdemux: Fix vorbis parsingDavid Schleef4-32/+115
2009-11-23playbin2: Transform QoS events to be meaningful for upstream elementsSebastian Dröge1-1/+156