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
2019-06-21avformat/icodec: Free ico->images on error pathsMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-11-11icodec: correctly check avio_read return valueAndreas Cadhalpun
2016-11-09icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun
2016-11-09icodec: fix leaking pkt on errorAndreas Cadhalpun
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-20avformat/icodec: Fix crash probing fuzzed fileMark Harris
2016-02-20avformat/icodec: ico probe with unknown dataMark Harris
2016-01-18lavf/icodec: Improve autodetection.Carl Eugen Hoyos
2015-09-25Return EOF for ICO when the end is reachedMichael Bradshaw
2014-04-16avformat/ico: use avmalloc(z)_array()Michael Niedermayer
2013-11-08avformat/icodec: reduce score returned on probingMichael Niedermayer
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-13ico: favour BITMAPHEADER dimensions over IconEntry dimensionsPeter Ross
2012-01-12ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)Peter Ross
2012-01-12ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over...Peter Ross
2012-01-12ico: consider IconEntry.NumColors of 255 to be ambiguousPeter Ross
2011-12-04Microsoft Windows ICO demuxerPeter Ross