[vlc-commits] bison: define YYEOF token explicitly

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 22:50:18 2020 +0300| [d20f1a2dd70c8cfdf50f9a80cd009b63e9e9b126] | committer: Rémi Denis-Courmont bison: define YYEOF token explicitly Older generator versions don't define it automatically. >

[vlc-commits] Makefile: fix prerequisites

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 22:31:49 2020 +0300| [c708d15a26193ba2c89126e880257930028321f2] | committer: Rémi Denis-Courmont Makefile: fix prerequisites We cannot write suffix rules with dependencies that way. Fortunately, there is only one usage of each of the 3

[vlc-commits] Makefile: add missing verbosity filter

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 22:34:29 2020 +0300| [67b0d35d078b36bd45cd8861f0aa8331447e6ad6] | committer: Rémi Denis-Courmont Makefile: add missing verbosity filter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67b0d35d078b36bd45cd8861f0aa8331447e6ad6 ---

[vlc-commits] json: add missing escape codes

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 21:22:33 2020 +0300| [a9a8a3a1c6b2451f170d6d3834a25de40377c596] | committer: Rémi Denis-Courmont json: add missing escape codes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9a8a3a1c6b2451f170d6d3834a25de40377c596 ---

[vlc-commits] json: correct buffer size

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 21:22:03 2020 +0300| [8d75253af434f6874b2bcaad7dab12e3e46d0af7] | committer: Rémi Denis-Courmont json: correct buffer size We don't need a trailing nul in this particular case. >

[vlc-commits] m3u: Expose playlist title

2020-09-27 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Mon Sep 21 15:45:48 2020 +0200| [b5c0d65b661e0a710075c9fcbfae7fd6d0d9dee0] | committer: Felix Paul Kühne m3u: Expose playlist title (cherry picked from commit 8f26c795b8329219acaad18a5d98a58678799f59) Signed-off-by: Felix Paul Kühne >

[vlc-commits] ytdl: extract description, author and art URL

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 19:51:40 2020 +0300| [ac989930cb0aa41e28957cc3218d5f7a68b637ef] | committer: Rémi Denis-Courmont ytdl: extract description, author and art URL >

[vlc-commits] dcp: fix options being hidden in GUI

2020-09-27 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Fri Mar 22 23:22:54 2019 +| [92654192d6c912a0448016d397d87be39aa95fdb] | committer: Jean-Baptiste Kempf dcp: fix options being hidden in GUI options need to be specified after the cat+subcat declarations otherwise they may be ignored when constructing

[vlc-commits] gstdecode: Add support for more video codecs

2020-09-27 Thread Vikram Fugro
vlc | branch: master | Vikram Fugro | Sun Sep 27 15:00:57 2020 +0530| [9894f84b1286cadf3d2d15362e153dab6c4038cf] | committer: Jean-Baptiste Kempf gstdecode: Add support for more video codecs Add support for vp9 and hevc Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] share: add wrapper script for the YoutubeDL Python module

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 20 21:36:57 2020 +0300| [3f5d4031d90692bd532ac46308f00572cb76bf50] | committer: Rémi Denis-Courmont share: add wrapper script for the YoutubeDL Python module This script generates a JSON playlist from a given URL, providing a simple serial

[vlc-commits] JSON representation and Javascript unescaping

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 15:19:42 2020 +0300| [c4c1bc81e819cee65f673a10f58e40f56eab9704] | committer: Rémi Denis-Courmont JSON representation and Javascript unescaping >

[vlc-commits] JSON tokenisation rules

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 15:30:31 2020 +0300| [7d9fdcfaef5ecb9b590bfd5fa7be450dcdf02d6d] | committer: Rémi Denis-Courmont JSON tokenisation rules > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7d9fdcfaef5ecb9b590bfd5fa7be450dcdf02d6d ---

[vlc-commits] JSON grammar

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 15:30:49 2020 +0300| [4a887815dec398254c0e43985b7292319097e234] | committer: Rémi Denis-Courmont JSON grammar > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a887815dec398254c0e43985b7292319097e234 ---

[vlc-commits] ytdl: stream filter module for YoutubeDL

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 20 21:46:41 2020 +0300| [4fa60bf98d9697c09a412c35a38a4a460044fa2a] | committer: Rémi Denis-Courmont ytdl: stream filter module for YoutubeDL This passes every HTTP(S) URL through YoutubeDL to extract playlists or media. >

[vlc-commits] ytdl: extract playlist non-recursively ("flat")

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Sep 26 20:29:44 2020 +0300| [fa78491d58cac289e63d9d9dbe15ac68c298460b] | committer: Rémi Denis-Courmont ytdl: extract playlist non-recursively ("flat") This uses the extract-flat mode of YoutubeDL, which skips parsing individual items within a

[vlc-commits] directory: remove stray void cast

2020-09-27 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sun Sep 27 12:30:16 2020 +0300| [1e95d893dc6470b58d848ce73480b5dddc1b035c] | committer: Rémi Denis-Courmont directory: remove stray void cast > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e95d893dc6470b58d848ce73480b5dddc1b035c ---