| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/videotoolboxenc: warn when alpha quality not set | Rick Kern | 2023-05-20 | 1 | -0/+7 |
* | lavc/videotoolboxenc: better compat_keys docs | Rick Kern | 2023-05-20 | 1 | -3/+13 |
* | lavc/videotoolboxenc: better compat_keys documentation | Rick Kern | 2023-05-19 | 1 | -1/+5 |
* | avcodec/videotoolboxenc: add low-latency encoding | xufuji456 | 2023-05-19 | 1 | -0/+14 |
* | lavc/videotoolboxenc: fix warnings | Jun Zhao | 2023-04-09 | 1 | -3/+3 |
* | avcodec/videotoolboxenc: fix error code | Zhao Zhili | 2023-01-11 | 1 | -2/+6 |
* | avcodec/videotoolboxenc: pass error code through | Zhao Zhili | 2023-01-11 | 1 | -2/+2 |
* | avcodec/videotoolboxenc: log when get_cv_pixel_format failed | Zhao Zhili | 2023-01-11 | 1 | -12/+11 |
* | lavc/videotoolboxenc: fix warnings | Rick Kern | 2022-12-03 | 1 | -2/+4 |
* | lavc/videotoolboxenc: Fix crash by uninitialized value | Thilo Borgmann | 2022-09-21 | 1 | -3/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder | Sebastian Beckmann | 2022-08-29 | 1 | -3/+24 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -6/+3 |
* | lavc/videotoolboxenc: Speed/Quality prioriry setting | Simone Karin Lehmann | 2022-05-02 | 1 | -1/+16 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -26/+26 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | lavc/videotoolboxenc: explicitly set realtime=false | rcombs | 2021-12-22 | 1 | -3/+3 |
* | libavcodec/videotoolboxenc: use the correct types for options | rcombs | 2021-12-22 | 1 | -8/+8 |
* | lavc/videotoolboxenc: add ProRes support | rcombs | 2021-12-22 | 1 | -6/+114 |
* | lavc/videotoolboxenc: add handling for non-NAL-based codecs | rcombs | 2021-12-22 | 1 | -57/+93 |
* | lavc/videotoolboxenc: vastly simplify get_cv_pixel_info | rcombs | 2021-12-22 | 1 | -56/+15 |
* | lavc/videotoolboxenc: config-gate ATSC CC support | rcombs | 2021-12-22 | 1 | -0/+2 |
* | lavc/videotoolboxenc: fix RGB support | rcombs | 2021-12-22 | 1 | -0/+1 |
* | lavc/videotoolboxenc: detect alpha more generically | rcombs | 2021-12-22 | 1 | -5/+5 |
* | lavc/videotoolboxenc: don't access int64_t member as int | rcombs | 2021-12-22 | 1 | -2/+2 |
* | lavc/videotoolboxenc: use common routine for pixfmt conversion | rcombs | 2021-12-22 | 1 | -18/+3 |
* | avcodec/videotoolboxenc: fix pixel buffer memory leak | songyutong | 2021-11-09 | 1 | -0/+1 |
* | avcodec/videotoolboxenc: use goto end for memory cleanup | Limin Wang | 2021-10-13 | 1 | -1/+1 |
* | avcodec/videotoolboxenc: Fixes non-B-Frame encoding | NoHalfBits | 2021-09-27 | 1 | -1/+4 |
* | Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc | Anselm Busse | 2021-08-13 | 1 | -1/+0 |
* | lavc/videotoolboxenc.c: Fix preprocessor macro for OSX 10.10.5 and probably o... | Thilo Borgmann | 2021-06-14 | 1 | -1/+1 |
* | avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the... | Zane van Iperen | 2021-05-19 | 1 | -0/+4 |
* | avcodec/videotoolboxenc: Avoid copying data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-06 | 1 | -4/+5 |
* | lavc/videotoolboxenc: set DataRateLimits for hevc | Zhao Zhili | 2021-05-06 | 1 | -3/+7 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavc/videotoolboxenc: Add support for HEVC with Alpha. | Hironori Bono | 2021-03-19 | 1 | -3/+44 |
* | videotoolboxenc: enable constant quality with -q:v on Apple Silicon Macs and ... | Simone Karin Lehmann | 2021-03-19 | 1 | -12/+42 |
* | avcodec/videotoolboxenc: Fix SEI enum identifiers | Andreas Rheinhardt | 2021-01-22 | 1 | -3/+3 |
* | h264: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -3/+3 |
* | libavcodec/videotoolboxenc: Fix crash when frame received after error | Rick Kern | 2020-09-28 | 1 | -1/+0 |
* | avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queue | Tian Qi | 2020-09-28 | 1 | -1/+1 |
* | avcodec/videotoolboxenc: don't wait when flushing data | Tian Qi | 2020-09-28 | 1 | -2/+2 |
* | avcodec/videotoolboxenc: fix use after destroy | Zhao Zhili | 2020-09-28 | 1 | -4/+7 |
* | avcodec/videotoolboxenc: fix align issue | Zhao Zhili | 2020-09-28 | 1 | -1/+3 |
* | avcodec/videotoolboxenc: Allow full range 10bit pixel format input | Harry Mallon | 2020-09-28 | 1 | -1/+0 |
* | avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encode | Harry Mallon | 2020-09-28 | 1 | -9/+6 |
* | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -0/+1 |
* | avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxenc | Nomis101 | 2019-11-17 | 1 | -0/+8 |
* | avcodec/videotoolboxenc: warn user when output will use a different profile/l... | Rick Kern | 2019-09-16 | 1 | -1/+1 |