82 Commits (85b9a8f296274467648b5ca1088c676f3a060aa7)

Author SHA1 Message Date
Leo Izen cd9dd03006 avcodec/pnm: avoid mirroring PFM images vertically 2 years ago
Paul B Mahol c0771055ec avcodec/pnmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Timo Rothenpieler 6dc79f1d04 avutil/half2float: move non-inline init code out of header 2 years ago
Timo Rothenpieler f3fb528cd5 avutil/half2float: move tables to header-internal structs 2 years ago
Timo Rothenpieler b42925264a avutil: move half-precision float helper to avutil 2 years ago
Andreas Rheinhardt e4547c136a avcodec/pnmdec: Fix indentation 2 years ago
Andreas Rheinhardt 22ca2ef018 avcodec/pnmdec, pnm_parser: Improve const-correctness 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt c597510434 avcodec/pnmdec: Mark PHM decoder as init-threadsafe 3 years ago
Paul B Mahol ff1450e449 avcodec: add PHM decoder and encoder 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Carl Eugen Hoyos ca781761d6 lavc/pnm: Allow decoding gray float pfm images. 4 years ago
Michael Niedermayer ea28ce9bc1 avcodec/pnmdec: Fix misaligned reads 5 years ago
Paul B Mahol d49db99ce2 avcodec: add PFM image decoder 5 years ago
Michael Niedermayer 49459aca47 avcodec/pnmdec: Use unsigned for maxval rescaling 5 years ago
Carl Eugen Hoyos 193143486e lavc/pnmdec: Fix 16bit decoding. 5 years ago
Andreas Cadhalpun cdb5479c9d pnmdec: make sure v is capped by maxval 8 years ago
Paul B Mahol e7bc9623e5 avcodec/pnmdec: fix undefined behaviour 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Carl Eugen Hoyos 6c559a0a9d lavc/pnm: Support decoding ya16. 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 4fb3e1a652 avcodec/pnmdec: fix unaligned read 12 years ago
Michael Niedermayer 62d07bb321 avcodec/pnmdec: use a more specific pointer type than void in samplecpy() 12 years ago
Carl Eugen Hoyos 4c15f3491f Set bits_per_raw_sample when decoding pnm. 12 years ago
Carl Eugen Hoyos 34d48dac25 avcodec/pnmdec: support more pnm files 12 years ago
Michael Niedermayer 62738157dd pnmdec: always output native pixel format 12 years ago
Carl Eugen Hoyos 2c046c718a Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535." 12 years ago
Carl Eugen Hoyos 7651c0e49b Avoid overflows when reading pgm files with maxval != 255 and != 65535. 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 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
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol e2820d99f2 pnmdec: use more meaningful error codes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Paul B Mahol 0996f406c4 pnmdec: remove useless .pix_fmts 13 years ago
Michael Niedermayer d9b3097ba2 pamdec: fix mono support. 13 years ago
Carl Eugen Hoyos b614c14767 Simplify 32bit pam decoding. 13 years ago