OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / pnm.c
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-10 Carl Eugen HoyosDo not stop decoding on pnm files with negative maxval.
2011-01-10 Daniel KangCheck for invalid maxval in pgm decoder, fixes issue...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-10-27 Diego BiurrunMove PNM init/end functions to the PNM common code.
2009-10-27 Diego Biurrunwhitespace cosmetics: K&R coding style, prettyprinting
2009-03-06 Justin Rugglespnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-02-22 Peter RossSupport 48-bit RGB PPM image.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-09-14 Justin Rugglescosmetics: fix indentation after r15321
2008-09-14 Justin RugglesReturn error when trying to decode non-grayscale 16...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-10 Aurelien Jacobsmove pnm parser in its own file
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-04-10 Ivo van Poortencosmetics after last commit
2007-04-10 Ivo van PoortenAdd support for grayscale images with arbitrary maxvals.
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-11-06 Baptiste Coudurierinclude parser.h instead of mpegvideo.h
2006-10-24 Kostya ShishkovPGM 16-bit gray support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-21 Michael Niedermayersegfault fix
2005-05-10 Roine Gustafssona few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-12 Michael Niedermayermerge pam_decode_frame() into pnm_decode_frame()
2004-11-12 Michael Niedermayerpnm parser
2004-11-11 Michael Niedermayermove p*m from image/lavf -> image2/lavc