]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/pnm.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / pnm.c
2009-03-06 jbrpnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-02-22 prossSupport 48-bit RGB PPM image.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-09-14 jbrcosmetics: fix indentation after r15321
2008-09-14 jbrReturn error when trying to decode non-grayscale 16...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2007-05-11 aurelrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-10 aurelmove pnm parser in its own file
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-04-10 ivocosmetics after last commit
2007-04-10 ivoAdd support for grayscale images with arbitrary maxvals.
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2006-11-06 bcoudurierinclude parser.h instead of mpegvideo.h
2006-10-24 kostyaPGM 16-bit gray support
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-06 mruKill some compiler warnings. Compiled code verified...
2005-08-21 michaelsegfault fix
2005-05-10 michaela few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-12 michaelmerge pam_decode_frame() into pnm_decode_frame()
2004-11-12 michaelpnm parser
2004-11-11 michaelmove p*m from image/lavf -> image2/lavc