| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\ |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | pnmdec: make ff_pnm_decode_header() more robust | Michael Niedermayer | 2012-08-07 | 1 | -6/+8 |
* | | pnmdec: make pnm_get more robust | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -2/+2 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
* | | pamdec: fix mono support. | Michael Niedermayer | 2012-02-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-23 | 1 | -1/+1 |
|\| |
|
| * | pam: Fix a typo that broke writing and reading PAM files. | Carl Eugen Hoyos | 2012-01-22 | 1 | -1/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | | Simplify 32bit pam decoding. | Carl Eugen Hoyos | 2012-01-19 | 1 | -1/+1 |
* | | Support 64bit pam decoding. | Carl Eugen Hoyos | 2012-01-17 | 1 | -2/+1 |
* | | Support gray8a pam decoding. | Carl Eugen Hoyos | 2012-01-17 | 1 | -0/+3 |
* | | Cosmetics: Fix indentation. | Carl Eugen Hoyos | 2012-01-07 | 1 | -2/+2 |
* | | pam: Reject 64bpp rgba. | ami_stuff | 2012-01-06 | 1 | -1/+6 |
* | | Support 48bpp pam decoding. | ami_stuff | 2012-01-05 | 1 | -3/+1 |
* | | Support 16bpp grayscale pam decoding. | ami_stuff | 2012-01-05 | 1 | -2/+5 |
* | | Fix a crash when reading gray pam files. | Carl Eugen Hoyos | 2011-12-28 | 1 | -0/+1 |
* | | Fix a typo that broke writing (and reading) PAM files. | Carl Eugen Hoyos | 2011-12-28 | 1 | -1/+3 |
* | | pnm: Fix spurious error message. | Michael Niedermayer | 2011-05-08 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
|/ |
|
* | Do not stop decoding on pnm files with negative maxval. | Carl Eugen Hoyos | 2011-01-10 | 1 | -1/+1 |
* | Check for invalid maxval in pgm decoder, fixes issue 2518. | Daniel Kang | 2011-01-10 | 1 | -0/+4 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -2/+2 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -2/+3 |
* | Support ASCII pnms. | Michael Niedermayer | 2009-12-01 | 1 | -5/+10 |
* | Move PNM init/end functions to the PNM common code. | Diego Biurrun | 2009-10-27 | 1 | -0/+20 |
* | whitespace cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-10-27 | 1 | -8/+10 |
* | pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. | Justin Ruggles | 2009-03-06 | 1 | -1/+1 |
* | Support 48-bit RGB PPM image. | Peter Ross | 2009-02-22 | 1 | -1/+4 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: fix indentation after r15321 | Justin Ruggles | 2008-09-14 | 1 | -3/+3 |
* | Return error when trying to decode non-grayscale 16-bit PNM images. | Justin Ruggles | 2008-09-14 | 1 | -1/+13 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | rename pnm.c to pnmenc.c and pnm_common.c to pnm.c | Aurelien Jacobs | 2007-05-11 | 1 | -383/+104 |
* | move pnm parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -204/+2 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -3/+3 |
* | cosmetics after last commit | Ivo van Poorten | 2007-04-10 | 1 | -1/+1 |
* | Add support for grayscale images with arbitrary maxvals. | Ivo van Poorten | 2007-04-10 | 1 | -2/+24 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -5/+5 |
* | include parser.h instead of mpegvideo.h | Baptiste Coudurier | 2006-11-06 | 1 | -1/+1 |
* | PGM 16-bit gray support | Kostya Shishkov | 2006-10-24 | 1 | -4/+12 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -0/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -27/+27 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -2/+2 |