summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Expand)AuthorAge
* 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
* avcodec/videotoolboxenc: don't wait when flushing dataTian Qi2020-09-28
* avcodec/videotoolboxenc: fix use after destroyZhao Zhili2020-09-28
* avcodec/videotoolboxenc: fix align issueZhao Zhili2020-09-28
* avcodec/videotoolboxenc: Allow full range 10bit pixel format inputHarry Mallon2020-09-28
* avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encodeHarry Mallon2020-09-28
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-15
* avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxencNomis1012019-11-17
* avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern2019-09-16
* avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang2019-09-16
* avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai2019-09-16
* lavc/videotoolboxenc: make transfer_fnc initialized for unsupport functionLimin Wang2019-08-11
* lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...Limin Wang2019-08-11
* avcodec/videotoolboxenc: remove unused variableSteven Liu2019-07-11
* libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12Limin Wang2019-06-17
* lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.Rick Kern2019-05-12
* lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.Rick Kern2019-05-12
* lavc/videotoolboxenc: add require_sw option to force software encoding.Rick Kern2019-05-12
* lavc/videotoolboxenc: Fix compilation on osx 10.10.5 YosemiteThilo Borgmann2018-08-14
* avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0Thomas Guillem2018-07-19
* avcodec/videotoolboxenc: fix invalid session on iOSThomas Guillem2018-06-18
* avcodec/videotoolboxenc: split initializationThomas Guillem2018-06-18
* avcodec/videotoolboxenc: fix mutex/cond leak in error pathThomas Guillem2018-06-18
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* avcodec/videotoolboxenc: remove spurious warningAman Gupta2017-11-13
* avcodec/videotoolboxenc: re-indent codeAman Gupta2017-11-13