summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avcodec: Cineform HD DecoderKieran Kunhya2016-07-25
* riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes2016-07-22
* mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-20
* mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-20
* mov: Fix stsc_count comparisonMatthieu Bouron2016-07-20
* mp3enc: write trailing paddingAnton Khirnov2016-07-15
* mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov2016-07-15
* mov: fix stream extradata_size allocationMatthieu Bouron2016-07-15
* movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-08
* matroskadec: export CodecDelayAnton Khirnov2016-07-03
* oggparseopus: export pre-skipAnton Khirnov2016-07-02
* mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-29
* build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-29
* movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-28
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-06-22
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
* Add MagicYUV decoderPaul B Mahol2016-06-20
* mov: Support prores with multiple stsdVittorio Giovara2016-06-17
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-17
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-07
* Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-29
* rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-25
* lavf: update muxing doxyAnton Khirnov2016-05-23
* dump: Drop unused variableDiego Biurrun2016-05-22
* movenc: Write 'loci' geotag metadata for 3gp and mp4Martin Storsjö2016-05-19
* movenc: Factorize a function for finding a metadata entry and the associated ...Martin Storsjö2016-05-19
* movenc: Write ?xyz geotag metadata for mov filesMichael Niedermayer2016-05-19
* mov: Also export loci altitudeMichael Niedermayer2016-05-19
* mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-19
* mov: Fix parsing short lociMichael Niedermayer2016-05-19
* mov: Print reason of loci parsing failureMichael Niedermayer2016-05-19
* mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö2016-05-19
* movenc: Add a missed constMartin Storsjö2016-05-18
* movenc: Add a test for VFR with b-frames, with a duration change at a fragmen...Martin Storsjö2016-05-18
* movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö2016-05-18
* movenc-test: Test write_data_typeMartin Storsjö2016-05-18
* matroskaenc: Provide output bytestream markersMartin Storsjö2016-05-18
* movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-18
* flvenc: Provide output bytestream markersMartin Storsjö2016-05-18
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-17
* lavf: Raw G.729 demuxerVladimir Voroshilov2016-05-17
* mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-17
* Combine deprecation guards where appropriateDiego Biurrun2016-05-13
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-13
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-11
* rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-11