86 Commits (c1a0e657638f7007dcc807a2d985c22631fcd6d3)

Author SHA1 Message Date
Michael Niedermayer 3faadbe2a2
avcodec/pnmdec: Use 64bit for input size check 8 months ago
Andreas Rheinhardt df3cdf4c75 avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 10 months ago
Paul B Mahol 5d98259841 avcodec/pnmdec: fix decoding with AVFrame's negative linesize 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
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 3 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Timo Rothenpieler 6dc79f1d04 avutil/half2float: move non-inline init code out of header 3 years ago
Timo Rothenpieler f3fb528cd5 avutil/half2float: move tables to header-internal structs 3 years ago
Timo Rothenpieler b42925264a avutil: move half-precision float helper to avutil 3 years ago
Andreas Rheinhardt e4547c136a avcodec/pnmdec: Fix indentation 3 years ago
Andreas Rheinhardt 22ca2ef018 avcodec/pnmdec, pnm_parser: Improve const-correctness 3 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 9 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 12 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 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 13 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