summaryrefslogtreecommitdiff
path: root/libavformat/icodec.c
Commit message (Expand)AuthorAge
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-23
* avformat/icodec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/icodec: Check for zero streams and stream creation failureMichael Niedermayer2020-11-13
* avformat/icodec: Factor failure code out in read_header()Michael Niedermayer2020-11-13
* avformat/icodec: Change order of operations to avoid NULL dereferenceMichael Niedermayer2020-10-17
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/icodec: Free ico->images on error pathsMichael Niedermayer2019-06-21
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-10
* icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun2016-11-09
* icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-09
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/icodec: Fix crash probing fuzzed fileMark Harris2016-02-20
* avformat/icodec: ico probe with unknown dataMark Harris2016-02-20
* lavf/icodec: Improve autodetection.Carl Eugen Hoyos2016-01-18
* Return EOF for ICO when the end is reachedMichael Bradshaw2015-09-24
* avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-16
* avformat/icodec: reduce score returned on probingMichael Niedermayer2013-11-08
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* ico: favour BITMAPHEADER dimensions over IconEntry dimensionsPeter Ross2012-01-13
* ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)Peter Ross2012-01-12
* ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over...Peter Ross2012-01-12
* ico: consider IconEntry.NumColors of 255 to be ambiguousPeter Ross2012-01-12
* Microsoft Windows ICO demuxerPeter Ross2011-12-04