summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAge
* avcodec/videotoolboxenc: fix vtctx reset conditionHao Guan2024-07-07
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* avcodec/videotoolboxenc: fix setting avctx color_range doesn't workZhao Zhili2024-01-12
* avcodec/proresenc: make transparency honored in mov/QTClément Bœsch2024-01-06
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/videotoolboxenc: refactor dump encoder nameZhao Zhili2023-11-27
* avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderIDZhao Zhili2023-11-27
* avcodec/videotoolboxenc: Check and set hevc profileZhao Zhili2023-10-18
* avcodec/videotoolboxenc: add hw_configsZhao Zhili2023-10-18
* lavc/videotoolboxenc: Get the encoder supported propertiesJun Zhao2023-09-15
* lavc/videotoolboxenc: Dump the encoderJun Zhao2023-09-15
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/videotoolboxenc: use color parameters conversion from avutilZhao Zhili2023-07-23
* lavc/videotoolboxenc: fix enabling low-latency encodexufuji4562023-07-02
* avcodec/videotoolboxenc: inherit profile from AVCodecContextZhao Zhili2023-06-19
* avcodec/videotoolboxenc: remove AUTO_PROFILE defineZhao Zhili2023-06-19
* avcodec/videotoolboxenc: use int as the type of profileZhao Zhili2023-06-19
* lavc/videotoolboxenc: support additional optionsRick Kern2023-06-03
* avcodec/videotoolboxenc: add CBP/CHP profilexufuji4562023-06-03
* lavc/videotoolboxenc: use ffmpeg profile constantsRick Kern2023-06-03
* lavc/videotoolboxenc: warn when alpha quality not setRick Kern2023-05-20
* lavc/videotoolboxenc: better compat_keys docsRick Kern2023-05-20
* lavc/videotoolboxenc: better compat_keys documentationRick Kern2023-05-19
* avcodec/videotoolboxenc: add low-latency encodingxufuji4562023-05-19
* lavc/videotoolboxenc: fix warningsJun Zhao2023-04-09
* avcodec/videotoolboxenc: fix error codeZhao Zhili2023-01-11
* avcodec/videotoolboxenc: pass error code throughZhao Zhili2023-01-11
* avcodec/videotoolboxenc: log when get_cv_pixel_format failedZhao Zhili2023-01-11
* lavc/videotoolboxenc: fix warningsRick Kern2022-12-03
* lavc/videotoolboxenc: Fix crash by uninitialized valueThilo Borgmann2022-09-21
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoderSebastian Beckmann2022-08-29
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* lavc/videotoolboxenc: Speed/Quality prioriry settingSimone Karin Lehmann2022-05-02
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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
* lavc/videotoolboxenc: explicitly set realtime=falsercombs2021-12-22
* libavcodec/videotoolboxenc: use the correct types for optionsrcombs2021-12-22
* lavc/videotoolboxenc: add ProRes supportrcombs2021-12-22
* lavc/videotoolboxenc: add handling for non-NAL-based codecsrcombs2021-12-22
* lavc/videotoolboxenc: vastly simplify get_cv_pixel_inforcombs2021-12-22
* lavc/videotoolboxenc: config-gate ATSC CC supportrcombs2021-12-22
* lavc/videotoolboxenc: fix RGB supportrcombs2021-12-22
* lavc/videotoolboxenc: detect alpha more genericallyrcombs2021-12-22
* lavc/videotoolboxenc: don't access int64_t member as intrcombs2021-12-22
* lavc/videotoolboxenc: use common routine for pixfmt conversionrcombs2021-12-22
* avcodec/videotoolboxenc: fix pixel buffer memory leaksongyutong2021-11-09