summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-31goom: the structure is not fully initialized, but the copied.Stefan Kost1-1/+2
2009-03-31matroska: init endianess as such and signedness as boolean.Stefan Kost1-2/+3
2009-03-31qtdemux: don't use ininitialized var in debug log statementStefan Kost1-2/+2
2009-03-31qtdemux: don't leak atom data in case of a wrong fourccStefan Kost1-1/+1
2009-03-31matroska: don't leak read data in demuxerStefan Kost1-0/+2
2009-03-31udp: don't use protocol in debug message after freeingStefan Kost2-2/+2
2009-03-30rtpmp4adepay: output should be framed alreadyTim-Philipp Müller1-2/+2
2009-03-27flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller6-524/+9
2009-03-27rtspsrc: link to the on_npt_stop signal to EOSWim Taymans1-0/+12
2009-03-26qtdemux: some stream synchronization to aid seeking in unbalanced clipsMark Nauwelaerts1-5/+80
2009-03-26qtdemux: additional safety and sanity checks (push based mode)Mark Nauwelaerts1-1/+20
2009-03-26videomixer: some more indent fixesWim Taymans1-3/+0
2009-03-26videomixer: fix gst-indent screwupWim Taymans1-50/+0
2009-03-25rtspsrc: better error message when the RTSP extension for Real streams is mis...Tim-Philipp Müller3-3/+45
2009-03-25i18n: make sure gettext gives us UTF-8 at all timesTim-Philipp Müller2-0/+2
2009-03-25rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloaderTim-Philipp Müller2-0/+6
2009-03-25rtpmp4apay: warn if input is unframedTim-Philipp Müller1-2/+8
2009-03-25jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2-10/+5
2009-03-25v4l2src: move duplicated timestamping and buffer metadata code to _create()Stefan Kost2-68/+42
2009-03-25v4l2src: remove win32 ifdefs introduced by commit cff3f46760eac74c9bbd7a36aca...Stefan Kost2-10/+0
2009-03-24qtdemux: handle FLUSH_STOP eventMark Nauwelaerts1-2/+18
2009-03-24avidemux: don't post an error if EOS can't be pushed downstream.Alessandro Decina1-6/+1
2009-03-23pulsesink: clean up the state change functionWim Taymans1-10/+12
2009-03-20qtdemux: support seeking in push based modeMark Nauwelaerts1-82/+334
2009-03-20qtdemux: align push based behaviour more with pull basedMark Nauwelaerts1-0/+18
2009-03-20qtdemux: fix mem leaks and prevent excessive buffering in push based modeMark Nauwelaerts1-9/+18
2009-03-20pulsesink: Track the corked/uncorked state ourselvesJan Schmidt2-1/+5
2009-03-20pulse: Make sure the stream is uncorked in the write functionJan Schmidt1-4/+23
2009-03-20speexenc: fix direction of latency query and other upstream queriesTim-Philipp Müller1-2/+4
2009-03-20.gitignore: ignore moreTim-Philipp Müller2-3/+3
2009-03-20rtpmp4adepay: don't append an extra 0 byte to the codec dataTim-Philipp Müller1-3/+3
2009-03-19rtph264depay: fix base64 decodingWim Taymans1-2/+5
2009-03-19udp: Fix build if on SolarisDavid Adam1-2/+2
2009-03-18rtp: Use GLib functions for encoding/decoding base64Sebastian Dröge5-187/+19
2009-03-16rtspsrc: add some debug for the timestampsWim Taymans1-2/+12
2009-03-15v4l2src: log details if we have them, needed for #575391Stefan Kost1-2/+2
2009-03-13udpsrc: convert _ in properties to -Wim Taymans1-2/+2
2009-03-13udpsrc: Add network interface selectionEdgar E. Iglesias5-5/+43
2009-03-13v4l2src: Prepend to lists and reverse them at the end.Jan Schmidt1-3/+7
2009-03-13pulsesink: Wait until there is enough room to write an entire segmentJan Schmidt1-1/+1
2009-03-12rtspsrc: don't send PAUSE when not connectedWim Taymans1-1/+1
2009-03-12Don't call FLAC__ methods before it's initialized. Fixes #516031Laszlo Pandy1-4/+7
2009-03-11rtspsrc: fix timeout checkWim Taymans1-1/+1
2009-03-11win32: update MANIFEST, fixing 'make dist'Tim-Philipp Müller1-1/+0
2009-03-10makefile: fix typo in no-static plugins ruleStefan Kost1-1/+1
2009-03-10pngdec: various cleanups.Wim Taymans1-21/+44
2009-03-10gstrtpvorbisdepay: Fix build on macosxEdward Hervey1-2/+3
2009-03-10.gitignore: Ignore m4 directoryEdward Hervey1-0/+2
2009-03-09Automatic update of common submoduleJan Schmidt1-0/+0
2009-03-09vorbisdepay: fix some leaksWim Taymans1-55/+50