83 Commits (acca2aecb05cf254262969ced5e5dfd1c9be7a73)

Author SHA1 Message Date
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 52939a2c57 avcodec/indeo2: Check remaining input more often 5 years ago
Michael Niedermayer 4ef27d4072 avcodec/indeo2: Check input size against resolution in ir2_decode_plane() 6 years ago
Michael Niedermayer 159fb8ff7e avcodec/indeo2: Check for invalid VLCs 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Michael Niedermayer b29feec982 avcodec/indeo2: Check remaining bits in ir2_decode_plane() 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková c3defda0d8 indeo: Convert to the new bitstream reader 8 years ago
Michael Niedermayer 9ffe44c5c7 avcodec/indeo2: check ctab 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Luca Barbato 73f3c8f73e indeo2: Fix banding artefacts 9 years ago
Luca Barbato f8c34f4b8d indeo2: Fix banding artefacts 9 years ago
Paul B Mahol 484cc66f57 avcodec/indeo2: use init_get_bits8 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Reimar Döffinger c2c27e9e51 indeo2: move variable declarations into blocks using them. 10 years ago
Kostya Shishkov 422e14f721 indeo2: rename stride to pitch for consistency with other Indeo decoders 11 years ago
Anton Khirnov 79d501a860 indeo2: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 451b2ca1b4 indeo2: make code independent of sizeof(AVFrame) 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 7b1fbd4729 indeo2: check decoding errors. 12 years ago
Anton Khirnov 6ea2c9a4cf indeo2: return meaningful error codes 12 years ago
Anton Khirnov c04c64c08e indeo2: cosmetics, reformat 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 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
Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Alex Converse b7ce4f1d1c indeo2: fail if input buffer too small 13 years ago
Alex Converse 68ca330cbd indeo2: init_get_bits size in bits instead of bytes 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini fd37eac495 indeo2: remove unnecessary release_buffer() call 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Carl Eugen Hoyos 45fc24a005 Do not try to free memory that was never allocated (partial revert of r20231). 15 years ago
Kostya Shishkov 6d924b5a5f Release frame after decoding is done 15 years ago
Kostya Shishkov bd4110f99b Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago