summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskaenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+7
* movenc: Provide output bytestream markers for fragmented contentMartin Storsjö2016-05-181-0/+16
* flvenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+4
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-184-3/+123
* stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-171-29/+2
* lavf: Raw G.729 demuxerVladimir Voroshilov2016-05-174-2/+109
* mpegtsenc: stop impersonating ses in sdtFrancois Cartegnie2016-05-171-1/+3
* Combine deprecation guards where appropriateDiego Biurrun2016-05-131-6/+6
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-137-6/+12
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+1
* Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
* rtsp: Parse SSRC attributes in the SDPMartin Storsjö2016-05-112-0/+9
* rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-111-1/+1
* avio: Remove a leftover commentMartin Storsjö2016-05-061-2/+0
* Mark read-only tables as staticDiego Biurrun2016-05-057-12/+13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-0478-200/+200
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-045-6/+12
* Drop pointless assert.h #includesDiego Biurrun2016-05-036-14/+0
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-031-0/+5
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-04-301-2/+58
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-301-3/+1
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-302-2/+2
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-04-301-22/+12
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-04-301-0/+6
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-191-27/+46
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-191-107/+1
* build: Split test programs off into separate filesDiego Biurrun2016-04-074-289/+325
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-13/+13
OpenPOWER on IntegriCloud