62 Commits (9b41cc04300e8d00ae3a6326639e975712e21bb6)

Author SHA1 Message Date
Andreas Rheinhardt 41fc62f2e8 avcodec/codec_desc, jvdec: JV is not intra-only 8 months ago
James Almer 63767b79a5 avutil/frame: deprecate palette_has_changed 2 years ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 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
Andreas Rheinhardt e2c24e6a29 avcodec/internal: Move ff_reget_buffer() to decode.h 2 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 3d0559ee7d avcodec/jvdec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
James Almer 9ea6d2149e avcodec/decode: add a flags parameter to ff_reget_buffer() 5 years ago
Michael Niedermayer 09edcd3572 avcodec/jvdec: Use ff_get_buffer() when the content is not reused 6 years ago
Michael Niedermayer 61523683c5 avcodec/jvdec: Check available input space before decode8x8() 6 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 15d4dbfd4a jvdec: Convert to the new bitstream reader 8 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Anton Khirnov 88626e5af8 jvdec: check frame dimensions 10 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Vittorio Giovara d509ae5be0 jvdec: K&R formatting cosmetics 11 years ago
Anton Khirnov b7462a3904 jvdec: use the AVFrame API properly. 11 years ago
Paul B Mahol 678431d3f2 jv: make code independent of sizeof(AVFrame) 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Hendrik Leppkes f91730a16b jv: initialize AVFrame 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Paul B Mahol 4c6c6a266e jvdec: use more meaningful error code 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 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_* 13 years ago
Paul B Mahol 5d171b1f47 jvdec: check if there is enough data 13 years ago
Paul B Mahol f8a81755c2 jvdec: remove redundant check 13 years ago
Paul B Mahol 1bc9e4c5b2 jvdec: remove buf_size 13 years ago
Paul B Mahol 1c638cfc25 jvdec: stop reading partial palette 13 years ago
Michael Niedermayer 114f82ee7e jvdec: check that the video_size fits in the packet. 13 years ago
Michael Niedermayer b4904e804d jvdec: check videosize 13 years ago
Paul B Mahol a1c036e961 jvdec: unbreak video decoding 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Carl Eugen Hoyos 9117592549 Cosmetics: Increase readability. 13 years ago
Carl Eugen Hoyos 3230c756f8 Increase Bitmap Brothers JV palette dynamics. 13 years ago
Peter Ross 070d2d7589 jvdec: set alpha component 13 years ago
Laurent Aimar b59efc9434 Fixed size given to init_get_bits(). 14 years ago
Laurent Aimar e5e0580b93 Fixed size given to init_get_bits(). 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anton Khirnov b4b167ecbf jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 14 years ago