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
2015-03-06fix spelling errorsAndreas Cadhalpun
2015-03-06Merge commit '9731cf4001377fa2f75c279072cc2b0cbd57bf8e'Michael Niedermayer
2015-03-06movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö
2015-03-06dashenc: Update extradata for mov muxerTimo Rothenpieler
2015-03-06dashenc: Simplify code by using a local variableTimo Rothenpieler
2015-03-06hls: detect SAMPLE-AES encryptionselsta
2015-03-05Merge commit 'bb4edddd9389cc1601db618ed3c1375b62628d04'Michael Niedermayer
2015-03-05avformat/avidec: Check avio_read() return before using the results for meta-dataMichael Niedermayer
2015-03-05avformat/avidec: initialize header arrayMichael Niedermayer
2015-03-05avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun
2015-03-05rmenc: limit packet sizeAndreas Cadhalpun
2015-03-05avformat/movenc: Add support for writing 'gama' atom to QuickTime .mov files.Kevin Wheatley
2015-03-05avformat/mxfdec: Detect XYZ pixel format for digital cinema filesVilius Grigaliūnas
2015-03-05avformat/dashenc: Update extradata for mov muxerTimo Rothenpieler
2015-03-05Merge commit '9c09fbd8053292267cdc4b542913ceced43ea3a9'Michael Niedermayer
2015-03-05rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert
2015-03-05Merge commit 'b72b212a4c43563f1b9fc3ce9a5ff91f89b857ac'Michael Niedermayer
2015-03-05Merge commit 'c13ab42a0a3979b2c292b2315487f5f5e14ba26b'Michael Niedermayer
2015-03-05Merge commit '15621cbbe4ed88409ef40257afaf239487964e98'Michael Niedermayer
2015-03-05avformat/avformat: improve the text about headerless formats in avformat_flush()Reimar Döffinger
2015-03-05avformat: add avformat_flush()wm4
2015-03-05lavf/mxf: Support ProRes decoding.Carl Eugen Hoyos
2015-03-05rdt: Use a separate variable to clarify the different value namespacesMartin Storsjö
2015-03-05rtpdec_qt: Use a local variable instead of RTP_FLAG_KEYMartin Storsjö
2015-03-05rtpdec_asf: Don't set RTP_FLAG_KEYMartin Storsjö
2015-03-05avformat/movenc: mark write_colr as experimentalMichael Niedermayer
2015-03-04Merge commit 'e767c9e8f2eaa116b61b8b6881b401b54bd320f5'Michael Niedermayer
2015-03-04Merge commit '25f613f8be3b51e4396b93cda131e4631ba54302'Michael Niedermayer
2015-03-04Merge commit '1dc19729e92a96620000e09eba8e58cb458c9486'Michael Niedermayer
2015-03-04flv: Validate and reject unsupported codecsLuca Barbato
2015-03-04dca: Move syncword definitions to a separate headerDiego Biurrun
2015-03-04libavformat/mxfdec: refactor reading strong ref arrayMark Reid
2015-03-04rtpdec_asf: Don't free the payload context in the .close functionMartin Storsjö
2015-03-04Merge commit '2a66a580678dd9401f4d95e01e0958ca51864b6f'Michael Niedermayer
2015-03-04rtpdec_mpa_robust: Fix incrementing split_posMartin Storsjö
2015-03-04libavformat/avienc: Fix duration of audio segment in OpenDML master indexTobias Rapp
2015-03-03Merge commit '0af3b65880573aa9b3375362eaab4f84140c7dde'Michael Niedermayer
2015-03-03libavformat/avio: added avio_put_str16beMark Reid
2015-03-03asf: do not export XMP metadata by defaultVittorio Giovara
2015-03-03avformat/mxfenc: adjust product name when opatom muxer is usedRobert Krüger
2015-03-02avformat/dashenc: Update codec_str on extradata_size changeTimo Rothenpieler
2015-03-02avformat/dashenc: Use local variable instead of duplicated dereferencesTimo Rothenpieler
2015-03-02Merge commit '91eee2af87278b3c2008f7a86d2cdfe6934e9f42'Michael Niedermayer
2015-03-02Revert "avformat/mov: Bypass av_add_index_entry()"Michael Niedermayer
2015-03-02dashenc: Simplify code by using a local variableMartin Storsjö
2015-03-02avformat/rm: limit packet sizeAndreas Cadhalpun
2015-03-02Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö
2015-03-02avformat/rtpdec_mpa_robust: fix commit 96084251e57d1738fde02a2b0d37ca609d9efd71Gilles Chanteperdrix
2015-03-01avformat/mpegenc: Ignore max_delay if no other options remainMichael Niedermayer
2015-03-01Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA"Gilles Chanteperdrix