112 Commits (56bbfe1136306665f83b3f02eb7f94c12c6ab99e)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Michael Niedermayer 9450f75974 avcodec/lagarith: Check dst/src in zero run code 2 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 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Paul B Mahol 5133f4c2c1 avcodec/lagarith: return early on error 3 years ago
Andreas Rheinhardt 67b6f5fbb5 avcodec/lagarith: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer fb3855342b avcodec/lagarith: Sanity check scale 5 years ago
Michael Niedermayer 7efe84aebd avcodec/lagarith: Remove duplicate check 6 years ago
Paul B Mahol 29a24e5f79 avcodec/lagarith: set pict_type too 6 years ago
Paul B Mahol b2ffecbd0c avcodec/lagarith: switch to planar rgb 6 years ago
Michael Niedermayer dbac849c4d avcodec/lagarith: Optimize FRAME_SOLID_RGBA 6 years ago
Michael Niedermayer 706c9beaea avcodec/lagarith: Remove redundant varianble init 6 years ago
Michael Niedermayer 8d21ab4d12 avcodec/lagarith: Check that the range coded data stream is consistent when the probabilities indicate no data could have been coded. 6 years ago
Michael Niedermayer 5859b5b439 avcodec/lagarith: Detect end of input in lag_decode_line() loop 7 years ago
Michael Niedermayer 948b54763b avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer ed3c9b5b0d avcodec/lagarith: Check scale_factor 8 years ago
Michael Niedermayer ddb2dd7edb avcodec/lagarith: Fix runtime error: left shift of negative value -1 8 years ago
Ronald S. Bultje 081c21ca55 lagarith: assign correct per-thread value to LagarithContext::avctx. 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Alexandra Hájková 6fad5abcad lagarith: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer 35dcc8a040 avcodec/lagarith: fix integer overflow 10 years ago
Michael Niedermayer e981de81fe avcodec/lagarith: fix chroma plane width & height 10 years ago
Diego Biurrun 0d439fbede dsputil: Split off HuffYUV decoding bits into their own context 11 years ago
Diego Biurrun 4f4840377f lagarith: Fix typo in printf format string 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Anton Khirnov 4c3e1956ee lagarith: reallocate rgb_planes when needed 11 years ago
Kostya Shishkov 2f97094608 lagarith: do not call simd functions on unaligned lines 11 years ago
Michael Niedermayer 61d43a2651 avcodec/lagarith: check and propagate return value from init_get_bits8() 11 years ago
Michael Niedermayer afd1245433 avcodec/lagarith: use init_get_bits8() 11 years ago
Michael Niedermayer 6f1b296771 avcodec/lagarith: reenable buggy lag_decode_zero_run_line() 11 years ago
Michael Niedermayer e80aa47abf avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane() 11 years ago
Michael Niedermayer 3410122c68 avcodec/lagarith: fix src/src_size for esc_count < 8 11 years ago
Michael Niedermayer 100a54da52 avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sample 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 45f0623ae3 avcodec/lagarith: check scaled probabilities 11 years ago
Carl Eugen Hoyos f381dc1d61 Support decoding of Lagarith frame type FRAME_SOLID_COLOR. 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
Paul B Mahol c4274d118b lagarith: return more meaningful error codes 12 years ago
Carl Eugen Hoyos 40297a8bdb Support solid gray frames when decoding Lagarith. 12 years ago