18 Commits (987026adda79be4bbc541e12c5c6796b43f84bc1)

Author SHA1 Message Date
Andreas Cadhalpun 89eb398c7f icodec: correctly check avio_read return value 8 years ago
Andreas Cadhalpun d54c95a143 icodec: add ico_read_close to fix leaking ico->images 8 years ago
Andreas Cadhalpun 467eece1be icodec: fix leaking pkt on error 8 years ago
Mark Harris 56e2cd9c04 avformat/icodec: Fix crash probing fuzzed file 9 years ago
Mark Harris 1b4fbf8080 avformat/icodec: ico probe with unknown data 9 years ago
Carl Eugen Hoyos 9bc281beae lavf/icodec: Improve autodetection. 9 years ago
Michael Bradshaw 244184217c Return EOF for ICO when the end is reached 9 years ago
Michael Niedermayer dd77f6469a avformat/ico: use avmalloc(z)_array() 11 years ago
Michael Niedermayer 4f0e85517f avformat/icodec: reduce score returned on probing 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Peter Ross 3a1df393b8 ico: favour BITMAPHEADER dimensions over IconEntry dimensions 13 years ago
Peter Ross 051257495a ico: reject icon entries that are smaller than sizeof(BITMAPHEADER) 13 years ago
Peter Ross 90dbd08127 ico: ignore IconEntry.bpp value, and favour BITMAPHEADER.NumColors value over that in IconEntry 13 years ago
Peter Ross bd3a12d68d ico: consider IconEntry.NumColors of 255 to be ambiguous 13 years ago
Peter Ross ba8410cb44 Microsoft Windows ICO demuxer 13 years ago