[FFmpeg-cvslog] Remove myself from maintainers.

2023-12-23 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Dec 23 23:15:55 2023 +1100| [f5f414d9c4bef90cb8986c0b71abd3c87a68fe4d] | committer: Matt Oliver Remove myself from maintainers. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5f414d9c4bef90cb8986c0b71abd3c87a68fe4d --- MAINTAIN

[FFmpeg-cvslog] avcodec/libx264: Set min build version to 158 for msvc

2022-06-11 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Thu Jun 9 23:27:08 2022 +| [dd5a0302d5286e66ca03a57770537d5afa4c7775] | committer: Marton Balint avcodec/libx264: Set min build version to 158 for msvc Was "[PATCH] libx264: Do not explicitly set X264_API_IMPORTS" Setting X264_API_IM

[FFmpeg-cvslog] libvpxdec: Correct linking against variables.

2021-11-24 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Oct 20 06:28:53 2021 +1100| [1a5930b55494b5d598c618283b24f12ad1ac38a2] | committer: Matt Oliver libvpxdec: Correct linking against variables. Instead link against the function that returns the correct variable. This fixes linking errors with dlls

[FFmpeg-cvslog] libaom: Dont use aom_codec_av1_dx_algo.

2021-10-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Oct 20 07:02:39 2021 +1100| [d92fdc714496d43234733c315894abe0beeb3529] | committer: Matt Oliver libaom: Dont use aom_codec_av1_dx_algo. This fixes linking errors where variables cannot be correctly linked in from an external shared library such as

[FFmpeg-cvslog] compat/cuda: correct ushort4 to use ushort

2021-02-22 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Feb 13 02:58:25 2021 +1100| [b57037d663415338b3684f0e6164acca92f0d94a] | committer: Timo Rothenpieler compat/cuda: correct ushort4 to use ushort Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: use no-narrowing for cuda-llvm compilation

2021-02-22 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Feb 13 02:59:42 2021 +1100| [52cc323735ced6e8095cfd3acea0e36e35c76eb2] | committer: Timo Rothenpieler configure: use no-narrowing for cuda-llvm compilation This fixes llvm compiler generating errors about narrowing conversion with recent releases

[FFmpeg-cvslog] avutil/hwcontext_d3d11va: Use secure dlopen.

2020-02-15 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Tue Dec 31 02:59:39 2019 +1100| [f0c0ad4455e5f72edf175e81a06e52562cdd1ab2] | committer: Matt Oliver avutil/hwcontext_d3d11va: Use secure dlopen. dlopen contains additional security to prevent dll hijacking compared to standard LoadLibrary. > h

[FFmpeg-cvslog] avutil/thread: Add pthread_cond_timedwait function

2020-01-21 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Dec 7 16:55:35 2016 +1100| [fc6fde22c34ac9ae39f16494238140ba40456efd] | committer: Marton Balint avutil/thread: Add pthread_cond_timedwait function v2: fix calculating milisecond times and use SleepConditionVariableSRW. Signed-off-by: Matt Oliver

[FFmpeg-cvslog] compat/avisynth: Fix unicode compilation.

2020-01-01 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Tue Dec 31 03:00:40 2019 +1100| [1fd8929450a6d701620caf60f39d9974001b] | committer: Michael Niedermayer compat/avisynth: Fix unicode compilation. Reviewed-by: Stephen Hutchinson Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] ffplay: Fix realloc_texture when input texture is NULL.

2018-05-01 Thread Matt Oliver
ffmpeg | branch: release/4.0 | Matt Oliver | Tue Apr 10 23:01:18 2018 +1000| [29328d96b90fc20048803201b379c6c6a18661b4] | committer: Marton Balint ffplay: Fix realloc_texture when input texture is NULL. SDL_QueryTexture and SDL_DestroyTexture require that the input texture pointer be non-null

[FFmpeg-cvslog] ffplay: Fix realloc_texture when input texture is NULL.

2018-04-18 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Tue Apr 10 23:01:18 2018 +1000| [6be690685a8876a61f87b2b8bf30547e09030a96] | committer: Matt Oliver ffplay: Fix realloc_texture when input texture is NULL. SDL_QueryTexture and SDL_DestroyTexture require that the input texture pointer be non-null. Debug

Re: [FFmpeg-cvslog] error_resilience: remove avpriv_atomic usage

2017-11-25 Thread Matt Oliver
On 26 November 2017 at 02:17, Rostislav Pehlivanov wrote: > diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h > index 27c2008694..664a765659 100644 > --- a/libavcodec/error_resilience.h > +++ b/libavcodec/error_resilience.h > @@ -20,6 +20,7 @@ > #define AVCODEC_ERROR_RES

[FFmpeg-cvslog] lavc/makefile: Add missing file dependencies.

2017-07-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Jul 29 21:09:19 2017 +1000| [b0c61209cd30f9ddf3356d5ded6df488f25d1bd5] | committer: Matt Oliver lavc/makefile: Add missing file dependencies. ac3dsp.c uses tables from ac3.c ac3.c uses tables from ac3tab.c hevc_ps uses tables from hevc_data.c

[FFmpeg-cvslog] lavf/os_support: Use existing WinRT config value.

2017-07-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Jul 12 20:02:58 2017 +1000| [6cc677c0e828b2c40a7760013279c331a7748535] | committer: Matt Oliver lavf/os_support: Use existing WinRT config value. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] win32_dlfcn: Support WinRT/UWP.

2017-07-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Jul 1 23:16:42 2017 +1000| [a3833bee9482fe650e05ee99718209414bd3356e] | committer: Matt Oliver win32_dlfcn: Support WinRT/UWP. This only enables dlls that are packaged with the application to be loaded. Due to the limitations of WinRT/UWP it is not

[FFmpeg-cvslog] configure: Fix libvmaf name

2017-07-16 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Jul 17 00:15:19 2017 +1000| [d8f198263975f45fab1f9b44f870131abc1d6e36] | committer: Derek Buitenhuis configure: Fix libvmaf name Fixes: fatal error: libvmaf.h: No such file or directory. Signed-off-by: Derek Buitenhuis > h

[FFmpeg-cvslog] openssl: Support version 1.1.0.

2017-03-24 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 10 06:49:54 2016 +1100| [ee050797664c7c74cae262ffab05006b55d47a11] | committer: Martin Storsjö openssl: Support version 1.1.0. Further simplifications by Martin Storsjö, to minimize the diff. Signed-off-by: Martin Storsjö > h

Re: [FFmpeg-cvslog] lavfi: add FFFrameQueue API.

2016-12-18 Thread Matt Oliver
On 18 December 2016 at 20:49, Nicolas George wrote: > ffmpeg | branch: master | Nicolas George | Thu Dec 3 > 20:05:14 2015 +0100| [62b11db0a08cbb8c338e413a0d1707a8c81ae24e] | > committer: Nicolas George > > lavfi: add FFFrameQueue API. > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avcodec/nvenc.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Oct 29 18:25:36 2016 +1100| [6ead033bca9accd56f188cc004b4c4b18d616aa7] | committer: Matt Oliver avcodec/nvenc.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/avisynth.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 31 14:30:43 2016 +1100| [d6f85ec2700e40b3ec864d5ee405b7e257778e1f] | committer: Matt Oliver avformat/avisynth.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/hwcontext_dxva.c: Use new safe dlopen code.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Oct 29 18:25:05 2016 +1100| [85db1f97eb506b7b0fd876f428872b89f967cc53] | committer: Matt Oliver avutil/hwcontext_dxva.c: Use new safe dlopen code. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions.

2016-11-05 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sun Oct 30 00:08:41 2016 +1100| [85553b42f92457a581e13edbd3e2c2e6136931eb] | committer: Matt Oliver compat/w32dlfcn.h: Add safe win32 dlopen/dlclose/dlsym functions. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] openssl: Support version 1.1.0.

2016-10-20 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 10 06:49:54 2016 +1100| [798c6ecce50f26a53d48e2577a34fabe46b32eb9] | committer: Matt Oliver openssl: Support version 1.1.0. Fixes #5675 Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Remove fifo muxers dependency on pthreads.

2016-09-04 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Aug 29 16:56:32 2016 +1000| [8b4e4bc620c25993a0fa98914910dd5f60dfb549] | committer: Matt Oliver configure: Remove fifo muxers dependency on pthreads. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/os_support.h: Fix for unicode filenames on windows.

2016-06-12 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Jun 6 17:04:39 2016 +1000| [37787f261639c53998487400e874741c17e85fc6] | committer: Matt Oliver lavf/os_support.h: Fix for unicode filenames on windows. Fixes #819 #5256 #5281 Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavu/intmath.h: fix compilation with msvc10.

2016-06-12 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Jun 6 17:02:34 2016 +1000| [5ca44ebd99937b0038c25784570fa80d158b21fb] | committer: Matt Oliver lavu/intmath.h: fix compilation with msvc10. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc/dxva2_h264: Fix incorrect assert statement.

2016-03-19 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Mar 16 22:28:29 2016 +1100| [109dfed7fc265f3e071854d5e6de5dd7f82ff9fb] | committer: Matt Oliver lavc/dxva2_h264: Fix incorrect assert statement. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

Re: [FFmpeg-cvslog] lavc/dxva2_h264: Fix incorrect assert statement.

2016-03-19 Thread Matt Oliver
On 16 March 2016 at 22:32, Clément Bœsch wrote: > On Wed, Mar 16, 2016 at 12:31:35PM +0100, Matt Oliver wrote: > > ffmpeg | branch: master | Matt Oliver | Wed Mar > 16 22:28:29 2016 +1100| [109dfed7fc265f3e071854d5e6de5dd7f82ff9fb] | > committer: Matt Oliver > > >

[FFmpeg-cvslog] avfilter/hwupload_cuda: Add missing semicolon.

2016-02-24 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Thu Feb 25 13:00:52 2016 +1100| [7ecef5ed514e7068a843795bad64a5de5cd78b17] | committer: Matt Oliver avfilter/hwupload_cuda: Add missing semicolon. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mux: Fix error when writing uncoded frames.

2016-01-26 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Jan 27 17:16:43 2016 +1100| [b66ac803fac2394309797193cc3fdd265a285b03] | committer: Matt Oliver avformat/mux: Fix error when writing uncoded frames. commit "avpacket: Deprecate av_dup_packet" broke the use av_interleaved_write_uncoded_fr

[FFmpeg-cvslog] configure: Add user options to enable gcrypt/gmp for rtmp(t)e support.

2015-11-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sun Nov 22 02:16:36 2015 +1100| [26a84e2dae4007628d30cae746822486076767ee] | committer: Matt Oliver configure: Add user options to enable gcrypt/gmp for rtmp(t)e support. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.

2015-11-23 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Nov 23 23:03:32 2015 +1100| [e9ec28c95ef68543648073bb9e1531bfc7c85048] | committer: Matt Oliver avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avutil/x86/bswap: Add msvc bswap instrinsics.

2015-11-11 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Nov 9 20:19:32 2015 +1100| [9b9c9ef3b42116e7ad2111fc8145f4eca12d657b] | committer: Matt Oliver avutil/x86/bswap: Add msvc bswap instrinsics. This adds msvc optimisations as well as fixing an error in icl whereby it will generate invalid code

[FFmpeg-cvslog] avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc.

2015-11-11 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Thu Nov 12 16:54:08 2015 +1100| [58d32c00beef23756bd61a5fdc99057161a6] | committer: Matt Oliver avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/x86/intmath: Disable use of tzcnt on older intel compilers.

2015-11-10 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Nov 11 00:13:42 2015 +1100| [91053990602de8da4df911692710f0e8362daac9] | committer: Matt Oliver avutil/x86/intmath: Disable use of tzcnt on older intel compilers. ICC versions older than atleast 12.1.6 dont have the tzcnt intrinsics. Reviewed-by

[FFmpeg-cvslog] avutil/x86/intmath: Correct intrinsic headers for older compilers.

2015-11-09 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Nov 9 21:40:33 2015 +1100| [f98417451291a3ff6719d739b5e904e0b7bf404b] | committer: Matt Oliver avutil/x86/intmath: Correct intrinsic headers for older compilers. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avutil/x86/intmath: Add missing header.

2015-10-31 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sun Nov 1 02:00:41 2015 +1100| [bff009697d0278fafaef533d4656daae1abdc29a] | committer: Matt Oliver avutil/x86/intmath: Add missing header. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] gdigrab: grab right desktop size if DPI in use, based on patch from Alexander Brotzge

2015-10-31 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Mon Oct 5 20:00:37 2015 +1100| [e82883aa88bfccf2669e914eab9deef6cecfd0db] | committer: Matt Oliver gdigrab: grab right desktop size if DPI in use, based on patch from Alexander Brotzge Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/x86/intmath: Use tzcnt in place of bsf.

2015-10-31 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Oct 28 18:47:16 2015 +1100| [6c6ac9cb17c4944514bde833f2fa8aa8dafa974a] | committer: Matt Oliver avutil/x86/intmath: Use tzcnt in place of bsf. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavu/intmath.h: Add msvc/icl ctzll optimisations.

2015-10-18 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Fri Oct 16 16:58:43 2015 +1100| [216cc1f6fe33b256ce708fade5e6638b2bb54d2b] | committer: Matt Oliver lavu/intmath.h: Add msvc/icl ctzll optimisations. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.

2015-10-18 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Fri Oct 16 17:00:13 2015 +1100| [b0bb1dc62d40dc385283f309012f64d0987883eb] | committer: Matt Oliver lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header. Signed-off-by: Matt Oliver > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/async: Allow compilation with native threads.

2015-09-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Sep 30 13:41:53 2015 +1000| [3b03bde46e331aa301bd16c6c6e94c11e073e8f8] | committer: Matt Oliver avformat/async: Allow compilation with native threads. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] compat/w32pthreads: Add return values to match the simulated pthread functions.

2015-09-29 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Sep 30 13:41:33 2015 +1000| [ae58abeabbfc15eddff0e23cbf1a62c7bc50d3c8] | committer: Matt Oliver compat/w32pthreads: Add return values to match the simulated pthread functions. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Allow log2 with MSVC 2013 onwards.

2015-05-02 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sun May 11 17:40:20 2014 +1000| [3edeb7749e4276c78ad57307b8c3b32dd476d1da] | committer: Martin Storsjö configure: Allow log2 with MSVC 2013 onwards. Only MSVC 2010 in x64 mode, in the static msvcrt, had a stray log2 function (which wasn't availab

[FFmpeg-cvslog] avformat/mpegtsenc: Fix build with msvc

2015-02-03 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Feb 4 00:46:39 2015 +1100| [22504396fe24673843f8d07e3df254b667f504ef] | committer: Michael Niedermayer avformat/mpegtsenc: Fix build with msvc Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/libvpxenc.c: Fix linking with codec interface with msvc.

2015-01-10 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Sat Jan 10 22:19:08 2015 +1100| [87deebe11a3a9e36472e826f79e09e3b1d112924] | committer: Michael Niedermayer avcodec/libvpxenc.c: Fix linking with codec interface with msvc. Default libvpx msvc buils used module definition to export symbols. These