summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-07-16matroskademux: add missing argument in debug messageMark Nauwelaerts1-1/+1
2010-07-16matroskademux: remove bogus UNLOCKMark Nauwelaerts1-1/+0
2010-07-16qtdemux: also calculate PAR using track width and height for QT filesMark Nauwelaerts1-19/+16
2010-07-16matroskademux: handle bogus files storing ADTS AAC dataMark Nauwelaerts1-0/+39
2010-07-16matroskademux: do not error out on a block with unknown tracknumberMark Nauwelaerts1-5/+9
2010-07-16qtdemux: do not align reverse playback reference stream twiceMark Nauwelaerts1-16/+31
2010-07-16qtdemux: convert some more mov format timestamp to gst timeMark Nauwelaerts1-0/+4
2010-07-16avidemux: additional verification heuristics for VBR audio streamMark Nauwelaerts1-0/+13
2010-07-16videobalance: Fix wrong lock order that could lead to a deadlock. Fixes #624331.Alessandro Decina1-2/+4
2010-07-06qtdemux: Fix order of bitrates in 'btrt' atomArun Raghavan1-2/+11
2010-07-02qtdemux: strip out bogus tags from XMP atomEdward Hervey1-0/+4
2010-07-02flvmux: Write duration at the correct positionAndrzej K. Haczewski1-2/+2
2010-06-30rtpptdemux: fix memleak on custom downstream eventsThijs Vermeir1-1/+6
2010-06-29wavparse: fix unportable printf format specifiers in commented out codeTim-Philipp Müller1-4/+5
2010-06-28goom: don't allocate 260kB struct on the stackTim-Philipp Müller1-38/+38
2010-06-26gst: update orc filesTim-Philipp Müller5-190/+344
2010-06-25matroskamux: Fix leaking of the streamheader buffersSebastian Dröge1-0/+1
2010-06-24matroska, videobox, videofilter: fix compiler warnings when debugging is disa...Tim-Philipp Müller3-6/+5
2010-06-23reset the have_index flag at transition PAUSED_TO_READYMichael Grzeschik1-0/+1
2010-06-23videobox: Fix negotiation for I420/YV12Sebastian Dröge1-1/+3
2010-06-22wavparse: proper closing segment constructionMark Nauwelaerts1-7/+7
2010-06-18rtspsrc: fix locking after moving things aroundWim Taymans1-5/+6
2010-06-18rtspsrc: make some errors as warningsWim Taymans1-2/+2
2010-06-18udpsrc: fix multicast support on windows buildsKeith Nicholson1-6/+29
2010-06-18udp: make url parsing compatible with VLC syntaxWim Taymans1-5/+13
2010-06-18rtspsrc: factor out the connectionsWim Taymans2-215/+398
2010-06-18rtspsrc: add non-aggregate controlWim Taymans1-129/+211
2010-06-17flvmux: add documentation for streamable propertyZaheer Abbas Merali1-0/+8
2010-06-17matroskademux: Fix an uninitialized variable compiler warningSebastian Dröge1-0/+1
2010-06-16ebml-read: Zero-sized ints/uints/floats have a value of 0 according to the EB...Sebastian Dröge1-4/+18
2010-06-16matroskademux: Fix possible NULL pointer dereference and assertion that could...Sebastian Dröge1-23/+25
2010-06-16matroskademux: Clean up/fix some minor error handling bugsSebastian Dröge1-21/+10
2010-06-16audioiirfilter: Fix possible NULL pointer dereferenceSebastian Dröge1-5/+3
2010-06-16warptv: Don't use floats as loop countersSebastian Dröge1-5/+5
2010-06-16avidemux: improve audio vbr detectionMark Nauwelaerts1-2/+3
2010-06-16rtph264depay: tweak DELTA_UNIT labelingMark Nauwelaerts1-5/+4
2010-06-15avidemux: Assign variables before printing themSebastian Dröge1-2/+2
2010-06-15wavparse: Initialize uninitialized variableSebastian Dröge1-1/+1
2010-06-15matroska: Fix unitialized variableEdward Hervey1-2/+2
2010-06-14rtspsrc: respect aggregate control attributesWim Taymans2-9/+48
2010-06-14goom: Call orc_init() before trying to get target flagsSebastian Dröge1-0/+8
2010-06-14deinterlace: Call orc_init() before trying to get target flagsSebastian Dröge1-0/+8
2010-06-14matroskamux: revert change that set a reserved flag on the Block.Zaheer Abbas Merali1-3/+1
2010-06-14rtph264depay: also consider AU and SEI NALUs as DELTA_UNITMark Nauwelaerts1-2/+4
2010-06-12build: include stdio.h for sscanfStefan Kost1-0/+1
2010-06-11rtpmparobustdepay: don't try to unref NULL buffersTim-Philipp Müller1-2/+1
2010-06-11wavparse: use typefind functions to check if PCM data contains dts streamTim-Philipp Müller1-11/+22
2010-06-11wavparse: set buffer offsets before using the buffer for the first timeTim-Philipp Müller1-10/+10
2010-06-11rtp: add mpa-robust depayloaderMark Nauwelaerts4-0/+866
2010-06-11avimux: fix avi header bytewritingMark Nauwelaerts1-6/+6