aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-36/+36
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+3
* avcodec/videotoolboxenc: fix setting avctx color_range doesn't workZhao Zhili2024-01-121-1/+1
* avcodec/proresenc: make transparency honored in mov/QTClément Bœsch2024-01-061-0/+2
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-3/+0
* avcodec/videotoolboxenc: refactor dump encoder nameZhao Zhili2023-11-271-27/+38
* avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderIDZhao Zhili2023-11-271-1/+3
* avcodec/videotoolboxenc: Check and set hevc profileZhao Zhili2023-10-181-0/+18
* avcodec/videotoolboxenc: add hw_configsZhao Zhili2023-10-181-0/+9
* lavc/videotoolboxenc: Get the encoder supported propertiesJun Zhao2023-09-151-23/+49
* lavc/videotoolboxenc: Dump the encoderJun Zhao2023-09-151-0/+28
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-39/+39
* avcodec/videotoolboxenc: use color parameters conversion from avutilZhao Zhili2023-07-231-124/+13
* lavc/videotoolboxenc: fix enabling low-latency encodexufuji4562023-07-021-11/+7
* avcodec/videotoolboxenc: inherit profile from AVCodecContextZhao Zhili2023-06-191-0/+3
* avcodec/videotoolboxenc: remove AUTO_PROFILE defineZhao Zhili2023-06-191-6/+5
* avcodec/videotoolboxenc: use int as the type of profileZhao Zhili2023-06-191-8/+8
* lavc/videotoolboxenc: support additional optionsRick Kern2023-06-031-1/+121
* avcodec/videotoolboxenc: add CBP/CHP profilexufuji4562023-06-031-4/+34
* lavc/videotoolboxenc: use ffmpeg profile constantsRick Kern2023-06-031-35/+22
* lavc/videotoolboxenc: warn when alpha quality not setRick Kern2023-05-201-0/+7
* lavc/videotoolboxenc: better compat_keys docsRick Kern2023-05-201-3/+13
* lavc/videotoolboxenc: better compat_keys documentationRick Kern2023-05-191-1/+5
* avcodec/videotoolboxenc: add low-latency encodingxufuji4562023-05-191-0/+14
* lavc/videotoolboxenc: fix warningsJun Zhao2023-04-091-3/+3
* avcodec/videotoolboxenc: fix error codeZhao Zhili2023-01-111-2/+6
* avcodec/videotoolboxenc: pass error code throughZhao Zhili2023-01-111-2/+2
* avcodec/videotoolboxenc: log when get_cv_pixel_format failedZhao Zhili2023-01-111-12/+11
* lavc/videotoolboxenc: fix warningsRick Kern2022-12-031-2/+4
* lavc/videotoolboxenc: Fix crash by uninitialized valueThilo Borgmann2022-09-211-3/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoderSebastian Beckmann2022-08-291-3/+24
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-6/+3
* lavc/videotoolboxenc: Speed/Quality prioriry settingSimone Karin Lehmann2022-05-021-1/+16
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-26/+26
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* lavc/videotoolboxenc: explicitly set realtime=falsercombs2021-12-221-3/+3
* libavcodec/videotoolboxenc: use the correct types for optionsrcombs2021-12-221-8/+8
* lavc/videotoolboxenc: add ProRes supportrcombs2021-12-221-6/+114
* lavc/videotoolboxenc: add handling for non-NAL-based codecsrcombs2021-12-221-57/+93
* lavc/videotoolboxenc: vastly simplify get_cv_pixel_inforcombs2021-12-221-56/+15
* lavc/videotoolboxenc: config-gate ATSC CC supportrcombs2021-12-221-0/+2
* lavc/videotoolboxenc: fix RGB supportrcombs2021-12-221-0/+1
* lavc/videotoolboxenc: detect alpha more genericallyrcombs2021-12-221-5/+5
* lavc/videotoolboxenc: don't access int64_t member as intrcombs2021-12-221-2/+2
* lavc/videotoolboxenc: use common routine for pixfmt conversionrcombs2021-12-221-18/+3
* avcodec/videotoolboxenc: fix pixel buffer memory leaksongyutong2021-11-091-0/+1
* avcodec/videotoolboxenc: use goto end for memory cleanupLimin Wang2021-10-131-1/+1
* avcodec/videotoolboxenc: Fixes non-B-Frame encodingNoHalfBits2021-09-271-1/+4