summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
| * avidemux: fix SEEK event handling in push modeJulien Moutte2009-02-261-3/+10
| * rtspsrc: add the .h file change tooPatrick Radizi2009-02-261-0/+1
| * rtspsrc: add property to disable RTCPPatrick Radizi2009-02-261-4/+25
| * udp: fix gst_udp_set_loop_ttl() againJan Smout2009-02-261-4/+8
| * rtpvrawdepay: fail on interlaced videoWim Taymans2009-02-261-0/+10
| * rtpvrawpay: fail on interlaced videoWim Taymans2009-02-261-2/+37
* | udp: Don't set errno to EAFNOSUPPORT unconditionallyLRN2009-02-271-0/+4
|/
* udpsrc: fix compilationWim Taymans2009-02-251-0/+4
* udpsrc: Make sure the sockaddr length used for recvfrom() is big enough.Peter Kjellerstedt2009-02-251-1/+1
* udpsrc: Unify the use of union gst_sockaddr.Peter Kjellerstedt2009-02-251-8/+7
* avidemux: avoid crashing on subtitlesWim Taymans2009-02-251-2/+9
* udp: Fix strict-aliasing warnings from gcc 4.4.0Jan Schmidt2009-02-241-11/+14
* rtp: Fix compiler warning in h264 payloaderTim-Philipp Müller2009-02-241-4/+6
* qtdemux: Also use "(c)inf" to fill the comment tagEdward Hervey2009-02-242-2/+4
* rtspsrc: perform UDP SETUP according to MS RTSP specMark Nauwelaerts2009-02-231-6/+30
* Read ICMP error messages instead of loopingAurelien Grimaud2009-02-231-2/+44