summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAge
* lavc/proresdec: fix threaded hwaccel decodercombs2021-12-22
* lavc/proresdec: add videotoolbox hwaccelrcombs2021-11-28
* lavc/proresdec: add scaffolding for hwdec supportrcombs2021-11-28
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/proresdec2: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/proresdec2: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/proresdec2: let long name match one from codec_desc.cPaul B Mahol2020-09-02
* libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon2020-08-20
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/proresdec2: decode picture header before frame allocationMichael Niedermayer2019-03-31
* avcodec/proresdec2: allow changing resolutionPaul B Mahol2018-12-10
* avcodec/proresdec2: add new line at end of debug messagePaul B Mahol2018-12-07
* avcodec/proresdec : add 12b decodingMartin Vignali2018-12-02
* avcodec/proresdec : add unpack alpha 12 funcMartin Vignali2018-12-02
* avcodec/proresdec : make inline func for unpack alphaMartin Vignali2018-12-02
* avcodec/proresdec : put unpack alpha func in prores ctxMartin Vignali2018-12-02
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-02
* avcodec/proresdec : move dsp init after codec tag checkMartin Vignali2018-12-02
* proresdec2: Parse codec_tag and export profile informationVittorio Giovara2018-11-05
* prores: Use profile names in the various encoders and decodersVittorio Giovara2018-11-05
* avcodec/proresdec2: add frame threading supportPaul B Mahol2018-08-26
* avcodec/proresdec2: add missing frame color metadataPaul B Mahol2018-04-28
* avcodec/proresdec2: make long name more descriptivePaul B Mahol2018-04-28
* avcodec/proresdec: align dequantization matrix buffersJames Almer2017-11-15
* lavc/proresdec2: Do not mix variable declaration and statement.Carl Eugen Hoyos2017-10-12
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-03
* avcodec/proresdec2: Use LAST_SKIP_BITS where possibleMichael Niedermayer2017-10-03
* avcodec/proresdec2: SKIP_BITS() does not work with len=32Michael Niedermayer2017-10-03
* avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer2017-09-24
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avcodec/proresdec2: Do not discard frames with bad slicesMichael Niedermayer2017-03-06
* avcodec/proresdec2: Add support for grayscale videosHåvard Espeland2016-05-27
* lavc/proresdec2: Fix slice_count for very high resolutions.Carl Eugen Hoyos2015-10-30
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
* avcodec/proresdec2: Reset slice_count on deallocationMichael Niedermayer2015-05-15
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
* Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
* avcodec/proresdec2: Use av_malloc_array()Michael Niedermayer2014-05-22
* avcodec/proresdec2: propagate error codesMichael Niedermayer2013-10-10
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-22
* avcodec/proresdec2: remove duplicated tablesPaul B Mahol2013-09-13
* avcodec/proresdec2: return meaningful error codesPaul B Mahol2013-09-08
* proresdec: Fix end conditionMichael Niedermayer2013-05-22
* proresdec2: Only try to decode alpha plane if four output planes were allocated.Carl Eugen Hoyos2013-05-19