summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-291-3/+0
* mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-292-8/+1
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-242-0/+2
* rtpdec_mpeg4: validate fmtp fieldsLuca Barbato2016-08-231-3/+14
* nsv: Drop disabled cruftDiego Biurrun2016-08-171-4/+0
* wc3movie: Drop unused cruftDiego Biurrun2016-08-171-4/+0
* rm: Drop broken disabled cruftDiego Biurrun2016-08-172-21/+0
* aiff: Skip padding byte for odd-sized chunksDiego Biurrun2016-08-101-2/+6
* m4vdec: Check for non-startcode 00 00 00 sequences in probeMichael Niedermayer2016-08-031-3/+5
* Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-021-4/+2
* Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-311-2/+4
* flac demuxer: improve probingAnton Khirnov2016-07-311-3/+18
* Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-311-2/+2
* mov: Validate the ID numberLuca Barbato2016-07-291-2/+2
* riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes2016-07-221-1/+5
* mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-201-2/+7
* mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
* mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
* mp3enc: write trailing paddingAnton Khirnov2016-07-151-3/+4
* mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov2016-07-151-2/+4
* mov: fix stream extradata_size allocationMatthieu Bouron2016-07-151-1/+1
* movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-082-3/+27
* matroskadec: export CodecDelayAnton Khirnov2016-07-031-0/+7
* oggparseopus: export pre-skipAnton Khirnov2016-07-021-0/+2
* mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-291-3/+4
* build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-293-17/+14
* movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-283-15/+30
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-06-221-0/+2
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-201-0/+1
* Add MagicYUV decoderPaul B Mahol2016-06-202-0/+9
* mov: Support prores with multiple stsdVittorio Giovara2016-06-171-0/+2
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-172-6/+127
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+3
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+2
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
* rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-251-4/+4
* lavf: update muxing doxyAnton Khirnov2016-05-231-3/+3
* dump: Drop unused variableDiego Biurrun2016-05-221-1/+0
* movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-191-0/+53
* movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-191-7/+19
* movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-191-0/+1
* mov: Also export loci altitudeMichael Niedermayer2016-05-191-2/+7
* mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-191-3/+3
* mov: Fix parsing short lociMichael Niedermayer2016-05-191-2/+2
* mov: Print reason of loci parsing failureMichael Niedermayer2016-05-191-3/+10
* mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö2016-05-191-0/+1
* movenc: Add a missed constMartin Storsjö2016-05-181-1/+1
* movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö2016-05-181-1/+34
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-186-1/+49
* movenc-test: Test write_data_typeMartin Storsjö2016-05-181-1/+44
OpenPOWER on IntegriCloud