aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/videotoolboxenc: Fix variable type of AV_OPT_TYPE_BOOLZhao Zhili2024-07-261-1/+1
* avcodec/videotoolboxenc: Set default bitrate to zeroZhao Zhili2024-07-261-0/+1
* avcodec/videotoolboxenc: Fix bitrate doesn't work as expectedZhao Zhili2024-07-261-0/+9
* avcodec/videotoolboxenc: Put ExtraSEI inside BufNode directlyZhao Zhili2024-07-161-39/+21
* avcodec/videotoolboxenc: Fix concurrent access to CVPixelBufferRefZhao Zhili2024-07-161-2/+12
* avcodec/videotoolboxenc: Use BufNode as sourceFrameRefconZhao Zhili2024-07-161-26/+51
* avcodec/videotoolboxenc: Remove unused variableZhao Zhili2024-07-161-1/+0
* avcodec/videotoolboxenc: Don't ignore ENOMEMZhao Zhili2024-07-161-13/+16
* avcodec/videotoolboxenc: fix vtctx reset conditionHao Guan2024-07-071-1/+8
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* 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