summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* mpegdemux: removed an unwanted initialization and a variableSanjay NM2014-09-181-7/+3
* camerabin2: removed redundant initializationSanjay NM2014-09-181-1/+1
* vc1parse: enable header-format conversionAurélien Zanelli2014-09-181-2/+1
* vc1parse: forge sequence-layer from seq_hdr instead of seq_layerAurélien Zanelli2014-09-171-15/+16
* vc1parse: fix sequence-layer/frame-layer endiannessAurélien Zanelli2014-09-161-5/+5
* vmncdec: modify wrong packetized mode logicVineeth T M2014-09-161-3/+4
* vc1parse: fix malformed sequence layer header and STRUCT_CAurélien Zanelli2014-09-121-15/+36
* tsdemux: fix trivial coding style issueAurélien Zanelli2014-09-121-1/+1
* tsdemux: fix overflow of packet_length field of PESHeaderAurélien Zanelli2014-09-121-1/+1
* mpegpsmux: fix memory leak when converting H.264 avc to byte-stream formatBelozorov Semen2014-09-111-0/+1
* aiffmux: allocate byte writer on stackTim-Philipp Müller2014-09-101-6/+6
* asfmux: allocate byte readers on the stackTim-Philipp Müller2014-09-102-31/+27
* tsdemux: clear mutex resources in disposeJesper Larsen2014-09-101-0/+1
* Fix up one-element lists in template capsTim-Philipp Müller2014-09-101-1/+1
* Revert "dataurisrc: Remove unnecessary else if condition"Thiago Santos2014-09-071-6/+14
* aiffparse: Fix handling of 64 bit floating point dataVineeth T M2014-09-051-1/+1
* dataurisrc: Remove unnecessary else if conditionVineeth T M2014-09-041-14/+6
* dataurisrc: Make get_uri() threadsafeVineeth T M2014-09-021-2/+5
* zebrastripe: Refactor to remove duplicate codeVineeth T M2014-09-011-73/+17
* dvbsuboverlay: remove code that can't be reachedTim-Philipp Müller2014-08-291-7/+2
* h264parse: fix up handling of input caps corner casesTim-Philipp Müller2014-08-281-20/+68
* rawparse: Reset negotiation state when going back to READYSebastian Dröge2014-08-281-0/+1
* rfbsrc: Clamp out of bounds resolutions to prevent segfaultsBlake Tregre2014-08-281-4/+14
* h264parse: don't consider unknown stream-format as avcThiago Santos2014-08-251-2/+3
* tsdemux: remove pads when resetting the elementThiago Santos2014-08-191-9/+13
* scenechange: fix crash on startupVineeth T M2014-08-141-0/+1
* tsdemux: Do not tweak segments on reverse playbackThibault Saunier2014-08-131-4/+7
* dvbsuboverlay: improve negotiationThiago Santos2014-08-111-24/+69
* dvbsuboverlay: always intersect with the filter in getcapsThiago Santos2014-08-111-27/+14
* inter: Unref bus after usageSebastian Rasmussen2014-08-111-0/+5
* wrappercamerabinsrc: Unref elements after usageSebastian Rasmussen2014-08-101-1/+10
* interlace: fix caps refcountingSebastian Rasmussen2014-08-101-2/+1
* dvbsuboverlay: Avoid leaking copy of caps objectSebastian Rasmussen2014-08-101-2/+2
* mpegtspacketizer: Store PCR time/byte offsets in 64 bit integersSebastian Dröge2014-08-052-10/+12
* Revert "mpegtspacketizer: Convert PCR times to GStreamer times before compari...Sebastian Dröge2014-08-051-2/+1
* mpegtspacketizer: Convert PCR times to GStreamer times before comparing them ...Sebastian Dröge2014-08-051-1/+2
* mpegtspacketizer: avoid timestamp overflowsThiago Santos2014-08-011-2/+7
* wrappercamerabinsrc: do not give references to probesThiago Santos2014-07-261-6/+3
* camerabin: use gst_object_ref to make it easier to track refsThiago Santos2014-07-261-2/+2
* wrappercamerabinsrc: unref request padsThiago Santos2014-07-261-0/+8
* jpegparse: port to baseparseThiago Santos2014-07-242-262/+154
* wrappercamerabinsrc: only flush buffers if renegotiation is neededThiago Santos2014-07-231-7/+8
* camerabin: handle EOS on the pipelineThiago Santos2014-07-232-16/+19
* tsdemux: Do not scan for keyframe when in push mode.Mathieu Duponchelle2014-07-221-1/+2
* tsdemux: Do not scan for a keyframe in non-accurate mode.Mathieu Duponchelle2014-07-221-1/+4
* gdppay: remove obsolete codeThiago Santos2014-07-221-13/+0
* gdppay: put all sticky events in streamheaderThiago Santos2014-07-222-154/+101
* pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM2014-07-222-150/+182
* pnmdec: Patch to handle max valueSanjay NM2014-07-212-1/+25
* wrappercamerabinsrc: set src to ready when there are no pending buffersThiago Santos2014-07-171-1/+1