summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
Commit message (Expand)AuthorAge
* avcodec/proresdec2: Rename to proresdecAndreas Rheinhardt2024-04-03
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-13
* avcodec/proresdsp: Pass necessary parameter directlyAndreas Rheinhardt2023-09-11
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec/proresdec2: remove duplicated functionPaul B Mahol2023-06-14
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avcodec/proresdec2: set color information on frames instead of the decoder co...James Almer2022-12-27
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* 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