| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -36/+36 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+3 |
* | avcodec/videotoolboxenc: fix setting avctx color_range doesn't work | Zhao Zhili | 2024-01-12 | 1 | -1/+1 |
* | avcodec/proresenc: make transparency honored in mov/QT | Clément Bœsch | 2024-01-06 | 1 | -0/+2 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -3/+0 |
* | avcodec/videotoolboxenc: refactor dump encoder name | Zhao Zhili | 2023-11-27 | 1 | -27/+38 |
* | avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderID | Zhao Zhili | 2023-11-27 | 1 | -1/+3 |
* | avcodec/videotoolboxenc: Check and set hevc profile | Zhao Zhili | 2023-10-18 | 1 | -0/+18 |
* | avcodec/videotoolboxenc: add hw_configs | Zhao Zhili | 2023-10-18 | 1 | -0/+9 |
* | lavc/videotoolboxenc: Get the encoder supported properties | Jun Zhao | 2023-09-15 | 1 | -23/+49 |
* | lavc/videotoolboxenc: Dump the encoder | Jun Zhao | 2023-09-15 | 1 | -0/+28 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -39/+39 |
* | avcodec/videotoolboxenc: use color parameters conversion from avutil | Zhao Zhili | 2023-07-23 | 1 | -124/+13 |
* | lavc/videotoolboxenc: fix enabling low-latency encode | xufuji456 | 2023-07-02 | 1 | -11/+7 |
* | avcodec/videotoolboxenc: inherit profile from AVCodecContext | Zhao Zhili | 2023-06-19 | 1 | -0/+3 |
* | avcodec/videotoolboxenc: remove AUTO_PROFILE define | Zhao Zhili | 2023-06-19 | 1 | -6/+5 |
* | avcodec/videotoolboxenc: use int as the type of profile | Zhao Zhili | 2023-06-19 | 1 | -8/+8 |
* | lavc/videotoolboxenc: support additional options | Rick Kern | 2023-06-03 | 1 | -1/+121 |
* | avcodec/videotoolboxenc: add CBP/CHP profile | xufuji456 | 2023-06-03 | 1 | -4/+34 |
* | lavc/videotoolboxenc: use ffmpeg profile constants | Rick Kern | 2023-06-03 | 1 | -35/+22 |
* | lavc/videotoolboxenc: warn when alpha quality not set | Rick Kern | 2023-05-20 | 1 | -0/+7 |
* | lavc/videotoolboxenc: better compat_keys docs | Rick Kern | 2023-05-20 | 1 | -3/+13 |
* | lavc/videotoolboxenc: better compat_keys documentation | Rick Kern | 2023-05-19 | 1 | -1/+5 |
* | avcodec/videotoolboxenc: add low-latency encoding | xufuji456 | 2023-05-19 | 1 | -0/+14 |
* | lavc/videotoolboxenc: fix warnings | Jun Zhao | 2023-04-09 | 1 | -3/+3 |
* | avcodec/videotoolboxenc: fix error code | Zhao Zhili | 2023-01-11 | 1 | -2/+6 |
* | avcodec/videotoolboxenc: pass error code through | Zhao Zhili | 2023-01-11 | 1 | -2/+2 |
* | avcodec/videotoolboxenc: log when get_cv_pixel_format failed | Zhao Zhili | 2023-01-11 | 1 | -12/+11 |
* | lavc/videotoolboxenc: fix warnings | Rick Kern | 2022-12-03 | 1 | -2/+4 |
* | lavc/videotoolboxenc: Fix crash by uninitialized value | Thilo Borgmann | 2022-09-21 | 1 | -3/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder | Sebastian Beckmann | 2022-08-29 | 1 | -3/+24 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -6/+3 |
* | lavc/videotoolboxenc: Speed/Quality prioriry setting | Simone Karin Lehmann | 2022-05-02 | 1 | -1/+16 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -26/+26 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | lavc/videotoolboxenc: explicitly set realtime=false | rcombs | 2021-12-22 | 1 | -3/+3 |
* | libavcodec/videotoolboxenc: use the correct types for options | rcombs | 2021-12-22 | 1 | -8/+8 |
* | lavc/videotoolboxenc: add ProRes support | rcombs | 2021-12-22 | 1 | -6/+114 |
* | lavc/videotoolboxenc: add handling for non-NAL-based codecs | rcombs | 2021-12-22 | 1 | -57/+93 |
* | lavc/videotoolboxenc: vastly simplify get_cv_pixel_info | rcombs | 2021-12-22 | 1 | -56/+15 |
* | lavc/videotoolboxenc: config-gate ATSC CC support | rcombs | 2021-12-22 | 1 | -0/+2 |
* | lavc/videotoolboxenc: fix RGB support | rcombs | 2021-12-22 | 1 | -0/+1 |
* | lavc/videotoolboxenc: detect alpha more generically | rcombs | 2021-12-22 | 1 | -5/+5 |
* | lavc/videotoolboxenc: don't access int64_t member as int | rcombs | 2021-12-22 | 1 | -2/+2 |
* | lavc/videotoolboxenc: use common routine for pixfmt conversion | rcombs | 2021-12-22 | 1 | -18/+3 |
* | avcodec/videotoolboxenc: fix pixel buffer memory leak | songyutong | 2021-11-09 | 1 | -0/+1 |
* | avcodec/videotoolboxenc: use goto end for memory cleanup | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | avcodec/videotoolboxenc: Fixes non-B-Frame encoding | NoHalfBits | 2021-09-27 | 1 | -1/+4 |