summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-10-29tsdemux: Fix name of CAT GstStructureHEADmasterSebastian Pölsterl1-1/+1
2012-10-28docs: add new accurip element to docsTim-Philipp Müller1-1/+2
2012-10-28accuraterip: new element for AccurateRip calculationChristophe Fergeau3-0/+468
2012-10-26mxf: Port mxfdemux to 1.0Michael Smith17-677/+836
2012-10-25videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts3-22/+45
2012-10-25h264parse: extract structure from correct capsMark Nauwelaerts1-1/+1
2012-10-25videoparsers: preserve upstream fps and parMark Nauwelaerts2-7/+18
2012-10-25vc1parse: Give vc1parse a rank of NONE for nowSebastian Dröge1-1/+1
2012-10-25vc1parse: Port to 1.0Sebastian Dröge2-224/+370
2012-10-25vc1parse: disable BDU parsing until it's more matureAlessandro Decina1-0/+7
2012-10-25vc1parse: set duration on output buffersAlessandro Decina2-1/+10
2012-10-25vc1parse: workaround for simple/main codec_data being 5 bytes longAlessandro Decina1-1/+2
2012-10-25vc1parse: remove stub stream conversion codeAlessandro Decina1-127/+4
2012-10-25vc1parse: add some more debugging to _renegotiateAlessandro Decina1-1/+3
2012-10-25vc1parse: Add VC1 parser pluginSebastian Dröge4-2/+1759
2012-10-24mpegdemux: check base_time before calculating new_startThijs Vermeir1-1/+2
2012-10-23scaletempo: Fix event leakSebastian Dröge1-3/+3
2012-10-23scaletempo: Fix timestamp trackingSebastian Dröge1-4/+11
2012-10-23scaletempo: Implement LATENCY querySebastian Dröge1-0/+66
2012-10-23scaletempo: Store instance private data in the instance structSebastian Dröge2-15/+21
2012-10-23hls: Link to $(LIBM) for isfinite()Sebastian Dröge1-1/+1
2012-10-22subenc: port to 1.0Tim-Philipp Müller2-126/+179
2012-10-22mpegtsmux: Don't make the same buffer writable twice.Jan Schmidt2-11/+10
2012-10-19mpegdemux: forward non-processed dvd eventsMark Nauwelaerts1-0/+4
2012-10-19mpegdemux: segment event should be sent before gap eventMark Nauwelaerts1-0/+3
2012-10-19tsdemux: fix program packet sequence counter parsing in PES headerTim-Philipp Müller1-1/+1
2012-10-19tsdemux: fix some inconsequential PES header parsing issuesTim-Philipp Müller1-3/+3
2012-10-19tsdemux: Fix parsing P-STD_buffer in PES headerRaimo Järvi1-1/+1
2012-10-18tsdemux: fix potential crash dereferencing NULL program pointerAndoni Morales Alastruey1-0/+6
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller142-146/+145
2012-10-16mpegdemux: Fix unitialized variable compiler warningSebastian Dröge1-1/+3
2012-10-15hlsdemux: And fix another deadlock caused by the update thread not correctly ...Sebastian Dröge1-5/+26
2012-10-15hlsdemux: Also hold the mutex before signalling the condition variableSebastian Dröge1-0/+4
2012-10-15hlsdemux: Also cancel the downloader before stopping the playlist update taskSebastian Dröge1-0/+3
2012-10-15hlsdemux: Only lock the mutex when it's not locked alreadySebastian Dröge1-8/+10
2012-10-15hlsdemux: Fix another race condition by holding the mutex that the condition ...Sebastian Dröge1-0/+10
2012-10-15hlsdemux: Port some things from the last commitsSebastian Dröge1-12/+12
2012-10-15hlsdemux: Never ever stop a task from the task functionSebastian Dröge1-9/+38
2012-10-15hlsdemux: Fix lots of deadlocks caused by race conditions in the task state h...Sebastian Dröge1-1/+17
2012-10-12mpegdemux: advance stream time when sending GAP eventMark Nauwelaerts1-0/+1
2012-10-12mpegdemux: send language info downstream if availableMark Nauwelaerts2-1/+35
2012-10-12mpegdemux: remove obsolete struct fieldMark Nauwelaerts2-15/+0
2012-10-12audioparse: Set framesize and properties correctly when taking formatMichael Smith1-0/+6
2012-10-12mpegdemux: tweak flow return aggregationMark Nauwelaerts1-0/+5
2012-10-12mpegdemux: handle upstream TIME segmentsMark Nauwelaerts1-8/+28
2012-10-12mpegdemux: handle and combine downstream flow returnMark Nauwelaerts2-1/+50
2012-10-12mpegdemux: handle new style dvd eventMark Nauwelaerts1-7/+24
2012-10-12mpegdemux: do not add pad after no-more-padsMark Nauwelaerts1-2/+10
2012-10-12mpegdemux: clean up segment sendingMark Nauwelaerts2-39/+27
2012-10-12mpegdemux: send GAP event rather than segment updatesMark Nauwelaerts2-28/+9