28 Commits (3dc7a9f6239d909b3e66712b32380822466882af)

Author SHA1 Message Date
Michael Niedermayer db73ae0dc1
avformat/icodec: Check nb_pal 2 years ago
Andreas Rheinhardt 1dcd0adedd avformat: Remove unnecessary inclusions from libavcodec 3 years ago
Andreas Rheinhardt 7a1037b6bd avformat/icodec: Simplify cleanup after read_header failure 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer b33233bd53 avformat/icodec: Check for zero streams and stream creation failure 4 years ago
Michael Niedermayer 27ee67c00f avformat/icodec: Factor failure code out in read_header() 4 years ago
Michael Niedermayer 3300f5c133 avformat/icodec: Change order of operations to avoid NULL dereference 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Michael Niedermayer 54918b5116 avformat/icodec: Free ico->images on error paths 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
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