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-15vqf: convert to new channel layout APIVittorio Giovara
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-06-09avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-12-05avformat/vqf: Check len for COMM chunksMichael Niedermayer
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2020-01-08avformat: Improve returned error codesAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-06-29avformat/vqf: Check header_sizeMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos
2016-12-14avformat: fix overflows during bit rate calculationAndreas Cadhalpun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-30lavf/vqf: fix suported/supported typoClément Bœsch
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-02-20avformat/vqf: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-01-01avformat/vqf: check avio_read()s return value more completelyMichael Niedermayer
2013-11-13avformat/vqf: check a few more bits in probeMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-09-30Merge commit '68ff9981283a56c731f00c2ee7901103665092fc'Michael Niedermayer
2013-09-30Merge commit '9277050e2918e0a0df9689721a188a604d886616'Michael Niedermayer
2013-09-29vqf: Make sure the bitrate is in the valid rangeMartin Storsjö
2013-09-29vqf: Make sure sample_rate is set to a valid valueMartin Storsjö
2013-09-28avformat/vfq: fix deadlock in vqf_read_header()Paul B Mahol
2013-05-08avformat/vqf: check number of channels before use.Michael Niedermayer
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2012-11-09vqf: check samplerate, avoid division by 0.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04vqf: set packet durationJustin Ruggles
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01vqf: set packet parameters after av_new_packet()Justin Ruggles
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-07vqf: recognize more metadata chunksPaul B Mahol
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06vqf: add more known extensionsPaul B Mahol
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer