summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/proresdec: fix threaded hwaccel decodercombs2021-12-221-0/+14
* lavc/proresdec: add videotoolbox hwaccelrcombs2021-11-281-1/+11
* lavc/proresdec: add scaffolding for hwdec supportrcombs2021-11-281-8/+40
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/proresdec2: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/proresdec2: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-011-6/+8
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+2
* avcodec/proresdec2: let long name match one from codec_desc.cPaul B Mahol2020-09-021-1/+1
* libavcodec/proresdec2: Setup qmat_chroma according to RDD36Harry Mallon2020-08-201-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-12/+0
* 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