summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAge
* avcodec/proresdec2: Constify slice threads' ptr to main contextAndreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/proresdec2: fix description of known fourccZhao Zhili2022-06-24
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* 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