summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/proresdec2: decode picture header before frame allocationMichael Niedermayer2019-03-311-3/+4
* avcodec/proresdec2: allow changing resolutionPaul B Mahol2018-12-101-2/+5
* avcodec/proresdec2: add new line at end of debug messagePaul B Mahol2018-12-071-2/+2
* avcodec/proresdec : add 12b decodingMartin Vignali2018-12-021-5/+30
* avcodec/proresdec : add unpack alpha 12 funcMartin Vignali2018-12-021-6/+41
* avcodec/proresdec : make inline func for unpack alphaMartin Vignali2018-12-021-4/+12
* avcodec/proresdec : put unpack alpha func in prores ctxMartin Vignali2018-12-021-47/+53
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-021-2/+7
* avcodec/proresdec : move dsp init after codec tag checkMartin Vignali2018-12-021-9/+9
* proresdec2: Parse codec_tag and export profile informationVittorio Giovara2018-11-051-0/+24
* prores: Use profile names in the various encoders and decodersVittorio Giovara2018-11-051-0/+2
* avcodec/proresdec2: add frame threading supportPaul B Mahol2018-08-261-2/+16
* avcodec/proresdec2: add missing frame color metadataPaul B Mahol2018-04-281-0/+5
* avcodec/proresdec2: make long name more descriptivePaul B Mahol2018-04-281-1/+1
* avcodec/proresdec: align dequantization matrix buffersJames Almer2017-11-151-2/+2
* lavc/proresdec2: Do not mix variable declaration and statement.Carl Eugen Hoyos2017-10-121-2/+3
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-031-3/+3
* avcodec/proresdec2: Use LAST_SKIP_BITS where possibleMichael Niedermayer2017-10-031-8/+8
* avcodec/proresdec2: SKIP_BITS() does not work with len=32Michael Niedermayer2017-10-031-1/+1
* avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer2017-09-241-3/+8
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avcodec/proresdec2: Do not discard frames with bad slicesMichael Niedermayer2017-03-061-3/+8
* avcodec/proresdec2: Add support for grayscale videosHåvard Espeland2016-05-271-1/+10
* lavc/proresdec2: Fix slice_count for very high resolutions.Carl Eugen Hoyos2015-10-301-1/+4
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-4/+5
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
* avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer2015-05-151-0/+1
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+0
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-0/+1
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-3/+4
* avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer2014-05-221-1/+1
* avcodec/proresdec2: propagate error codesMichael Niedermayer2013-10-101-21/+36
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-221-0/+1
* avcodec/proresdec2: remove duplicated tablesPaul B Mahol2013-09-131-24/+3
* avcodec/proresdec2: return meaningful error codesPaul B Mahol2013-09-081-21/+21
* proresdec: Fix end conditionMichael Niedermayer2013-05-221-1/+1
* proresdec2: Only try to decode alpha plane if four output planes were allocated.Carl Eugen Hoyos2013-05-191-1/+1
* proresdec2: Support decoding transparency information.Kostya Shishkov2013-05-181-4/+100
* lavc/prores: restore pict_type and key_frame setting.Clément Bœsch2013-03-221-0/+2
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-17/+7
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-7/+7
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-051-2/+2
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
* proresdec: check input size before reading qmats, prevent overreading.Michael Niedermayer2012-11-111-0/+8
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
* proresdec2: avoid VLA and use SliceContext instead.Michael Niedermayer2012-09-071-4/+6
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.Michael Niedermayer2012-02-161-1/+1
OpenPOWER on IntegriCloud