summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Drop unreachable break and return statementsDiego Biurrun2016-11-03
* rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun2016-11-02
* mov: Evaluate the movie display matrixVittorio Giovara2016-11-01
* openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-31
* Revert "rtmpproto: Don't include a client version in the unencrypted C1 hands...Luca Barbato2016-10-30
* dash: Use correct ISO C scanf conversion specifierDiego Biurrun2016-10-28
* srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-28
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-28
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-28
* Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* nut: Drop pointless TRACE level debug codeDiego Biurrun2016-10-27
* nsv: Drop unnecessary TRACE level debug codeDiego Biurrun2016-10-27
* openssl: Avoid double semicolons after the GET_BIO_DATA macroMartin Storsjö2016-10-25
* openssl: Support version 1.1.0.Matt Oliver2016-10-23
* rtmpdh: Don't use the OpenSSL DH structMartin Storsjö2016-10-23
* mov: Update colr valuesVittorio Giovara2016-10-21
* lavf: check that the codec is supported by extract_extradataAnton Khirnov2016-10-21
* lavf: use the new bitstream filter for extracting extradataAnton Khirnov2016-10-16
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer2016-10-16
* file protocol: handle the file: protocol string in file_checkAnton Khirnov2016-10-16
* rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-14
* rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-14
* rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-14
* rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-14
* rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-14
* avidec: Set palette alpha as fully opaqueVittorio Giovara2016-10-02
* avidec: Do not special case palette on big-endianVittorio Giovara2016-10-02
* avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-30
* avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-30
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* rtsp: Fix a crash with the RTSP muxerMartin Storsjö2016-09-15
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-29
* mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-29
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-24
* rtpdec_mpeg4: validate fmtp fieldsLuca Barbato2016-08-23
* nsv: Drop disabled cruftDiego Biurrun2016-08-17
* wc3movie: Drop unused cruftDiego Biurrun2016-08-17
* rm: Drop broken disabled cruftDiego Biurrun2016-08-17
* aiff: Skip padding byte for odd-sized chunksDiego Biurrun2016-08-10
* m4vdec: Check for non-startcode 00 00 00 sequences in probeMichael Niedermayer2016-08-03
* Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-02
* Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-31
* flac demuxer: improve probingAnton Khirnov2016-07-31
* Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-31
* mov: Validate the ID numberLuca Barbato2016-07-29
* 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