| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pnm: explicitly tag color range | Niklas Haas | 2023-11-09 | 1 | -2/+4 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec/pnmdec, pnm_parser: Improve const-correctness | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec: add PHM decoder and encoder | Paul B Mahol | 2022-07-03 | 1 | -1/+10 |
* | lavc/pnm: Allow decoding gray float pfm images. | Carl Eugen Hoyos | 2021-02-15 | 1 | -1/+4 |
* | avcodec/pnm: disable check for PFM as it is not needed | Paul B Mahol | 2021-01-31 | 1 | -1/+2 |
* | avcodec/pnm: Check scale | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | avcodec: add PFM image decoder | Paul B Mahol | 2020-05-30 | 1 | -4/+17 |
* | avcodec/pnm: Check that the header is not truncated | Michael Niedermayer | 2019-12-15 | 1 | -0/+7 |
* | avcodec/pnm: skip reading trailing bytes in get_pnm() | Michael Niedermayer | 2019-08-23 | 1 | -2/+0 |
* | avcodec/pnm: Check magic bytes directly without pnm_get() | Michael Niedermayer | 2019-08-23 | 1 | -3/+10 |
* | avcodec/pnm: Optimize reading loop in pnm_get() | Michael Niedermayer | 2019-03-17 | 1 | -3/+4 |
* | avcodec/pnm: Avoid structure pointer dereferences in inner loop in pnm_get() | Michael Niedermayer | 2019-02-23 | 1 | -6/+9 |
* | 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 |