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
2022-03-15cdxl: convert to new channel layout APIVittorio Giovara
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-05avformat/cdxl: add back options to override sample and frame ratePaul B Mahol
2021-02-05avformat/cdxl: improve frame rate guessing for standard cdxlPaul B Mahol
2021-02-04avformat/cdxl: rework probe and fix sample rate and frame ratePaul B Mahol
2021-02-03avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-09-16avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-19avcodec/cdxl: add support for raw videos with chunky formatPaul B Mahol
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-01-01avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer
2014-12-29libavformat/cdxl: fix duration in case of overflowMichael Niedermayer
2014-12-22cdxl: fix durationPiotr Bandurski
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-05-05avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer
2012-11-21cdxl: use url_feof()Paul B Mahol
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer
2012-11-12cdxl: set channel layoutJustin Ruggles
2012-11-05cdxl: add read_probe functionPaul B Mahol
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-06-29Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol
2012-03-06cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
2012-02-26cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
2012-02-22cdxl: correctly synchronize video timestamps to audioPaul B Mahol
2012-02-17cdxl: fix audio for some samplesPaul B Mahol
2012-02-15CDXL demuxer and decoderPaul B Mahol