summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for bug #9231: B-frames parameter is ignored in videotoolboxencAnselm Busse2021-08-131-1/+0
* lavc/videotoolboxenc.c: Fix preprocessor macro for OSX 10.10.5 and probably o...Thilo Borgmann2021-06-141-1/+1
* avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the...Zane van Iperen2021-05-191-0/+4
* avcodec/videotoolboxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-061-4/+5
* lavc/videotoolboxenc: set DataRateLimits for hevcZhao Zhili2021-05-061-3/+7
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* lavc/videotoolboxenc: Add support for HEVC with Alpha.Hironori Bono2021-03-191-3/+44
* videotoolboxenc: enable constant quality with -q:v on Apple Silicon Macs and ...Simone Karin Lehmann2021-03-191-12/+42
* avcodec/videotoolboxenc: Fix SEI enum identifiersAndreas Rheinhardt2021-01-221-3/+3
* h264: Use common SEI typesMark Thompson2021-01-211-3/+3
* libavcodec/videotoolboxenc: Fix crash when frame received after errorRick Kern2020-09-281-1/+0
* avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queueTian Qi2020-09-281-1/+1
* avcodec/videotoolboxenc: don't wait when flushing dataTian Qi2020-09-281-2/+2
* avcodec/videotoolboxenc: fix use after destroyZhao Zhili2020-09-281-4/+7
* avcodec/videotoolboxenc: fix align issueZhao Zhili2020-09-281-1/+3
* avcodec/videotoolboxenc: Allow full range 10bit pixel format inputHarry Mallon2020-09-281-1/+0
* avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encodeHarry Mallon2020-09-281-9/+6
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-151-0/+1
* avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxencNomis1012019-11-171-0/+8
* avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern2019-09-161-1/+1
* avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang2019-09-161-0/+14
* avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai2019-09-161-1/+5
* lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang2019-08-111-0/+1
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-111-0/+16