wangbin and michaelni
c73476e107
avfilter/vf_scale_d3d11: ensure guids are defined
...
fix vf_scale_d3d11.o : error LNK2001: unresolved external symbol IID_ID3D11VideoContext
2026-06-10 15:08:12 +00:00
wangbin and Lynne
239c679c54
lavc: add ProRes RAW videotoolbox hwaccel
2026-05-17 03:47:23 +00:00
wangbin and James Almer
49c449b33a
avformat/codecstring: fix undefined lcevc symbols if muxers are disabled
2026-03-24 23:14:41 +00:00
wangbin and James Almer
4561fc5e48
configure: probe glslang
...
if shaderc is not installed and --glslc is not set
2026-01-22 03:05:01 +00:00
wangbin and Kacper Michajłow
6e48050568
configure: fix -L flags for lld-link
2025-08-15 18:20:33 +00:00
wangbin and Zhao Zhili
7b13d17b6d
avdevice/android_camera: Set image linesize aligment to 1
...
Can't read alignment from packet, codecpar or decoded frame linesizes, so don't
set it. My test device redmi k60 produces images in 4624x3472, not 32 aligned
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com >
2025-07-18 10:37:53 +08:00
wang-bin and Zhao Zhili
154c00514d
lavc/videotoolboxenc: add hevc main42210 and p210
...
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com >
2025-03-13 18:34:22 +08:00
wang-bin and Anton Khirnov
e16b874b6a
avcodec/ccaption_dec: return the number of bytes decoded
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2023-02-20 17:48:11 +01:00
wang-bin and Michael Niedermayer
dc08caa8f7
configure: fix probing armv6zk
...
clang reports 6kz: https://reviews.llvm.org/D14568
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-12-16 18:21:58 +01:00
wang-bin and Carl Eugen Hoyos
b573e3f484
configure: clang -Oz for small size build to reduce size further
2017-03-16 20:58:52 +01:00
wang-bin and wm4
3267e1703b
avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS
...
kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey is not available in
iOS
2017-03-06 10:54:02 +01:00
Wang Bin and Steven Liu
0e8b68a2c4
avutil/tile: check clock_gettime at runtime for apple platforms
...
clock_gettime is avalible since macOS 10.12 and iOS 10.0. Because of
weak linking, clock_gettime can be build without error with new
macOS/iOS sdk, but the symbol may not exist on the target system.
Explicitly checking the symbol is required.
https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html
Signed-off-by: Wang Bin <wbsecg1@gmail.com >
Signed-off-by: Steven Liu <lq@chinaffmpeg.org >
2017-01-09 11:52:06 +08:00
wang-bin and Matt Oliver
0861862b89
winrt: multithreading support
...
_beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later. http://msdn.microsoft.com/en-us/library/ms682453%28VS.85%29.aspx
Signed-off-by: Matt Oliver <protogonoi@gmail.com >
2015-10-16 00:54:57 +11:00