summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-3/+4
* avcodec/proresdec2: set color information on frames instead of the decoder co...James Almer2022-12-271-4/+4
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec/proresdec2: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-311-4/+4
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/proresdec2: fix description of known fourccZhao Zhili2022-06-241-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* 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