36 Commits (9bb35cfa4d7f8f85ddd59d032a0777af2482d66f)

Author SHA1 Message Date
Andreas Rheinhardt df3cdf4c75 avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 9 months ago
Andreas Rheinhardt 97beb63a66 avcodec/hq_hqa: Make VLC tables static 11 months ago
Andreas Rheinhardt 51b2343ef9 avcodec/hq_hqadata: Move data in a header 11 months ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt f3fef1259c avcodec/hq_hqa: Remove transient GetByteContext from context 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 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
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer cf28521fee avcodec/hq_hqa: Check info size 5 years ago
Michael Niedermayer a6229fcd40 avcodec/hq_hqa: Use ff_set_dimensions() 6 years ago
Michael Niedermayer 407e7c34ca avcodec/hq_hqa: Check available space before reading slice offsets 6 years ago
Michael Niedermayer c9222b972d avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb() 7 years ago
Michael Niedermayer 3d9cb583c8 avcodec/hq_hqa: Fix: runtime error: signed integer overflow: -255 * 10180917 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 1283c42447 avcodec/hq_hqa: Fix runtime error: left shift of negative value -207 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková c5e01d9170 hq_hqa: Convert to the new bitstream reader 8 years ago
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 0cf5588d69 hq_hqa: Fix decoding when INFO section is absent 10 years ago
Michael Niedermayer 653bf3c5a1 avcodec/hq_hqa: Fix signness of tag 10 years ago
Luca Barbato 28eddef689 hq_hqa: Validate get_vlc2 return value 10 years ago
Paul B Mahol 77e794908b avcodec/hq_hqa: remove superfluous log message 10 years ago
Vittorio Giovara bd5ad8b23d hq_hqa: Fix reading hqa quantization matrix index 10 years ago
Vittorio Giovara 22526c1f55 Canopus HQ/HQA decoder 10 years ago