79 Commits (b47a1e5c5f585da714b0361a3077b9ded46c8c54)

Author SHA1 Message Date
Carl Eugen Hoyos 6c559a0a9d lavc/pnm: Support decoding ya16. 10 years ago
Michael Niedermayer b4d525eb63 avcodec/pnm: check buf[0] before using buf[1] 10 years ago
Anton Khirnov afa21a12bf p*menc: use the AVFrame API properly. 11 years ago
Michael Niedermayer 62738157dd pnmdec: always output native pixel format 11 years ago
Paul B Mahol a5155294e5 pnm: do not set avctx->coded_frame 11 years ago
Paul B Mahol 329221eee7 pnm: fix 255 < maxval < 65535 for pam with depth 1 11 years ago
Paul B Mahol 768e40b451 Revert "pnm: remove nonsense code" 11 years ago
Carl Eugen Hoyos 7e8e8ba9cc Assume gray8 if 1 < maxval <= 255 in pgm. 11 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Martin Storsjö 86611ff123 pnm: Use av_pix_fmt_desc_get instead of accessing the array directly 12 years ago
Michael Niedermayer 5ecf8189c6 pnm: use av_pix_fmt_desc_get() 12 years ago
Kostya Shishkov b5f536d24b pnm: add high-bitdepth PGMYUV support for both encoder and decoder 12 years ago
Anton Khirnov 380242ca50 pnm: return meaningful error codes. 12 years ago
Paul B Mahol cc5bcaa48e pnm: cosmetics: reindent 12 years ago
Paul B Mahol ae5ecb8e60 pnm: remove duplicated check for maxval > 255 12 years ago
Paul B Mahol a0348d0966 pnm: remove nonsense code 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Michael Niedermayer 0049af2628 pnmdec: make ff_pnm_decode_header() more robust 12 years ago
Michael Niedermayer bb7744a45b pnmdec: make pnm_get more robust 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Michael Niedermayer d9b3097ba2 pamdec: fix mono support. 13 years ago
Carl Eugen Hoyos 66b9d7065a pam: Fix a typo that broke writing and reading PAM files. 13 years ago
Carl Eugen Hoyos b614c14767 Simplify 32bit pam decoding. 13 years ago
Carl Eugen Hoyos 00430075bd Support 64bit pam decoding. 13 years ago
Carl Eugen Hoyos 328e79329a Support gray8a pam decoding. 13 years ago
Carl Eugen Hoyos 19b945dc2a Cosmetics: Fix indentation. 13 years ago
ami_stuff febf75f3d2 pam: Reject 64bpp rgba. 13 years ago
ami_stuff a44b63f6c8 Support 48bpp pam decoding. 13 years ago
ami_stuff 871e2f4fac Support 16bpp grayscale pam decoding. 13 years ago
Carl Eugen Hoyos 190a0998c3 Fix a crash when reading gray pam files. 13 years ago
Carl Eugen Hoyos c1bc1967f3 Fix a typo that broke writing (and reading) PAM files. 13 years ago
Michael Niedermayer 0257ac8f12 pnm: Fix spurious error message. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Carl Eugen Hoyos 8219782a6d Do not stop decoding on pnm files with negative maxval. 14 years ago
Daniel Kang ebc3488300 Check for invalid maxval in pgm decoder, fixes issue 2518. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Michael Niedermayer 63538a960e Support ASCII pnms. 15 years ago
Diego Biurrun 8767a009a1 Move PNM init/end functions to the PNM common code. 15 years ago
Diego Biurrun d3067047e7 whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
Justin Ruggles 5a92cc663c pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. 16 years ago
Peter Ross 001821904e Support 48-bit RGB PPM image. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Justin Ruggles 8fd64adf08 cosmetics: fix indentation after r15321 16 years ago
Justin Ruggles 0605f5c86b Return error when trying to decode non-grayscale 16-bit PNM images. 16 years ago