summaryrefslogtreecommitdiff
path: root/libavformat/cinedec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/cinedec: Check size and pos moreMichael Niedermayer2022-07-071-5/+6
* avformat/cinedec: Avoid repeatedly allocating packets beyond the inputMichael Niedermayer2021-12-161-1/+13
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/cinedec: Fix index_entries size checkMichael Niedermayer2021-03-131-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-1/+1
* avformat/cinedec: check av_strdup() return valueSteven Liu2019-10-191-0/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-1/+5
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-17/+17
* all: fix enum definition for large valuesGanesh Ajjanagadde2015-10-301-5/+5
* cinedec: report white balance gain coefficients using metadataPeter Ross2014-11-131-1/+15
* lavf/cinedec: Fix a typo in the file header.Carl Eugen Hoyos2014-10-221-1/+1
* avformat/cinedec: allow number zero in metadataBen Hagen2014-08-191-15/+15
* cinedec: add shutter and crop metadataBen Hagen2014-08-161-1/+13
* Use new av_dict_set_int helper function.Reimar Döffinger2014-08-161-3/+1
* avformat/cinedec: ask for sample when biBitCount isnt supportedMichael Niedermayer2014-04-061-1/+3
* avformat/cinedec: remove redundant zero terminationMichael Niedermayer2014-04-051-1/+0
* avformat/cinedec: fix sizeof()Michael Niedermayer2014-04-051-1/+1
* Phantom Cine demuxer (iteration 2014.3)Peter Ross2014-03-161-0/+300