[vlc-commits] NEWS: Mention EQ bands display fix

2020-08-14 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Aug 14 20:10:00 2020 +0200| [82a4447de185623e55db53ffbd2c088eb6882f33] | committer: Marvin Scholz NEWS: Mention EQ bands display fix > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=82a4447de185623e55db53ffbd2c088eb6882f33 ---

[vlc-commits] macosx: update EQ frequency labels according to VLC frequency setting

2020-08-14 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Fri Aug 14 19:55:49 2020 +0200| [6f0784095398648de266d076bb5e62d524e5f40d] | committer: Marvin Scholz macosx: update EQ frequency labels according to VLC frequency setting An option exists for selecting between VLC frequency bands and ISO

[vlc-commits] macosx: update EQ frequency labels according to VLC frequency setting

2020-08-14 Thread Ron Wright
vlc | branch: master | Ron Wright | Tue Jul 21 15:34:32 2020 -0500| [392e2feee7fa3347de46fb86977fa7c30d2a0057] | committer: Marvin Scholz macosx: update EQ frequency labels according to VLC frequency setting An option exists for selecting between VLC frequency bands and ISO frequency bands

[vlc-commits] contrib: bluray: disable building jar for aarch64 macOS

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jul 27 18:59:13 2020 +0200| [a9ffa5bf9013b4dc2e99cb8d19b3c93ed3c50856] | committer: Marvin Scholz contrib: bluray: disable building jar for aarch64 macOS >

[vlc-commits] thread: change posix thread priorities to 0

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Sat Apr 4 03:13:28 2020 +0200| [bc6f274af6b02eb454188ca7d72b924d9da54213] | committer: Marvin Scholz thread: change posix thread priorities to 0 Makes it clearer that those have no effect anymore now. >

[vlc-commits] contrib: aom: disable runtime cpu detect for arm darwin

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Aug 10 14:25:51 2020 +0200| [3896a8800fbbd51a3c4a6eb0181df16f980bfb99] | committer: Marvin Scholz contrib: aom: disable runtime cpu detect for arm darwin >

[vlc-commits] cache: do not use alignof on expression

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Aug 7 06:43:54 2020 +0200| [548c9d3e8d9e3f00f495839af2cb056b9d7e27e9] | committer: Marvin Scholz cache: do not use alignof on expression Using alignof not on a type but an expression is a GNU extension and causes the following warning: warning:

[vlc-commits] contrib: gcrypt: disable asm for macOS aarch64 for now

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jul 27 21:58:54 2020 +0200| [8edd1a300a429efb6fa518c600f62db532dba258] | committer: Marvin Scholz contrib: gcrypt: disable asm for macOS aarch64 for now The detection is currently broken and it does not work at all. >

[vlc-commits] include: wrap more compat functions in extern C block

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Jul 29 13:20:36 2020 +0200| [0e3775e3ff4ed4f1336fb353e1d6614758429d6f] | committer: Marvin Scholz include: wrap more compat functions in extern C block This ensures they have the correct linkage declared. >

[vlc-commits] contrib: Do not hardcode 32/64 bit

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jul 27 17:56:01 2020 +0200| [30f894b7d63bed8643b298af09064a1bc5e75c11] | committer: Marvin Scholz contrib: Do not hardcode 32/64 bit This was probably needed at the time of 32/64bit switchover but there should be no need to do this at all anymore.

[vlc-commits] contrib: vpx: add patch to use macOS SDK on macOS aarch64

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Aug 10 16:01:05 2020 +0200| [6f043e6474534f45c077bae8ffacb2292b643d36] | committer: Marvin Scholz contrib: vpx: add patch to use macOS SDK on macOS aarch64 >

[vlc-commits] contrib: properly set Xcode arch to arm64 instead of aarch64

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Jul 27 18:58:43 2020 +0200| [798ace089cc2e93dd4ea272e0ec7cf51fc049249] | committer: Marvin Scholz contrib: properly set Xcode arch to arm64 instead of aarch64 >

[vlc-commits] posix/wait: do not use alignof on expression

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Aug 7 06:43:18 2020 +0200| [3e41fd23726f47fb99325ec7bcfb19b0f2f37343] | committer: Marvin Scholz posix/wait: do not use alignof on expression Using alignof not on a type but an expression is a GNU extension and causes the following warning:

[vlc-commits] contrib: gmp: add patches to fix arm64 assembly

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 5 22:43:42 2020 +0200| [ca866cb94ca423993f89b6737ffc61d1448dde30] | committer: Marvin Scholz contrib: gmp: add patches to fix arm64 assembly > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca866cb94ca423993f89b6737ffc61d1448dde30 ---

[vlc-commits] contrib: gmp: backport fix for t-sqrlo test

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 5 22:42:21 2020 +0200| [49b1c92a35c728064babf290db260e2ff614af9b] | committer: Marvin Scholz contrib: gmp: backport fix for t-sqrlo test This makes it possible to run make check successfully to better verify that other patches do not break

[vlc-commits] contrib: vpx: do not enable runtime cpu detect for aarch64 darwin

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Mon Aug 10 15:09:20 2020 +0200| [5681ea32dd6b57f96a251562fbcc0e413a74ddf5] | committer: Marvin Scholz contrib: vpx: do not enable runtime cpu detect for aarch64 darwin >

[vlc-commits] qsv: explicitly set the input and output memory types

2020-08-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jul 2 15:44:59 2020 +0200| [48436cbdc519f38c8aa7655fc4bfa60cda7e9df8] | committer: Steve Lhomme qsv: explicitly set the input and output memory types We're going to support more input memory types (GPU). >

[vlc-commits] transcode: video: remove write-only decoder_vctx_out variable

2020-08-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jul 10 16:00:31 2020 +0200| [0d05d0d528ce785096d62abad59324bc69534c28] | committer: Steve Lhomme transcode: video: remove write-only decoder_vctx_out variable If we need it we get it from incoming pictures. >

[vlc-commits] qsv: create the input_pool once we know the input format we want

2020-08-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jul 15 11:40:13 2020 +0200| [bdf9ee1ddf8d51caf09f2e1b6ad6255d125ef45c] | committer: Steve Lhomme qsv: create the input_pool once we know the input format we want >

[vlc-commits] decoder: fix pause+close deadlock for decoders waiting internally for buffers

2020-08-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Jul 29 10:03:51 2020 +0200| [30fccb6e921d8b9195f6507d13bc50930c140046] | committer: Steve Lhomme decoder: fix pause+close deadlock for decoders waiting internally for buffers When paused the decoder decodes until it exhausts its available buffers then

[vlc-commits] macosx: add VLCSystemVolume class

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 5 22:00:05 2020 +0200| [454bd4714d04386bca0a21301ada70edec3a8ad5] | committer: Marvin Scholz macosx: add VLCSystemVolume class This is a convenience class, based on the NSSound+VLCAdditions extension, with the goal to replace it. There is not

[vlc-commits] macosx: VLCClickerManager: use VLCSystemVolume API

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 5 22:03:27 2020 +0200| [53f2f6560786e225d4ea3762e8438bcb21de7325] | committer: Marvin Scholz macosx: VLCClickerManager: use VLCSystemVolume API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53f2f6560786e225d4ea3762e8438bcb21de7325 ---

[vlc-commits] videotoolbox: add legacy error codes printing

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Aug 7 15:13:34 2020 +0200| [462f4044e12ccde0eb5928467d46b3a76ccd2066] | committer: Marvin Scholz videotoolbox: add legacy error codes printing > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=462f4044e12ccde0eb5928467d46b3a76ccd2066 ---

[vlc-commits] macosx: remove NSSound+VLCAdditions

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Aug 5 22:04:59 2020 +0200| [cfd0e9e8f4f9775e65bf225be7ec8a5056964f09] | committer: Marvin Scholz macosx: remove NSSound+VLCAdditions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cfd0e9e8f4f9775e65bf225be7ec8a5056964f09 ---

[vlc-commits] build/apple: do not blacklist imem access

2020-08-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Aug 14 11:03:48 2020 +0200| [8cfd42824820f0b6d116c0ddd720a81731e8befe] | committer: Marvin Scholz build/apple: do not blacklist imem access It's needed by VLCKit for some functionality. >

[vlc-commits] vout: direct3d11: clean the wait until all the commands are processed

2020-08-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Aug 5 09:25:31 2020 +0200| [73e2eea5418be7e6e445975795b8aedd2e167a09] | committer: Steve Lhomme vout: direct3d11: clean the wait until all the commands are processed We need to unlock the device context while we wait until it's finished with

[vlc-commits] direct3d11: wait indefinitely for the rendering to be done

2020-08-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Aug 10 12:13:39 2020 +0200| [ef7ec7dad887da5cba637a05f741a92897859039] | committer: Steve Lhomme direct3d11: wait indefinitely for the rendering to be done If we don't, D3D11 complains that we didn't wait for the finished result matching a

[vlc-commits] d3d11: lock the device when creating the Video Processor

2020-08-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Thu Aug 13 14:24:26 2020 +0200| [d152c4ed97a87e1a9f6330cbfa683396f36e76b4] | committer: Steve Lhomme d3d11: lock the device when creating the Video Processor It doesn't seem to be thread safe. (cherry picked from commit

[vlc-commits] Update NEWS

2020-08-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Aug 14 08:47:01 2020 +0200| [612fd11771ff7a577406c39198245b70c4fb45b5] | committer: Steve Lhomme Update NEWS > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=612fd11771ff7a577406c39198245b70c4fb45b5 --- NEWS | 6 ++ 1