[FFmpeg-cvslog] lavc/videotoolboxenc: add hevc main42210 and p210

2025-03-13 Thread wang-bin
ffmpeg | branch: master | wang-bin | Thu Dec 22 10:39:29 2022 +0800| [154c00514d889d27ae84a1001e00f9032fdc1c54] | committer: Zhao Zhili lavc/videotoolboxenc: add hevc main42210 and p210 Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/ccaption_dec: return the number of bytes decoded

2023-02-20 Thread wang-bin
ffmpeg | branch: master | wang-bin | Sat Feb 11 16:04:05 2023 +0800| [e16b874b6a7391da08a844d1f5b9714195d1842b] | committer: Anton Khirnov avcodec/ccaption_dec: return the number of bytes decoded Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64

2022-11-20 Thread Wang , Bin
ffmpeg | branch: master | Wang, Bin | Mon Nov 14 23:20:23 2022 +0800| [459527108ad409c026da93e9f49f4d3006c0f2f9] | committer: Haihao Xiang libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64 Reviewed by: James Almer Signed-off-by: Wang, Bin > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] configure: fix probing armv6zk

2017-12-16 Thread wang-bin
ffmpeg | branch: master | wang-bin | Fri Dec 15 15:05:13 2017 +0800| [dc08caa8f727fe32b55eaaaf6771b14f1bed92a0] | committer: Michael Niedermayer configure: fix probing armv6zk clang reports 6kz: https://reviews.llvm.org/D14568 Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] configure: clang -Oz for small size build to reduce size further

2017-03-16 Thread wang-bin
ffmpeg | branch: master | wang-bin | Fri Mar 10 04:02:13 2017 +| [b573e3f4845bd1cd004df70dd0b7cf2c4c73a5f9] | committer: Carl Eugen Hoyos configure: clang -Oz for small size build to reduce size further > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS

2017-03-06 Thread wang-bin
ffmpeg | branch: master | wang-bin | Fri Mar 3 18:10:54 2017 +0800| [3267e1703b32e83bce1329676fd007cc66a592c7] | committer: wm4 avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey is not available in iOS > h

[FFmpeg-cvslog] avutil/tile: check clock_gettime at runtime for apple platforms

2017-01-08 Thread Wang Bin
ffmpeg | branch: master | Wang Bin | Mon Jan 9 11:52:06 2017 +0800| [0e8b68a2c4031e25082603ad88711be12210d41f] | committer: Steven Liu 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

[FFmpeg-cvslog] winrt: multithreading support

2015-10-15 Thread wang-bin
ffmpeg | branch: master | wang-bin | Tue Sep 29 18:11:03 2015 +0800| [0861862b897ade9e62064f532f3b0a957ee7a0d8] | committer: Matt Oliver winrt: multithreading support _beginthreadex is for desktop only. CreateThread is available for windows store apps on windows (and phone) 8.1 and later