summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAge
* 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
* avcodec/videotoolboxenc: use goto end for memory cleanupLimin Wang2021-10-13
* avcodec/videotoolboxenc: Fixes non-B-Frame encodingNoHalfBits2021-09-27
* Fix for bug #9231: B-frames parameter is ignored in videotoolboxencAnselm Busse2021-08-13
* lavc/videotoolboxenc.c: Fix preprocessor macro for OSX 10.10.5 and probably o...Thilo Borgmann2021-06-14
* avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the...Zane van Iperen2021-05-19
* avcodec/videotoolboxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-06
* lavc/videotoolboxenc: set DataRateLimits for hevcZhao Zhili2021-05-06
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavc/videotoolboxenc: Add support for HEVC with Alpha.Hironori Bono2021-03-19
* videotoolboxenc: enable constant quality with -q:v on Apple Silicon Macs and ...Simone Karin Lehmann2021-03-19
* avcodec/videotoolboxenc: Fix SEI enum identifiersAndreas Rheinhardt2021-01-22
* h264: Use common SEI typesMark Thompson2021-01-21
* libavcodec/videotoolboxenc: Fix crash when frame received after errorRick Kern2020-09-28
* avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queueTian Qi2020-09-28