index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
videotoolboxenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
avcodec/videotoolboxenc: add H264 Extended profile and level
Limin Wang
2019-09-16
1
-0
/
+14
*
avcodec/videotoolboxenc: fix encoding frame crash on iOS 11
sharpbai
2019-09-16
1
-1
/
+5
*
lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function
Limin Wang
2019-08-11
1
-0
/
+1
*
lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...
Limin Wang
2019-08-11
1
-0
/
+16
*
avcodec/videotoolboxenc: remove unused variable
Steven Liu
2019-07-11
1
-2
/
+0
*
libavcodec/videotoolboxenc: Fix compilation broken on macOS 10.12
Limin Wang
2019-06-17
1
-0
/
+5
*
lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.
Rick Kern
2019-05-12
1
-46
/
+56
*
lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.
Rick Kern
2019-05-12
1
-62
/
+0
*
lavc/videotoolboxenc: add require_sw option to force software encoding.
Rick Kern
2019-05-12
1
-1
/
+8
*
lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite
Thilo Borgmann
2018-08-14
1
-1
/
+1
*
avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0
Thomas Guillem
2018-07-19
1
-1
/
+4
*
avcodec/videotoolboxenc: fix invalid session on iOS
Thomas Guillem
2018-06-18
1
-2
/
+21
*
avcodec/videotoolboxenc: split initialization
Thomas Guillem
2018-06-18
1
-20
/
+28
[next]