| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pnm: Use ff_set_dimensions() | Michael Niedermayer | 2017-05-31 | 1 | -4/+8 |
* | pnm: limit maxval to UINT16_MAX | Andreas Cadhalpun | 2016-11-12 | 1 | -2/+3 |
* | lavc/pnm: Support decoding ya16. | Carl Eugen Hoyos | 2015-01-22 | 1 | -1/+4 |
* | avcodec/pnm: check buf[0] before using buf[1] | Michael Niedermayer | 2014-08-03 | 1 | -1/+1 |
* | pnmdec: always output native pixel format | Michael Niedermayer | 2013-08-03 | 1 | -11/+7 |
* | pnm: do not set avctx->coded_frame | Paul B Mahol | 2013-07-28 | 1 | -10/+0 |
* | pnm: fix 255 < maxval < 65535 for pam with depth 1 | Paul B Mahol | 2013-07-28 | 1 | -0/+2 |
* | Revert "pnm: remove nonsense code" | Paul B Mahol | 2013-07-28 | 1 | -0/+2 |
* | Assume gray8 if 1 < maxval <= 255 in pgm. | Carl Eugen Hoyos | 2013-07-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
|\ |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -10/+0 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -10/+0 |
| * | pnm: Use av_pix_fmt_desc_get instead of accessing the array directly | Martin Storsjö | 2013-02-28 | 1 | -1/+1 |
* | | pnm: use av_pix_fmt_desc_get() | Michael Niedermayer | 2013-02-24 | 1 | -1/+1 |
* | | Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d' | Michael Niedermayer | 2013-02-24 | 1 | -1/+8 |
|\| |
|
| * | pnm: add high-bitdepth PGMYUV support for both encoder and decoder | Kostya Shishkov | 2013-02-23 | 1 | -1/+8 |
* | | Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4' | Michael Niedermayer | 2013-01-07 | 1 | -9/+9 |
|\| |
|
| * | pnm: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -11/+11 |
* | | pnm: cosmetics: reindent | Paul B Mahol | 2012-11-04 | 1 | -1/+1 |
* | | pnm: remove duplicated check for maxval > 255 | Paul B Mahol | 2012-11-04 | 1 | -2/+1 |
* | | pnm: remove nonsense code | Paul B Mahol | 2012-11-04 | 1 | -2/+0 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -20/+20 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -17/+17 |
* | | 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 |