summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* videobox: Don't overwrite the first component with the alpha value for BGRxSebastian Dröge2014-07-191-4/+11
* aacparse: Properly report in the CAPS query that we can convert ADTS<->RAWSebastian Dröge2014-07-161-0/+75
* rgvolume: Avoid taking unnecessary refsSebastian Rasmussen2014-07-161-2/+2
* rtpdtmfmux: Avoid taking an unnecessary refSebastian Rasmussen2014-07-161-1/+1
* rtspsrc: fix query leakTim-Philipp Müller2014-07-101-1/+5
* wavenc: Return not-negotiated if we got no caps or caps negotiation failedSebastian Dröge2014-07-101-1/+4
* videomixer: fix double unlock in segment seek segment code pathTim-Philipp Müller2014-07-041-1/+1
* avidemux, wavparse: Print invalid fourcc in hexSebastian Rasmussen2014-07-042-4/+2
* rtspsrc: fix for mikey api changeWim Taymans2014-07-021-2/+2
* videomixer: reset QoS on segment eventVincent Penquerc'h2014-07-011-0/+1
* matroskademux: send gap events instead of segment tricksVincent Penquerc'h2014-07-011-23/+4
* rtpbin: Don't leak capsSebastian Dröge2014-06-291-1/+3
* rtpssrcdemux: Fix compiler warning when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-1/+1
* matroskamux: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-2/+2
* deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERTSebastian Dröge2014-06-291-0/+6
* matroskaparse: don't error out if there's not enough data in the adapterTim-Philipp Müller2014-06-281-4/+5
* videomixer: Update dist generated ORC filesSebastian Dröge2014-06-282-8902/+1268
* videomixer: Update videoconvert code from -baseSebastian Dröge2014-06-285-942/+448
* autovideosrc: use videotestsrc as fallback element instead of fakesrcTim-Philipp Müller2014-06-281-0/+22
* autoaudiosrc: use audiotestsrc as fallback element instead of fakesrcTim-Philipp Müller2014-06-283-2/+40
* videomixer: Declare as Compositor in 'klass'Thibault Saunier2014-06-261-1/+1
* flvdemux: fix speex capsTim-Philipp Müller2014-06-261-1/+4
* flvmux: fix speex in FLVTim-Philipp Müller2014-06-261-3/+4
* isomp4: Add object type id and fourcc for DTS/DTS-HDJan Schmidt2014-06-261-0/+20
* videomixer2: Solve segmentation fault when src caps are configuredDavid Fernandez2014-06-251-5/+5
* jitterbuffer: improve SR packet handlingWim Taymans2014-06-251-5/+10
* avimux: Add UYVY formatOlivier Crête2014-06-231-1/+5
* gstrtpssrcdemux: manage ssrc of RTCP RR packetsMiguel París Díaz2014-06-231-0/+3
* wavparse: Update offset after parsing adtl chunkSebastian Dröge2014-06-231-0/+1
* matroskademux: Don't call GST_DEBUG_OBJECT() and other macros with non-GObjec...Sebastian Dröge2014-06-221-91/+112
* multiudpsink: optimisation: avoid unnecessary memory ref/unrefsTim-Philipp Müller2014-06-201-7/+3
* multiudpsink: avoid some unnecessary run-time type checksTim-Philipp Müller2014-06-202-3/+3
* rtspsrc: pass the stream id when asking for crypto paramsWim Taymans2014-06-191-4/+6
* rtspsrc: add support for key length parametersAleix Conchillo Flaqué2014-06-192-16/+173
* vp8depay: fix header size checkingWim Taymans2014-06-191-10/+11
* rtph264pay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-192-7/+49
* rtph264pay: propagate the GST_BUFFER_FLAG_DELTA_UNIT flagGuillaume Desmottes2014-06-192-6/+53
* gstrtpmp4gpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-182-0/+8
* rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-181-0/+8
* avidemux: don't leak flow combinerTim-Philipp Müller2014-06-181-0/+1
* rtpjp2kpay: pre-allocate buffer-list of the right sizeTim-Philipp Müller2014-06-181-2/+2
* rtpjpegpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-3/+6
* rtpmp4vpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-4/+6
* rtpvp8pay: allocate bitreader on the stackTim-Philipp Müller2014-06-181-11/+10
* rtpvp8pay: post error message on bus on error and don't use g_message()Tim-Philipp Müller2014-06-181-1/+2
* rtpvp8pay: couple of minor optimisationsTim-Philipp Müller2014-06-181-21/+23
* rtpgstpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-3/+6
* rtph264pay: pre-allocate bufferlist of the right sizeTim-Philipp Müller2014-06-181-1/+1
* rtph264pay: push single buffer directly, no need to wrap it in a bufferlistTim-Philipp Müller2014-06-181-12/+6
* rtpvrawpay: make chunks per frame configurableTim-Philipp Müller2014-06-182-6/+79