[vlc-commits] videotoolbox: add an option to enable hwdec

2018-04-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Apr 20 16:28:14 2018 +0200| [edc7ccd9a70267830b257ebfcc6700dbdc095650] | committer: Thomas Guillem videotoolbox: add an option to enable hwdec Use --no-videotoolbox to disable hardware-accelerated video decoding on macOS/iOS. > http://git.videolan.o

[vlc-commits] mediacodec: add an option to enable hwdec

2018-04-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Apr 20 16:41:25 2018 +0200| [c805ab1b00b150832ffb4583ba9aa6d4a19bdd71] | committer: Thomas Guillem mediacodec: add an option to enable hwdec Use --no-mediacodec to disable hardware-accelerated video decoding on Android. > http://git.videolan.org/git

[vlc-commits] mediacodec: enable mediacodec_ndk

2018-04-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Apr 20 16:43:34 2018 +0200| [808599f8ee0e1793d75874b6524cc6e17ea72698] | committer: Thomas Guillem mediacodec: enable mediacodec_ndk mediacodec_ndk can now be safely enabled. This is not the case for mediacodec_jni that run on old devices and can cau

[vlc-commits] contrib: srt: enable for Win32 and update to 1.2.3

2018-04-22 Thread Justin Kim
vlc/vlc-3.0 | branch: master | Justin Kim | Wed Mar 28 19:29:46 2018 +0900| [2b3e1aec4dad4f0b9b9b4770d43c5479ed041864] | committer: Jean-Baptiste Kempf contrib: srt: enable for Win32 and update to 1.2.3 (cherry picked from commit 53102c1a2f70bfd32a7d6a61c66da7ec87ba6a27) (cherry picked from co

[vlc-commits] decoder: avcodec: rework framedrop

2018-04-22 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Apr 20 16:44:59 2018 +0200| [5ebb1c252a31c073ae42944834103aceead0a0fc] | committer: Francois Cartegnie decoder: avcodec: rework framedrop Tries to recover in hevc case. Avoids unwanted 5s drops in case of pause. > http://git.videolan.org/gitweb.

[vlc-commits] keychain: add support for iOS and tvOS

2018-04-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Sun Apr 22 12:47:50 2018 +0200| [c628ce8f794ca9f1de846f90c6011267990f1859] | committer: Felix Paul Kühne keychain: add support for iOS and tvOS To achieve this, Find and Remove were re-written without a functional change for macOS > http://git.videol

[vlc-commits] decoder: display subtitles on seek while paused

2018-04-22 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Fri Apr 20 11:30:56 2018 +0200| [b529d4e20e10027d0a5c42945335819e34343f64] | committer: Jean-Baptiste Kempf decoder: display subtitles on seek while paused While paused, make the SPU decoder process one block on seek, in order to display the matching subt

[vlc-commits] contrib: srt: update to 1.2.3

2018-04-22 Thread Justin Kim
vlc | branch: master | Justin Kim | Fri Apr 20 11:11:26 2018 +0900| [0fed86b7fcb9287ddc370b74db7b6905b92699f8] | committer: Jean-Baptiste Kempf contrib: srt: update to 1.2.3 SRT has changed the license to MPL-2.0 with release 1.3.0 version. Signed-off-by: Justin Kim Signed-off-by: Jean-Bapti

[vlc-commits] decodec: avcodec: rework decoding loop

2018-04-22 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Apr 19 15:52:26 2018 +0200| [44cc0d5633697d58f1b88c4f71b83250ed794efd] | committer: Francois Cartegnie decodec: avcodec: rework decoding loop > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44cc0d5633697d58f1b88c4f71b83250ed794efd ---