summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mov: Export spherical informationVittorio Giovara2016-12-073-1/+269
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+30
* build: Separate avisynth and avxsynth supportDiego Biurrun2016-12-062-11/+10
* Remove Plan 9 supportDiego Biurrun2016-12-031-1/+1
* avisynth: Cast to the right type when loading avisynth library functionsDiego Biurrun2016-11-291-1/+2
* build: Drop gcrypt supportDiego Biurrun2016-11-254-40/+2
* rtmpdh: Do global initialization before running the testMartin Storsjö2016-11-241-0/+2
* rdt: Convert to the new bitstream readerAlexandra Hájková2016-11-241-17/+18
* ogg: Convert to the new bitstream readerAlexandra Hájková2016-11-242-28/+33
* mpegts: Convert to the new bitstream readerAlexandra Hájková2016-11-241-23/+25
* matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer2016-11-231-14/+8
* mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-231-13/+5
* utils: Add av_stream_add_side_data()James Almer2016-11-233-11/+43
* ape: Restructure DEBUG ifdefs to avoid unused function parameter warningsDiego Biurrun2016-11-221-2/+4
* rtpdec_mpeg4: const correctness for parse_fmtp_config()Diego Biurrun2016-11-211-1/+1
* hlsenc: Fix the openssl supportLuca Barbato2016-11-181-0/+1
* hlsenc: Add encryption supportLuca Barbato2016-11-171-18/+198
* crypto: Add encryption supportChristian Suloway2016-11-171-21/+146
* avisynth: Support pix_fmts added to AviSynth+Stephen Hutchinson2016-11-171-1/+165
* avisynth: Simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-11-171-22/+5
* avisynth: Fix setting stream timebaseMarton Balint2016-11-171-5/+3
* mov: Fix identity matrix boolean logicVittorio Giovara2016-11-161-2/+2
* Drop pointless void* castsDiego Biurrun2016-11-131-2/+1
* nut: Use correct function pointer casts instead of void*Diego Biurrun2016-11-123-5/+10
* matroskaenc: write updated STREAMINFO metadata for FLAC streams if availableJames Almer2016-11-101-0/+27
* matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsfJames Almer2016-11-101-6/+74
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-0813-32/+28
* mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
* hevc: Support extradata changes from multiple stsdVittorio Giovara2016-11-081-7/+5
* Drop unreachable break and return statementsDiego Biurrun2016-11-033-3/+0
* rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun2016-11-021-4/+5
* mov: Evaluate the movie display matrixVittorio Giovara2016-11-012-14/+37
* openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-311-1/+6
* Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato2016-10-301-1/+4
* dash: Use correct ISO C scanf conversion specifierDiego Biurrun2016-10-281-1/+1
* srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-281-1/+1
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-285-23/+34
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-284-25/+25
* Remove some pointless TRACE level debug codeDiego Biurrun2016-10-274-41/+0
* nut: Drop pointless TRACE level debug codeDiego Biurrun2016-10-272-46/+0
* nsv: Drop unnecessary TRACE level debug codeDiego Biurrun2016-10-271-13/+0
* openssl: Avoid double semicolons after the GET_BIO_DATA macroMartin Storsjö2016-10-251-2/+2
* openssl: Support version 1.1.0.Matt Oliver2016-10-231-2/+35
* rtmpdh: Don't use the OpenSSL DH structMartin Storsjö2016-10-232-57/+52
* mov: Update colr valuesVittorio Giovara2016-10-211-7/+11
* lavf: check that the codec is supported by extract_extradataAnton Khirnov2016-10-211-0/+10
* lavf: use the new bitstream filter for extracting extradataAnton Khirnov2016-10-162-13/+119
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-162-39/+40
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-162-2/+2
* avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer2016-10-162-3/+3
OpenPOWER on IntegriCloud