summaryrefslogtreecommitdiffstats
path: root/libavcodec/pnm.c
Commit message (Expand)AuthorAgeFilesLines
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-221-1/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos2011-01-101-1/+1
* Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang2011-01-101-0/+4
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-2/+2
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+3
* Support ASCII pnms.Michael Niedermayer2009-12-011-5/+10
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-271-0/+20
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-271-8/+10
* pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles2009-03-061-1/+1
* Support 48-bit RGB PPM image.Peter Ross2009-02-221-1/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* cosmetics: fix indentation after r15321Justin Ruggles2008-09-141-3/+3
* Return error when trying to decode non-grayscale 16-bit PNM images.Justin Ruggles2008-09-141-1/+13
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs2007-05-111-383/+104
* move pnm parser in its own fileAurelien Jacobs2007-05-101-204/+2
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-3/+3
* cosmetics after last commitIvo van Poorten2007-04-101-1/+1
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-101-2/+24
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-5/+5
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-061-1/+1
* PGM 16-bit gray supportKostya Shishkov2006-10-241-4/+12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-0/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-27/+27
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-2/+2
* segfault fixMichael Niedermayer2005-08-211-0/+6
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-101-0/+10
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-2/+13
* merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer2004-11-121-127/+68
* pnm parserMichael Niedermayer2004-11-121-18/+96
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-111-0/+553
OpenPOWER on IntegriCloud