summaryrefslogtreecommitdiff
path: root/libavcodec/pnm.c
Commit message (Expand)AuthorAge
* Support 48-bit RGB PPM image.Peter Ross2009-02-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-14
* Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles2008-09-14
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs2007-05-11
* move pnm parser in its own fileAurelien Jacobs2007-05-10
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* cosmetics after last commitIvo van Poorten2007-04-10
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-10
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-06
* PGM 16-bit gray supportKostya Shishkov2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* segfault fixMichael Niedermayer2005-08-21
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer2004-11-12
* pnm parserMichael Niedermayer2004-11-12
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11