90 Commits (315c956cbd14f021e49dac7fc0b906fad1672aad)

Author SHA1 Message Date
Andreas Rheinhardt 6434e44003 avcodec/thread: Remove ff_thread_get_format define 1 year ago
Andreas Rheinhardt 7b0b9a25ed avcodec/proresdsp: Pass necessary parameter directly 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
Andreas Rheinhardt e35dfe864d avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel 1 year ago
Paul B Mahol cfcd6e2108 avcodec/proresdec2: remove duplicated function 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
James Almer 7fab58647c avcodec/proresdec2: set color information on frames instead of the decoder context 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 73fada029c avcodec/codec_internal: Add macros for update_thread_context(_for_user) 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 0eae123dbd avcodec/proresdec2: Constify slice threads' ptr to main context 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Zhao Zhili 9fdfc74877 avcodec/proresdec2: fix description of known fourcc 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
rcombs 9a890e49b6 lavc/proresdec: fix threaded hwaccel decode 3 years ago
rcombs da0179b262 lavc/proresdec: add videotoolbox hwaccel 3 years ago
rcombs 805bf2ebc9 lavc/proresdec: add scaffolding for hwdec support 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 659c2aa35c avcodec/proresdec2: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt f83976344e avcodec/proresdec2: Don't apply non-zero offset to null pointer 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Paul B Mahol 7b1ed4b53a avcodec/proresdec2: let long name match one from codec_desc.c 4 years ago
Harry Mallon a606e3b339 libavcodec/proresdec2: Setup qmat_chroma according to RDD36 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 468ae6a734 avcodec/proresdec2: decode picture header before frame allocation 6 years ago
Paul B Mahol 49d792fff6 avcodec/proresdec2: allow changing resolution 6 years ago
Paul B Mahol 3cc5576ee1 avcodec/proresdec2: add new line at end of debug message 6 years ago
Martin Vignali ffafa53dbf avcodec/proresdec : add 12b decoding 6 years ago
Martin Vignali fddc92d454 avcodec/proresdec : add unpack alpha 12 func 6 years ago
Martin Vignali 859604fe9d avcodec/proresdec : make inline func for unpack alpha 6 years ago
Martin Vignali 1cccf9365d avcodec/proresdec : put unpack alpha func in prores ctx 6 years ago
Martin Vignali c097a32e93 avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample 6 years ago
Martin Vignali a970920026 avcodec/proresdec : move dsp init after codec tag check 6 years ago
Vittorio Giovara aefbb2bf02 proresdec2: Parse codec_tag and export profile information 6 years ago
Vittorio Giovara cdc487bfc8 prores: Use profile names in the various encoders and decoders 6 years ago
Paul B Mahol 3aacb0d196 avcodec/proresdec2: add frame threading support 6 years ago
Paul B Mahol 81d78fe13b avcodec/proresdec2: add missing frame color metadata 7 years ago
Paul B Mahol 99d24499c2 avcodec/proresdec2: make long name more descriptive 7 years ago
James Almer f399172d6e avcodec/proresdec: align dequantization matrix buffers 7 years ago
Carl Eugen Hoyos ce508f0bcc lavc/proresdec2: Do not mix variable declaration and statement. 7 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Michael Niedermayer 4ee77cefae avcodec/proresdec2: Use LAST_SKIP_BITS where possible 7 years ago