89 Commits (0ba67a8eb1ca630af863dc42a36a3968bc808ab4)

Author SHA1 Message Date
Ronald S. Bultje 081c21ca55 lagarith: assign correct per-thread value to LagarithContext::avctx. 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
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer 9eef41b848 lagarith: always allocate for 4 planes. Fixes out of array accesses 12 years ago
Michael Niedermayer 2d71f31df2 lag_read_prob_header: fix out of array access 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer b631e4ed64 lagarith: check count before writing zeros. 12 years ago
Michael Niedermayer 2b3b52d519 lagarith: fix alignment on buffers passed into prediction dsp code. 12 years ago
Hendrik Leppkes f9150c8ac0 lagarith: frame multithreading 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Ronald S. Bultje 7191e1c490 lagarith: fix color plane inversion for YUY2 output. 12 years ago
Ronald S. Bultje 98d0d19208 lagarith: pad RGB buffer by 1 byte. 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Hendrik Leppkes f6943f2379 lagarith: frame multithreading 13 years ago
Carl Eugen Hoyos eae77f4631 Fix lagarith YUY2 output. 13 years ago
Kostya Shishkov 464e9ab011 lagarith: add YUY2 decoding support 13 years ago
Carl Eugen Hoyos 58637a0b24 Support decoding unaligned rgb24 lagarith. 13 years ago
Kostya Shishkov 1fdb5649d9 lagarith: make offset array type unsigned 13 years ago
Carl Eugen Hoyos 8cb9f99e9f Support decoding unaligned rgb24 lagarith. 13 years ago
Michael Niedermayer 83c7803f55 lagarith: check count before writing zeros. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje 0a82f5275f lagarith: fix buffer overreads. 13 years ago
Michael Niedermayer 96d0494123 lagarith: Fix various issues that lead to out of array reads. 13 years ago
Michael Niedermayer 44bd50f529 lagarith: fix flipped return value 13 years ago
Martin Storsjö e9ca85e714 lagarith: Add ff_ prefix to lag_rac_init 13 years ago