| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/lagarith: Fix runtime error: left shift of 1 by 31 places cannot be r... | Michael Niedermayer | 2017-05-23 | 1 | -1/+1 |
* | avcodec/lagarith: Check scale_factor | Michael Niedermayer | 2017-05-10 | 1 | -1/+3 |
* | avcodec/lagarith: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-05-10 | 1 | -1/+1 |
* | lagarith: assign correct per-thread value to LagarithContext::avctx. | Ronald S. Bultje | 2017-03-31 | 1 | -0/+11 |
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | lossless_videodsp: move shared functions from huffyuvdsp | James Almer | 2017-01-12 | 1 | -6/+6 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/lagarith: fix integer overflow | Michael Niedermayer | 2014-11-11 | 1 | -1/+1 |
* | | avcodec/lagarith: fix chroma plane width & height | Michael Niedermayer | 2014-11-10 | 1 | -6/+6 |
* | | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' | Michael Niedermayer | 2014-05-27 | 1 | -9/+7 |
|\| |
|
| * | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -9/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | lagarith: Fix typo in printf format string | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -2/+4 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -2/+4 |
* | | Merge commit '4c3e1956ee35fdcc5ffdb28782050164b4623c0b' | Michael Niedermayer | 2014-02-05 | 1 | -6/+6 |
|\| |
|
| * | lagarith: reallocate rgb_planes when needed | Anton Khirnov | 2014-02-04 | 1 | -6/+6 |
* | | Merge commit '2f97094608cfd2665660f7a26a3291559b186752' | Michael Niedermayer | 2014-01-06 | 1 | -5/+5 |
|\| |
|
| * | lagarith: do not call simd functions on unaligned lines | Kostya Shishkov | 2014-01-06 | 1 | -6/+19 |
* | | avcodec/lagarith: check and propagate return value from init_get_bits8() | Michael Niedermayer | 2013-12-30 | 1 | -1/+3 |
* | | avcodec/lagarith: use init_get_bits8() | Michael Niedermayer | 2013-12-30 | 1 | -1/+1 |
* | | avcodec/lagarith: reenable buggy lag_decode_zero_run_line() | Michael Niedermayer | 2013-12-30 | 1 | -1/+2 |
* | | avcodec/lagarith: fix init_get_bits() size in lag_decode_arith_plane() | Michael Niedermayer | 2013-12-30 | 1 | -1/+1 |
* | | avcodec/lagarith: fix src/src_size for esc_count < 8 | Michael Niedermayer | 2013-12-30 | 1 | -0/+2 |
* | | avcodec/lagarith: disable lag_decode_zero_run_line() and ask for a sample | Michael Niedermayer | 2013-12-30 | 1 | -0/+3 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/lagarith: check scaled probabilities | Michael Niedermayer | 2013-09-25 | 1 | -1/+9 |
* | | Support decoding of Lagarith frame type FRAME_SOLID_COLOR. | Carl Eugen Hoyos | 2013-05-07 | 1 | -0/+22 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -12/+4 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -15/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -15/+6 |
* | | lagarith: return more meaningful error codes | Paul B Mahol | 2013-01-22 | 1 | -9/+10 |
* | | Support solid gray frames when decoding Lagarith. | Carl Eugen Hoyos | 2013-01-22 | 1 | -0/+15 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -2/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | lagarith: always allocate for 4 planes. Fixes out of array accesses | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
* | | lag_read_prob_header: fix out of array access | Michael Niedermayer | 2012-11-10 | 1 | -2/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-29 | 1 | -2/+3 |
|\| |
|
| * | lagarith: check count before writing zeros. | Michael Niedermayer | 2012-09-29 | 1 | -0/+5 |
| * | lagarith: frame multithreading | Hendrik Leppkes | 2012-08-09 | 1 | -7/+8 |
* | | lagarith: fix alignment on buffers passed into prediction dsp code. | Michael Niedermayer | 2012-08-23 | 1 | -11/+15 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|