| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+13 |
* | avformat/icodec: Fix crash probing fuzzed file | Mark Harris | 2016-02-20 | 1 | -1/+1 |
* | avformat/icodec: ico probe with unknown data | Mark Harris | 2016-02-20 | 1 | -6/+10 |
* | lavf/icodec: Improve autodetection. | Carl Eugen Hoyos | 2016-01-18 | 1 | -3/+25 |
* | Return EOF for ICO when the end is reached | Michael Bradshaw | 2015-09-24 | 1 | -1/+1 |
* | avformat/ico: use avmalloc(z)_array() | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | avformat/icodec: reduce score returned on probing | Michael Niedermayer | 2013-11-08 | 1 | -1/+1 |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -3/+4 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | ico: favour BITMAPHEADER dimensions over IconEntry dimensions | Peter Ross | 2012-01-13 | 1 | -4/+7 |
* | ico: reject icon entries that are smaller than sizeof(BITMAPHEADER) | Peter Ross | 2012-01-12 | 1 | -0/+2 |
* | ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over... | Peter Ross | 2012-01-12 | 1 | -6/+14 |
* | ico: consider IconEntry.NumColors of 255 to be ambiguous | Peter Ross | 2012-01-12 | 1 | -0/+2 |
* | Microsoft Windows ICO demuxer | Peter Ross | 2011-12-04 | 1 | -0/+166 |