summaryrefslogtreecommitdiffstats
path: root/libavcodec/pnm.c
Commit message (Expand)AuthorAgeFilesLines
* pnm: use av_pix_fmt_desc_get()Michael Niedermayer2013-02-241-1/+1
* Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'Michael Niedermayer2013-02-241-1/+8
|\
| * pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov2013-02-231-1/+8
* | Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4'Michael Niedermayer2013-01-071-9/+9
|\ \ | |/
| * pnm: return meaningful error codes.Anton Khirnov2013-01-061-11/+11
* | pnm: cosmetics: reindentPaul B Mahol2012-11-041-1/+1
* | pnm: remove duplicated check for maxval > 255Paul B Mahol2012-11-041-2/+1
* | pnm: remove nonsense codePaul B Mahol2012-11-041-2/+0
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-20/+20
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | pnmdec: make ff_pnm_decode_header() more robustMichael Niedermayer2012-08-071-6/+8
* | pnmdec: make pnm_get more robustMichael Niedermayer2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-2/+2
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* | pamdec: fix mono support.Michael Niedermayer2012-02-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-231-1/+1
|\ \ | |/
| * 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
* | Simplify 32bit pam decoding.Carl Eugen Hoyos2012-01-191-1/+1
* | Support 64bit pam decoding.Carl Eugen Hoyos2012-01-171-2/+1
* | Support gray8a pam decoding.Carl Eugen Hoyos2012-01-171-0/+3
* | Cosmetics: Fix indentation.Carl Eugen Hoyos2012-01-071-2/+2
* | pam: Reject 64bpp rgba.ami_stuff2012-01-061-1/+6
* | Support 48bpp pam decoding.ami_stuff2012-01-051-3/+1
* | Support 16bpp grayscale pam decoding.ami_stuff2012-01-051-2/+5
* | Fix a crash when reading gray pam files.Carl Eugen Hoyos2011-12-281-0/+1
* | Fix a typo that broke writing (and reading) PAM files.Carl Eugen Hoyos2011-12-281-1/+3
* | pnm: Fix spurious error message.Michael Niedermayer2011-05-081-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-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
OpenPOWER on IntegriCloud