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

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Fri Apr 26 02:22:43 2019 +0100| [90e1fe40dad7317426ffe980e8a05c8590984ed7] | committer: Jean-Baptiste Kempf chromaprint: fix options being hidden in GUI not having a cat+subcat specified means that the options were ignored when constructing the preferences

[vlc-commits] meta/folder: fix options being hidden in GUI

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sun Apr 7 03:00:32 2019 +0100| [bc6700f7d1f5a483dc59f74fb42a1baacea716c1] | committer: Jean-Baptiste Kempf meta/folder: fix options being hidden in GUI not having a cat+subcat specified means that the options were ignored when constructing the preferences

[vlc-commits] purge useless audio-misc subcat

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sat Apr 6 19:53:37 2019 +0100| [bc9567ccf13d107508cf2f5b67e44e3d70cfdd7f] | committer: Jean-Baptiste Kempf purge useless audio-misc subcat there are no in-tree modules using this subcat that actually have any options; this moves the few that do reference

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

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sun Apr 7 02:56:21 2019 +0100| [f9b5677ada19cff818737cbc4533f31376c4b90c] | committer: Jean-Baptiste Kempf mosaic_bridge: fix options being hidden in GUI not having a cat+subcat specified means that the options were ignored when constructing the preferenc

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

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sat Mar 23 04:02:07 2019 +| [43fc8b4e29b6360c4bd77d0cea7d499145d0cb54] | committer: Jean-Baptiste Kempf rav1e: fix options being hidden in GUI not having a cat+subcat specified means that the options were ignored when constructing the preferences tree

[vlc-commits] core: fix some option misplacement in preferences

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sat Apr 6 19:01:08 2019 +0100| [1ca5bfaa1901551618ccac5fa97ac40babde7ab3] | committer: Jean-Baptiste Kempf core: fix some option misplacement in preferences the Qt GUI builds its tree based upon cats/subcats used specifically within the core option set on

[vlc-commits] opengl/display: fix option categorisation for gles2

2020-09-26 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Sat Mar 23 04:48:04 2019 +| [9b8be7725bd9c0699d23a9ccd20d3fa815364162] | committer: Jean-Baptiste Kempf opengl/display: fix option categorisation for gles2 note: the lack of cat/subcat on the gles2 module may have been deliberate, due to the fact that

[vlc-commits] va: remove unneeded error check

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Sep 26 20:23:35 2020 +0300| [fa6d8d9f89978537453b14395367d72d102c248d] | committer: Rémi Denis-Courmont va: remove unneeded error check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa6d8d9f89978537453b14395367d72d102c248d --- modul

[vlc-commits] demux: avoid one string comparison

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Sep 25 19:17:10 2020 +0300| [159be0ed8c21deca546c3208c97aa75dd71ec12b] | committer: Rémi Denis-Courmont demux: avoid one string comparison Track the correct strict flag value. (Note that the strict flag has no effects if the requested module nam

[vlc-commits] modules: allow NULL for matched module names

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Sep 25 22:14:13 2020 +0300| [a38a0cab8227a881d405d6da1c5ab780e3c33dea] | committer: Rémi Denis-Courmont modules: allow NULL for matched module names This just returns the non-zero priority modules. This matches the behaviour of vlc_module_load()

[vlc-commits] tls: remove unneeded error check

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Sep 26 20:23:27 2020 +0300| [0ab2b6c48fc3271e19d26b94e4e3f9f8b125fefe] | committer: Rémi Denis-Courmont tls: remove unneeded error check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ab2b6c48fc3271e19d26b94e4e3f9f8b125fefe --- src/

[vlc-commits] demux: don't clobber psz_name by Content-Type

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Sep 25 19:13:35 2020 +0300| [565ed23acd64afa1a58c7230e391f3001ed91c63] | committer: Rémi Denis-Courmont demux: don't clobber psz_name by Content-Type As is done for the file extension, match the Content-Type after teh demux object is initialized

[vlc-commits] modules: simplify vlc_module_match() error handling

2020-09-26 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Sep 25 22:09:53 2020 +0300| [9652333d214acdd943c120c95990265f24c6e1cd] | committer: Rémi Denis-Courmont modules: simplify vlc_module_match() error handling Set the modules table to NULL on error, to simplify call sites. > http://git.videolan.or