summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-11qtdemux: move parsing of tkhd out of stsd entry loopqtdemux-stsd-all-entriesThiago Santos1-18/+24
2017-04-11qtdemux: check for a different stsd entry before pushing a sampleThiago Santos1-8/+30
2017-04-11qtdemux: parse all stsd entriesThiago Santos1-1647/+1741
2017-04-11qtdemux: rework stsd sample entries accessThiago Santos1-80/+87
2017-04-11qtdemux: get stsd child by index instead of typeThiago Santos1-19/+39
2017-04-11tests/check/rtprtx: add checks for rtprtxqueue's max-size-{time,packets} prop...George Kiagiadakis1-0/+82
2017-04-11rtprtxqueue: implement handling of the max-size-time propertyGeorge Kiagiadakis2-1/+68
2017-04-10Automatic update of common submoduleTim-Philipp Müller2-1/+1
2017-04-10v4l2object: Copy timestamp when importing buffersTodor Tomov1-0/+6
2017-04-10qtmux: Fix last_dts tracking for raw audio and similar formatsSebastian Dröge1-1/+1
2017-04-09tests: fix leak in splitmux testVincent Penquerc'h1-0/+1
2017-04-09scaletempo: Scale GAP event timestamp and duration like for buffersLyon Wang1-0/+16
2017-04-07v4l2dec: Fix race when going from PAUSED to READYThibault Saunier2-25/+9
2017-04-07Release 1.11.90Sebastian Dröge73-135/+935
2017-04-07Update .po filesSebastian Dröge41-654/+613
2017-04-07po: Update translationsSebastian Dröge1-573/+614
2017-04-06aacparse: streamline and improve AudioSpecificConfig parsingEdward Hervey1-24/+32
2017-04-05v4l2videodec: Fix 32bit only printf formatNicolas Dufresne1-2/+3
2017-04-05v4l2object: set streamparm for outputs that support itPhilipp Zabel1-10/+53
2017-04-05v4l2videodec: only set latency if the frame duration is validPhilipp Zabel1-2/+8
2017-04-05v4l2sink: Block in preroll_wait on unlockOlivier Crête1-0/+8
2017-04-05vp9dec: Add warnings for unsupported frame formatsJan Schmidt1-0/+31
2017-04-04aacparse: Handle Parametric Stereo with HE-AAC(v2)Edward Hervey1-1/+6
2017-04-04qtmux: Simplify buffer refcounting in add_buffer() and remove unneeded NULL c...Sebastian Dröge1-19/+11
2017-04-04qtmux: Select the best pad based on the cached last_buf if anySebastian Dröge1-1/+5
2017-04-04qtmux: Error out immediately if a timecode is to be written but downstream re...Sebastian Dröge1-2/+4
2017-04-03qtdemux: Update variables before early exitEdward Hervey1-2/+3
2017-03-31interleave: avoid using uninitialised ordering_mapDouglas Bagnall2-8/+11
2017-03-31interleave: don't overflow channel map with >64 channelsDouglas Bagnall1-4/+7
2017-03-28meson: Use get_pkgconfig_variable instead of calling pkg-config ourselfThibault Saunier1-13/+5
2017-03-28pkgconfig: Do not ever build an installed .pc fileThibault Saunier2-21/+0
2017-03-28meson: test: Fix environment object usageThibault Saunier1-5/+1
2017-03-28pkgconfig: Generate the pkg-config with meson tooThibault Saunier3-0/+46
2017-03-27qtdemux: In gap mode, consider the mdat offset when calculating the remaining...Sebastian Dröge1-1/+3
2017-03-27atomsrecovery: Error out when fseek() fails instead of silently ignoringSebastian Dröge1-2/+5
2017-03-24v4l2object: Also add videometa if there is padding to the right and bottomCarlos Rafael Giani1-2/+3
2017-03-24rtpmux: fix output segment and buffer DTS to correspond to the flattened PTSGeorge Kiagiadakis1-5/+20
2017-03-23qtmux: Remove some unused variablesSebastian Dröge2-6/+0
2017-03-23qtmux: Remove a couple of unneeded levels of indentationSebastian Dröge1-72/+76
2017-03-23qtdemux: distinguish TFDT with value 0 from no TFDT at allEnrique Ocaña González1-3/+4
2017-03-22qtmux: Reset current chunk after writing out timecodeSebastian Dröge1-0/+7
2017-03-22qtmux: Do timecode handling per track, not per muxer instanceSebastian Dröge2-35/+39
2017-03-22qtdemux: matroskademux: Ignore repeated seek eventsJan Schmidt2-0/+19
2017-03-21dashdemux: Update mdatleft from overall mdatsize and offset when observing a gapSebastian Dröge2-2/+7
2017-03-20docs: update two references to the removed 'mad' pluginTim-Philipp Müller2-3/+4
2017-03-20rtprtxqueue: add basic documentation and example pipelinesGeorge Kiagiadakis1-0/+38
2017-03-17v4l2: Fix meson plugin shared object nameNicolas Dufresne1-1/+1
2017-03-17rtprtxreceive: fix example pipelines and improve the documentationGeorge Kiagiadakis1-78/+101
2017-03-17flacparse: fix playback if sample number does not start at 0Vincent Penquerc'h2-5/+15
2017-03-17Revert "flacparse: fix playback if sample number does not start at 0"Vincent Penquerc'h2-15/+5