| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macros for update_thread_context(_for_user) | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+1 |
* | avcodec/proresdec2: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -4/+4 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/proresdec2: fix description of known fourcc | Zhao Zhili | 2022-06-24 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | lavc/proresdec: fix threaded hwaccel decode | rcombs | 2021-12-22 | 1 | -0/+14 |
* | lavc/proresdec: add videotoolbox hwaccel | rcombs | 2021-11-28 | 1 | -1/+11 |
* | lavc/proresdec: add scaffolding for hwdec support | rcombs | 2021-11-28 | 1 | -8/+40 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/proresdec2: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/proresdec2: Don't apply non-zero offset to null pointer | Andreas Rheinhardt | 2021-04-01 | 1 | -6/+8 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | avcodec/proresdec2: let long name match one from codec_desc.c | Paul B Mahol | 2020-09-02 | 1 | -1/+1 |
* | libavcodec/proresdec2: Setup qmat_chroma according to RDD36 | Harry Mallon | 2020-08-20 | 1 | -1/+1 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -12/+0 |
* | avcodec/proresdec2: decode picture header before frame allocation | Michael Niedermayer | 2019-03-31 | 1 | -3/+4 |
* | avcodec/proresdec2: allow changing resolution | Paul B Mahol | 2018-12-10 | 1 | -2/+5 |
* | avcodec/proresdec2: add new line at end of debug message | Paul B Mahol | 2018-12-07 | 1 | -2/+2 |
* | avcodec/proresdec : add 12b decoding | Martin Vignali | 2018-12-02 | 1 | -5/+30 |
* | avcodec/proresdec : add unpack alpha 12 func | Martin Vignali | 2018-12-02 | 1 | -6/+41 |
* | avcodec/proresdec : make inline func for unpack alpha | Martin Vignali | 2018-12-02 | 1 | -4/+12 |
* | avcodec/proresdec : put unpack alpha func in prores ctx | Martin Vignali | 2018-12-02 | 1 | -47/+53 |
* | avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b... | Martin Vignali | 2018-12-02 | 1 | -2/+7 |
* | avcodec/proresdec : move dsp init after codec tag check | Martin Vignali | 2018-12-02 | 1 | -9/+9 |
* | proresdec2: Parse codec_tag and export profile information | Vittorio Giovara | 2018-11-05 | 1 | -0/+24 |
* | prores: Use profile names in the various encoders and decoders | Vittorio Giovara | 2018-11-05 | 1 | -0/+2 |
* | avcodec/proresdec2: add frame threading support | Paul B Mahol | 2018-08-26 | 1 | -2/+16 |
* | avcodec/proresdec2: add missing frame color metadata | Paul B Mahol | 2018-04-28 | 1 | -0/+5 |
* | avcodec/proresdec2: make long name more descriptive | Paul B Mahol | 2018-04-28 | 1 | -1/+1 |
* | avcodec/proresdec: align dequantization matrix buffers | James Almer | 2017-11-15 | 1 | -2/+2 |
* | lavc/proresdec2: Do not mix variable declaration and statement. | Carl Eugen Hoyos | 2017-10-12 | 1 | -2/+3 |
* | libavcodec/blockdsp : add AVX version | Martin Vignali | 2017-10-03 | 1 | -3/+3 |
* | avcodec/proresdec2: Use LAST_SKIP_BITS where possible | Michael Niedermayer | 2017-10-03 | 1 | -8/+8 |
* | avcodec/proresdec2: SKIP_BITS() does not work with len=32 | Michael Niedermayer | 2017-10-03 | 1 | -1/+1 |
* | avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift | Michael Niedermayer | 2017-09-24 | 1 | -3/+8 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avcodec/proresdec2: Do not discard frames with bad slices | Michael Niedermayer | 2017-03-06 | 1 | -3/+8 |
* | avcodec/proresdec2: Add support for grayscale videos | Håvard Espeland | 2016-05-27 | 1 | -1/+10 |
* | lavc/proresdec2: Fix slice_count for very high resolutions. | Carl Eugen Hoyos | 2015-10-30 | 1 | -1/+4 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -4/+5 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |