summaryrefslogtreecommitdiffstats
path: root/libavformat/icodec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/icodec: Free ico->images on error pathsMichael Niedermayer2019-06-211-2/+8
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-101-2/+6
* icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun2016-11-091-0/+8
* icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-091-1/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+13
* avformat/icodec: Fix crash probing fuzzed fileMark Harris2016-02-201-1/+1
* avformat/icodec: ico probe with unknown dataMark Harris2016-02-201-6/+10
* lavf/icodec: Improve autodetection.Carl Eugen Hoyos2016-01-181-3/+25
* Return EOF for ICO when the end is reachedMichael Bradshaw2015-09-241-1/+1
* avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-161-1/+1
* avformat/icodec: reduce score returned on probingMichael Niedermayer2013-11-081-1/+1
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-3/+4
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
* ico: favour BITMAPHEADER dimensions over IconEntry dimensionsPeter Ross2012-01-131-4/+7
* ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)Peter Ross2012-01-121-0/+2
* ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over...Peter Ross2012-01-121-6/+14
* ico: consider IconEntry.NumColors of 255 to be ambiguousPeter Ross2012-01-121-0/+2
* Microsoft Windows ICO demuxerPeter Ross2011-12-041-0/+166
OpenPOWER on IntegriCloud