| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/proresdec: align dequantization matrix buffers | James Almer | 2017-11-15 | 1 | -2/+2 |
* | lavc/proresdec2: Do not mix variable declaration and statement. | Carl Eugen Hoyos | 2017-10-12 | 1 | -2/+3 |
* | libavcodec/blockdsp : add AVX version | Martin Vignali | 2017-10-03 | 1 | -3/+3 |
* | avcodec/proresdec2: Use LAST_SKIP_BITS where possible | Michael Niedermayer | 2017-10-03 | 1 | -8/+8 |
* | avcodec/proresdec2: SKIP_BITS() does not work with len=32 | Michael Niedermayer | 2017-10-03 | 1 | -1/+1 |
* | avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift | Michael Niedermayer | 2017-09-24 | 1 | -3/+8 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avcodec/proresdec2: Do not discard frames with bad slices | Michael Niedermayer | 2017-03-06 | 1 | -3/+8 |
* | avcodec/proresdec2: Add support for grayscale videos | Håvard Espeland | 2016-05-27 | 1 | -1/+10 |
* | lavc/proresdec2: Fix slice_count for very high resolutions. | Carl Eugen Hoyos | 2015-10-30 | 1 | -1/+4 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -4/+5 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | avcodec/proresdec2: Reset slice_count on deallocation | Michael Niedermayer | 2015-05-15 | 1 | -0/+1 |
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -1/+0 |
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -0/+1 |
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -3/+4 |
* | avcodec/proresdec2: Use av_malloc_array() | Michael Niedermayer | 2014-05-22 | 1 | -1/+1 |
* | avcodec/proresdec2: propagate error codes | Michael Niedermayer | 2013-10-10 | 1 | -21/+36 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | Make decoding alpha optional for some codecs. | Reimar Döffinger | 2013-09-22 | 1 | -0/+1 |
* | avcodec/proresdec2: remove duplicated tables | Paul B Mahol | 2013-09-13 | 1 | -24/+3 |
* | avcodec/proresdec2: return meaningful error codes | Paul B Mahol | 2013-09-08 | 1 | -21/+21 |
* | proresdec: Fix end condition | Michael Niedermayer | 2013-05-22 | 1 | -1/+1 |
* | proresdec2: Only try to decode alpha plane if four output planes were allocated. | Carl Eugen Hoyos | 2013-05-19 | 1 | -1/+1 |
* | proresdec2: Support decoding transparency information. | Kostya Shishkov | 2013-05-18 | 1 | -4/+100 |
* | lavc/prores: restore pict_type and key_frame setting. | Clément Bœsch | 2013-03-22 | 1 | -0/+2 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -17/+7 |
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -7/+7 |
* | lavc: fix decode_frame() third parameter semantics for rest of video decoders | Paul B Mahol | 2012-12-05 | 1 | -2/+2 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
* | proresdec: check input size before reading qmats, prevent overreading. | Michael Niedermayer | 2012-11-11 | 1 | -0/+8 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
* | proresdec2: avoid VLA and use SliceContext instead. | Michael Niedermayer | 2012-09-07 | 1 | -4/+6 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant. | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | proresdec2: Fix 16 vs. 8bit compiler warnings. | Michael Niedermayer | 2012-02-16 | 1 | -11/+11 |
* | proresdec: Fix read via negative index in a global array. | Michael Niedermayer | 2012-02-02 | 1 | -1/+1 |
* | lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Paul B Mahol | 2012-01-03 | 1 | -1/+1 |
* | proresdec: Check yuv slice data sizes. | Michael Niedermayer | 2011-12-22 | 1 | -1/+2 |
* | proresdec: add UPDATE_CACHE, should fix decoding with -Os | Michael Niedermayer | 2011-12-19 | 1 | -1/+1 |
* | get_bits: drop the a32 reader. | Michael Niedermayer | 2011-12-18 | 1 | -2/+2 |
* | cleanup: remove two extraneous semicolons. | Clément Bœsch | 2011-12-12 | 1 | -1/+1 |
* | proresdec: rename to avoid confusion | Michael Niedermayer | 2011-10-14 | 1 | -0/+593 |