]> git.sesse.net Git - ffmpeg/history - libavcodec/pnm.c
Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.
[ffmpeg] / libavcodec / pnm.c
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