summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: use aggregate control for PLAY/PAUSE/TEARDOWNWim Taymans2013-12-261-32/+29
* rndbuffersize: Proxy CAPS, ALLOCATION, SCHEDULING and srcpad events properlySebastian Dröge2013-12-261-3/+8
* matroskademux: Check for the correct size of codec_data in the ACM caseSebastian Dröge2013-12-261-5/+10
* qtdemux: Fix calcuation of descriptor lengthSebastian Dröge2013-12-261-1/+1
* videomixer: Fix segfault when filling the background of a UYVY frameSebastian Dröge2013-11-291-2/+2
* videomixer: explicitly fail when alpha information would have been lost.Mathieu Duponchelle2013-11-291-0/+12
* rtpsession: don't unref buffer twiceWim Taymans2013-11-281-1/+0
* matroskademux: Avoid division by zero assert in gst_matroska_demux_search_posPer x Johansson2013-11-261-5/+10
* ac3parse: correctly handle timestamps when parsing x-private1-ac3Mark Nauwelaerts2013-11-261-9/+68
* jitterbuffer: advance expected seqnum after droppingWim Taymans2013-11-261-0/+1
* qtdemux: Use GstVideoInfo helper to create caps for raw videoThibault Saunier2013-11-261-30/+20
* matroskademux: Use GstVideoInfo helper to create caps for raw videoThibault Saunier2013-11-262-13/+14
* matroskamux: correctly handle negative relative timestampsMark Nauwelaerts2013-11-261-2/+5
* matroska-demux: Allow a bit more variation when detecting common frameratesSebastian Dröge2013-11-261-1/+1
* rtpjitterbuffer: improve clear-pt-map handlingWim Taymans2013-11-251-2/+0
* rtpjitterbuffer: fix wake-up when new buffers come in after running emptyTim-Philipp Müller2013-11-251-1/+1
* rtpjitterbuffer: pass downstream flowreturn to upstreamWim Taymans2013-11-221-0/+2
* rtpvorbisdepay: handle packets > 0xffffWim Taymans2013-11-222-8/+14
* rtptheoradepay: handle packets > 0xffffWim Taymans2013-11-222-16/+12
* rtpjitterbuffer: avoid mapping the bufferWim Taymans2013-11-221-10/+5
* rtpjitterbuffer: fix crash when do-retransmission=true and a lot of buffers a...George Kiagiadakis2013-11-211-3/+4
* wavenc: generate a non-empty data headerPhilippe Normand2013-11-091-3/+5
* qtdemux: check if the end_time is defined before using itThiago Santos2013-11-091-1/+2
* qtdemux: handle fragmented files with mdat before moofsThiago Santos2013-11-091-3/+5
* qtdemux: When using a buffered mdat, store all received data for later useThiago Santos2013-11-092-1/+42
* multiudpsink: Also use the bind-port property if no bind-address was givenSebastian Dröge2013-11-071-2/+2
* rtpvp8pay: Make Picture ID mode configurable and default to no picture IDSebastian Dröge2013-11-051-2/+76
* rtsp: Add missing gio-2.0 deps and includesRico Tzschichholz2013-11-022-2/+3
* audioiirfilter: Fix initialization coefficient handlingSebastian Dröge2013-11-011-1/+1
* rtspsrc: allow setting tls certificate validation flagsAleix Conchillo Flaque2013-11-012-0/+30
* audioiirfilter: Don't crash if no filter coefficients are providedSebastian Dröge2013-10-312-4/+7
* multiudpsink: Fix memory leakOgnyan Tonchev2013-10-151-0/+6
* flvmux: require stream-format=raw for mpeg-2 too, but don't require framed fieldTim-Philipp Müller2013-10-121-2/+1
* wavenc: A-Law and Mu-Law don't have width/depth/signed caps fieldsSebastian Dröge2013-10-101-8/+2
* deinterlace: Fix handling of planar video formats in greedyh methodSebastian Dröge2013-10-101-7/+7
* matroska: Do not write SegmentUID for WebM muxReynaldo H. Verdejo Pinochet2013-10-061-5/+15
* videomixer: Update videoconvert copyMathieu Duponchelle2013-10-041-102/+139
* videomixer: Check if the pad needs reconfiguration in collectedMathieu Duponchelle2013-10-041-0/+3
* qtdemux: Add support for the mp2v fourcc for MPEG-2 videoSebastian Dröge2013-10-041-0/+1
* jitterbuffer: fix race in flush-start/flush-stopWim Taymans2013-10-041-0/+2
* matroskademux: Fix memory leakOgnyan Tonchev2013-10-041-1/+1
* rtpgstpay: Fix memory leakOgnyan Tonchev2013-10-041-5/+6
* rtpjitterbuffer: fix race when updating the next_seqnumWim Taymans2013-10-042-15/+8
* rtpjitterbuffer: small debug improvementWim Taymans2013-10-041-1/+1
* rtpjitterbuffer: reset skew does not reset clock-rateWim Taymans2013-10-041-5/+1
* rtpjitterbuffer: pause timer when PAUSEDWim Taymans2013-10-041-1/+3
* rtpjitterbuffer: improve debugWim Taymans2013-10-041-10/+14
* rtspsrc: also go into the loop function after connectWim Taymans2013-10-041-1/+1
* rtpjitterbuffer: don't calculate skew without rtptimeWim Taymans2013-10-041-0/+3
* rtspsrc: disable checks when linking padsWim Taymans2013-10-041-7/+11