summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* file protocol: handle the file: protocol string in file_checkAnton Khirnov2016-10-161-1/+6
* rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-141-4/+1
* rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-141-3/+0
* rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-141-1/+1
* rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-141-1/+1
* rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-141-0/+7
* avidec: Set palette alpha as fully opaqueVittorio Giovara2016-10-021-1/+1
* avidec: Do not special case palette on big-endianVittorio Giovara2016-10-021-5/+1
* avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-303-2/+10
* avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-301-2/+4
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-3048-78/+84
* rtsp: Fix a crash with the RTSP muxerMartin Storsjö2016-09-151-1/+2
* 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
OpenPOWER on IntegriCloud