summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* scaletempo: Use a better plugin filenameSebastian Dröge2012-11-021-6/+6
* rtpvp8: remove and move to -goodTim-Philipp Müller2012-11-019-1090/+0
* tsmux: Slightly reflow collected buffer handler for clarity.Jan Schmidt2012-10-301-103/+105
* tsdemux: Fix name of CAT GstStructureSebastian Pölsterl2012-10-291-1/+1
* docs: add new accurip element to docsTim-Philipp Müller2012-10-281-1/+2
* accuraterip: new element for AccurateRip calculationChristophe Fergeau2012-10-283-0/+468
* mxf: Port mxfdemux to 1.0Michael Smith2012-10-2617-677/+836
* videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts2012-10-253-22/+45
* h264parse: extract structure from correct capsMark Nauwelaerts2012-10-251-1/+1
* videoparsers: preserve upstream fps and parMark Nauwelaerts2012-10-252-7/+18
* vc1parse: Give vc1parse a rank of NONE for nowSebastian Dröge2012-10-251-1/+1
* vc1parse: Port to 1.0Sebastian Dröge2012-10-252-224/+370
* vc1parse: disable BDU parsing until it's more matureAlessandro Decina2012-10-251-0/+7
* vc1parse: set duration on output buffersAlessandro Decina2012-10-252-1/+10
* vc1parse: workaround for simple/main codec_data being 5 bytes longAlessandro Decina2012-10-251-1/+2
* vc1parse: remove stub stream conversion codeAlessandro Decina2012-10-251-127/+4
* vc1parse: add some more debugging to _renegotiateAlessandro Decina2012-10-251-1/+3
* vc1parse: Add VC1 parser pluginSebastian Dröge2012-10-254-2/+1759
* mpegdemux: check base_time before calculating new_startThijs Vermeir2012-10-241-1/+2
* scaletempo: Fix event leakSebastian Dröge2012-10-231-3/+3
* scaletempo: Fix timestamp trackingSebastian Dröge2012-10-231-4/+11
* scaletempo: Implement LATENCY querySebastian Dröge2012-10-231-0/+66
* scaletempo: Store instance private data in the instance structSebastian Dröge2012-10-232-15/+21
* hls: Link to $(LIBM) for isfinite()Sebastian Dröge2012-10-231-1/+1
* subenc: port to 1.0Tim-Philipp Müller2012-10-222-126/+179
* mpegtsmux: Don't make the same buffer writable twice.Jan Schmidt2012-10-222-11/+10
* mpegdemux: forward non-processed dvd eventsMark Nauwelaerts2012-10-191-0/+4
* mpegdemux: segment event should be sent before gap eventMark Nauwelaerts2012-10-191-0/+3
* tsdemux: fix program packet sequence counter parsing in PES headerTim-Philipp Müller2012-10-191-1/+1
* tsdemux: fix some inconsequential PES header parsing issuesTim-Philipp Müller2012-10-191-3/+3
* tsdemux: Fix parsing P-STD_buffer in PES headerRaimo Järvi2012-10-191-1/+1
* tsdemux: fix potential crash dereferencing NULL program pointerAndoni Morales Alastruey2012-10-181-0/+6
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-17142-146/+145
* mpegdemux: Fix unitialized variable compiler warningSebastian Dröge2012-10-161-1/+3
* hlsdemux: And fix another deadlock caused by the update thread not correctly ...Sebastian Dröge2012-10-151-5/+26
* hlsdemux: Also hold the mutex before signalling the condition variableSebastian Dröge2012-10-151-0/+4
* hlsdemux: Also cancel the downloader before stopping the playlist update taskSebastian Dröge2012-10-151-0/+3
* hlsdemux: Only lock the mutex when it's not locked alreadySebastian Dröge2012-10-151-8/+10
* hlsdemux: Fix another race condition by holding the mutex that the condition ...Sebastian Dröge2012-10-151-0/+10
* hlsdemux: Port some things from the last commitsSebastian Dröge2012-10-151-12/+12
* hlsdemux: Never ever stop a task from the task functionSebastian Dröge2012-10-151-9/+38
* hlsdemux: Fix lots of deadlocks caused by race conditions in the task state h...Sebastian Dröge2012-10-151-1/+17
* mpegdemux: advance stream time when sending GAP eventMark Nauwelaerts2012-10-121-0/+1
* mpegdemux: send language info downstream if availableMark Nauwelaerts2012-10-122-1/+35
* mpegdemux: remove obsolete struct fieldMark Nauwelaerts2012-10-122-15/+0
* audioparse: Set framesize and properties correctly when taking formatMichael Smith2012-10-121-0/+6
* mpegdemux: tweak flow return aggregationMark Nauwelaerts2012-10-121-0/+5
* mpegdemux: handle upstream TIME segmentsMark Nauwelaerts2012-10-121-8/+28
* mpegdemux: handle and combine downstream flow returnMark Nauwelaerts2012-10-122-1/+50
* mpegdemux: handle new style dvd eventMark Nauwelaerts2012-10-121-7/+24