Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27nsv: Drop unnecessary TRACE level debug codeDiego Biurrun
2016-10-25openssl: Avoid double semicolons after the GET_BIO_DATA macroMartin Storsjö
2016-10-23openssl: Support version 1.1.0.Matt Oliver
2016-10-23rtmpdh: Don't use the OpenSSL DH structMartin Storsjö
2016-10-22mov: Update colr valuesVittorio Giovara
2016-10-21lavf: check that the codec is supported by extract_extradataAnton Khirnov
2016-10-16lavf: use the new bitstream filter for extracting extradataAnton Khirnov
2016-10-16hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2016-10-16avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer
2016-10-16file protocol: handle the file: protocol string in file_checkAnton Khirnov
2016-10-14rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö
2016-10-14rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö
2016-10-14rtmpproto: Send chunk size on the network channelMartin Storsjö
2016-10-14rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö
2016-10-14rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö
2016-10-02avidec: Set palette alpha as fully opaqueVittorio Giovara
2016-10-02avidec: Do not special case palette on big-endianVittorio Giovara
2016-09-30avio: add a new flag for marking streams seekable by timestampAnton Khirnov
2016-09-30avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-09-15rtsp: Fix a crash with the RTSP muxerMartin Storsjö
2016-08-29mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-29mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-24av1: Add codec_id and basic demuxing supportLuca Barbato
2016-08-23rtpdec_mpeg4: validate fmtp fieldsLuca Barbato
2016-08-17nsv: Drop disabled cruftDiego Biurrun
2016-08-17wc3movie: Drop unused cruftDiego Biurrun
2016-08-17rm: Drop broken disabled cruftDiego Biurrun
2016-08-10aiff: Skip padding byte for odd-sized chunksDiego Biurrun
2016-08-03m4vdec: Check for non-startcode 00 00 00 sequences in probeMichael Niedermayer
2016-08-02Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö
2016-07-31Don't use expressions with side effects in macro parametersMartin Storsjö
2016-07-31flac demuxer: improve probingAnton Khirnov
2016-07-31Fix instances of broken indentation found by gcc 6Anton Khirnov
2016-07-29mov: Validate the ID numberLuca Barbato
2016-07-22riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha...Hendrik Leppkes
2016-07-20mov: Rework the check for invalid indexes in stscVittorio Giovara
2016-07-20mov: Wrap stsc index and count compare in a separate functionVittorio Giovara
2016-07-20mov: Fix stsc_count comparisonMatthieu Bouron
2016-07-15mp3enc: write trailing paddingAnton Khirnov
2016-07-15mp3dec: read the initial/trailing padding from the LAME tagAnton Khirnov
2016-07-15mov: fix stream extradata_size allocationMatthieu Bouron
2016-07-08movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö
2016-07-03matroskadec: export CodecDelayAnton Khirnov
2016-07-02oggparseopus: export pre-skipAnton Khirnov
2016-06-29mov: Save number of stsd elements after stream extradata allocationVittorio Giovara
2016-06-29build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun
2016-06-28movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö
2016-06-22librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato