summaryrefslogtreecommitdiff
path: root/libavcodec/pnm.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | pnmdec: make ff_pnm_decode_header() more robustMichael Niedermayer2012-08-07
* | pnmdec: make pnm_get more robustMichael Niedermayer2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | pamdec: fix mono support.Michael Niedermayer2012-02-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-23
|\|
| * pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | Simplify 32bit pam decoding.Carl Eugen Hoyos2012-01-19
* | Support 64bit pam decoding.Carl Eugen Hoyos2012-01-17
* | Support gray8a pam decoding.Carl Eugen Hoyos2012-01-17
* | Cosmetics: Fix indentation.Carl Eugen Hoyos2012-01-07
* | pam: Reject 64bpp rgba.ami_stuff2012-01-06
* | Support 48bpp pam decoding.ami_stuff2012-01-05
* | Support 16bpp grayscale pam decoding.ami_stuff2012-01-05
* | Fix a crash when reading gray pam files.Carl Eugen Hoyos2011-12-28
* | Fix a typo that broke writing (and reading) PAM files.Carl Eugen Hoyos2011-12-28
* | pnm: Fix spurious error message.Michael Niedermayer2011-05-08
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos2011-01-10
* Check for invalid maxval in pgm decoder, fixes issue 2518.Daniel Kang2011-01-10
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Support ASCII pnms.Michael Niedermayer2009-12-01
* Move PNM init/end functions to the PNM common code.Diego Biurrun2009-10-27
* whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-27
* pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles2009-03-06
* 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