| Commit message (Expand) | Author | Age | Files | Lines |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -12/+0 |
* | avcodec/proresdec2: decode picture header before frame allocation | Michael Niedermayer | 2019-03-31 | 1 | -3/+4 |
* | avcodec/proresdec2: allow changing resolution | Paul B Mahol | 2018-12-10 | 1 | -2/+5 |
* | avcodec/proresdec2: add new line at end of debug message | Paul B Mahol | 2018-12-07 | 1 | -2/+2 |
* | avcodec/proresdec : add 12b decoding | Martin Vignali | 2018-12-02 | 1 | -5/+30 |
* | avcodec/proresdec : add unpack alpha 12 func | Martin Vignali | 2018-12-02 | 1 | -6/+41 |
* | avcodec/proresdec : make inline func for unpack alpha | Martin Vignali | 2018-12-02 | 1 | -4/+12 |
* | avcodec/proresdec : put unpack alpha func in prores ctx | Martin Vignali | 2018-12-02 | 1 | -47/+53 |
* | avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b... | Martin Vignali | 2018-12-02 | 1 | -2/+7 |
* | avcodec/proresdec : move dsp init after codec tag check | Martin Vignali | 2018-12-02 | 1 | -9/+9 |
* | proresdec2: Parse codec_tag and export profile information | Vittorio Giovara | 2018-11-05 | 1 | -0/+24 |
* | prores: Use profile names in the various encoders and decoders | Vittorio Giovara | 2018-11-05 | 1 | -0/+2 |
* | avcodec/proresdec2: add frame threading support | Paul B Mahol | 2018-08-26 | 1 | -2/+16 |
* | avcodec/proresdec2: add missing frame color metadata | Paul B Mahol | 2018-04-28 | 1 | -0/+5 |
* | avcodec/proresdec2: make long name more descriptive | Paul B Mahol | 2018-04-28 | 1 | -1/+1 |
* | 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 |