summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: don't emit ugly warnings with older rtpjitterbuffer versionsTim-Philipp Müller2009-04-011-2/+7
* rtspsrc: add proxy supportWim Taymans2009-03-312-0/+89
* matroska: don't leak serialized values when writing tagsStefan Kost2009-03-311-0/+1
* matroska: don't alter passed data and especialy don't leak.Stefan Kost2009-03-311-3/+5
* goom: the structure is not fully initialized, but the copied.Stefan Kost2009-03-311-1/+2
* matroska: init endianess as such and signedness as boolean.Stefan Kost2009-03-311-2/+3
* qtdemux: don't use ininitialized var in debug log statementStefan Kost2009-03-311-2/+2
* qtdemux: don't leak atom data in case of a wrong fourccStefan Kost2009-03-311-1/+1
* matroska: don't leak read data in demuxerStefan Kost2009-03-311-0/+2
* udp: don't use protocol in debug message after freeingStefan Kost2009-03-312-2/+2
* rtpmp4adepay: output should be framed alreadyTim-Philipp Müller2009-03-301-2/+2
* rtspsrc: link to the on_npt_stop signal to EOSWim Taymans2009-03-271-0/+12
* qtdemux: some stream synchronization to aid seeking in unbalanced clipsMark Nauwelaerts2009-03-261-5/+80
* qtdemux: additional safety and sanity checks (push based mode)Mark Nauwelaerts2009-03-261-1/+20
* videomixer: some more indent fixesWim Taymans2009-03-261-3/+0
* videomixer: fix gst-indent screwupWim Taymans2009-03-261-50/+0
* rtspsrc: better error message when the RTSP extension for Real streams is mis...Tim-Philipp Müller2009-03-252-3/+44
* i18n: make sure gettext gives us UTF-8 at all timesTim-Philipp Müller2009-03-252-0/+2
* rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloaderTim-Philipp Müller2009-03-252-0/+6
* rtpmp4apay: warn if input is unframedTim-Philipp Müller2009-03-251-2/+8
* qtdemux: handle FLUSH_STOP eventMark Nauwelaerts2009-03-241-2/+18
* avidemux: don't post an error if EOS can't be pushed downstream.Alessandro Decina2009-03-241-6/+1
* qtdemux: support seeking in push based modeMark Nauwelaerts2009-03-201-82/+334
* qtdemux: align push based behaviour more with pull basedMark Nauwelaerts2009-03-201-0/+18
* qtdemux: fix mem leaks and prevent excessive buffering in push based modeMark Nauwelaerts2009-03-201-9/+18
* rtpmp4adepay: don't append an extra 0 byte to the codec dataTim-Philipp Müller2009-03-201-3/+3
* rtph264depay: fix base64 decodingWim Taymans2009-03-191-2/+5
* udp: Fix build if on SolarisDavid Adam2009-03-191-2/+2
* rtp: Use GLib functions for encoding/decoding base64Sebastian Dröge2009-03-185-187/+19
* rtspsrc: add some debug for the timestampsWim Taymans2009-03-161-2/+12
* udpsrc: convert _ in properties to -Wim Taymans2009-03-131-2/+2
* udpsrc: Add network interface selectionEdgar E. Iglesias2009-03-135-5/+43
* rtspsrc: don't send PAUSE when not connectedWim Taymans2009-03-121-1/+1
* rtspsrc: fix timeout checkWim Taymans2009-03-111-1/+1
* makefile: fix typo in no-static plugins ruleStefan Kost2009-03-101-1/+1
* gstrtpvorbisdepay: Fix build on macosxEdward Hervey2009-03-101-2/+3
* vorbisdepay: fix some leaksWim Taymans2009-03-091-55/+50
* qtdemux: sanitize tag namesWim Taymans2009-03-091-3/+14
* rtspsrc: fix range parsingWim Taymans2009-03-052-41/+69
* Move siren rtp pay/depay from gst-plugins-farsightOlivier Crête2009-03-046-1/+422
* rtspsrc: fix memory leak in closeWim Taymans2009-03-041-9/+22
* rtspsrc: fix do-rtcp property descriptionWim Taymans2009-03-041-1/+1
* rtpmp4vpay: Add support for more formatsWim Taymans2009-03-021-9/+20
* rtspsrc: add support for http tunnelingWim Taymans2009-03-021-1/+5
* alawdec, mulawdec: demote some debug messages from ERROR to WARNING or DEBUGTim-Philipp Müller2009-02-282-6/+5
* rgvolume: Improve log message for peak values >1.0 by clamping explicitly.René Stadler2009-02-281-1/+15
* Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Sebastian Dröge2009-02-279-46/+350
|\
| * rgvolume: ignore out-of-range peak valuesMichael Smith2009-02-271-1/+1
| * wavparse: Fix SEEK event handling in push mode, and SEEKABLY query handlingMark Nauwelaerts2009-02-271-28/+258
| * matroskademux: Remove gst_util_dump_mem() calls.Edward Hervey2009-02-271-4/+0