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-07-07avformat/cinedec: Check size and pos moreMichael Niedermayer
2021-12-17avformat/cinedec: Avoid repeatedly allocating packets beyond the inputMichael Niedermayer
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-13avformat/cinedec: Fix index_entries size checkMichael Niedermayer
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2019-10-19avformat/cinedec: check av_strdup() return valueSteven Liu
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-08-27avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-10-30all: fix enum definition for large valuesGanesh Ajjanagadde
2014-11-13cinedec: report white balance gain coefficients using metadataPeter Ross
2014-10-22lavf/cinedec: Fix a typo in the file header.Carl Eugen Hoyos
2014-08-19avformat/cinedec: allow number zero in metadataBen Hagen
2014-08-16cinedec: add shutter and crop metadataBen Hagen
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
2014-04-06avformat/cinedec: ask for sample when biBitCount isnt supportedMichael Niedermayer
2014-04-06avformat/cinedec: remove redundant zero terminationMichael Niedermayer
2014-04-06avformat/cinedec: fix sizeof()Michael Niedermayer
2014-03-16Phantom Cine demuxer (iteration 2014.3)Peter Ross