[vlc-commits] vlc_plugin.h: Cast the deactivate function pointer

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Dec 3 03:46:23 2020 -0800| [9440b0af66b3bac420c1fd91c0d9bdb504db232c] | committer: Hugo Beauzée-Luyssen vlc_plugin.h: Cast the deactivate function pointer Instead of initializing a function pointer using a compound literal, which might not

[vlc-commits] libmp4mux: Pass a value to the initializer-list

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Dec 3 03:50:44 2020 -0800| [6d1b2b6edb656a382ad5015f138c2c77b46a3d82] | committer: Hugo Beauzée-Luyssen libmp4mux: Pass a value to the initializer-list A value is mandated by C standard > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] vlc_picture: Don't initialize a struct with a compound literal

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Dec 3 03:35:20 2020 -0800| [8a124f747aa09268abaa60065d06c751aacd0a19] | committer: Hugo Beauzée-Luyssen vlc_picture: Don't initialize a struct with a compound literal So that the code can build in C and C++ > http://git.vide

[vlc-commits] vlc_list: Don't initialize return value with a compound literal in C++

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Dec 3 03:27:37 2020 -0800| [7180df7a4407c30f2e102ce8e0ba63f5b098fec6] | committer: Hugo Beauzée-Luyssen vlc_list: Don't initialize return value with a compound literal in C++ This isn't standard C++ and fails to build with MS

[vlc-commits] vout: display: Fix initialization

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Nov 30 06:40:28 2020 -0800| [1f09d90676e63df53f14097761544bb825691d72] | committer: Hugo Beauzée-Luyssen vout: display: Fix initialization > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f09d90676e63df53f14097761544bb825691

[vlc-commits] filter_chain: Fix invalid initialization

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 27 08:06:51 2020 -0800| [e44671d6fd633e2f95e4996de6b7d29e5716b588] | committer: Hugo Beauzée-Luyssen filter_chain: Fix invalid initialization > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e44671d6fd633e2f95e4996de6b7d29e5716b

[vlc-commits] vlc_list: Fix dummy element initialization

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 26 07:12:45 2020 -0800| [c4f0f96452453c5744b93acea4c4f939161225c3] | committer: Hugo Beauzée-Luyssen vlc_list: Fix dummy element initialization C11 (§6.7.9.1) mandates than an initializer-list contains at least an element > h

[vlc-commits] clock_internal.h: Protect against double inclusion

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 26 06:03:48 2020 -0800| [ea6bd41a705b09ed772f6e22fa0630463e5fa7e2] | committer: Hugo Beauzée-Luyssen clock_internal.h: Protect against double inclusion > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] config: chain: Remove carriage returns

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Dec 3 15:28:40 2020 +0100| [1b2860d72a4e3c80cf5037f4984777fe7b2e8751] | committer: Hugo Beauzée-Luyssen config: chain: Remove carriage returns > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b2860d72a4e3c80cf5037f4984777fe7b2e8

[vlc-commits] queue: Remove invalid return

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Nov 30 06:21:10 2020 -0800| [a465050662f8a4d991bc75e27ea036c3cfab5b19] | committer: Hugo Beauzée-Luyssen queue: Remove invalid return > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a465050662f8a4d991bc75e27ea036c3cfab5b19 ---

[vlc-commits] aout: output: Remove unneeded memory fence

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 26 08:37:43 2020 -0800| [872331f0e5bdaa57aef15d85c41bcdf0544c19ae] | committer: Hugo Beauzée-Luyssen aout: output: Remove unneeded memory fence Since a23c75a1f48404e4891526c7ee4ec34c199bf6f7 we use vlc_atomic_rc_t which uses

[vlc-commits] compat: tfind: Don't use K&R prototypes

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Dec 1 08:31:43 2020 -0800| [86cb8efc29523c194c627a5fe68f1f005b619deb] | committer: Hugo Beauzée-Luyssen compat: tfind: Don't use K&R prototypes Some compilers are now refusing that syntax > http://git.videolan.org/gitweb.cg

[vlc-commits] input: Fix potential use of an uninitialized pointer

2020-12-04 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 27 08:11:36 2020 -0800| [a7c322902c667a483cfefc556fcc30f3d4d0d8c6] | committer: Hugo Beauzée-Luyssen input: Fix potential use of an uninitialized pointer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] input: Also free empty attachments arrays

2020-11-26 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 25 16:55:28 2020 +0100| [ce1a28b094c6679f5e513c134c2692efd41de9e1] | committer: Hugo Beauzée-Luyssen input: Also free empty attachments arrays > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] mp4: Return an error if there are no attachments

2020-11-26 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Nov 23 14:52:24 2020 +0100| [505d14b41a6963b8112885414aa20df6a507406a] | committer: Hugo Beauzée-Luyssen mp4: Return an error if there are no attachments Instead of allocating an empty array for nothing > http://git.videolan.org/gitweb.

[vlc-commits] input: Add a missing #ifdef ENABLE_SOUT

2020-11-25 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Nov 24 10:22:38 2020 +0100| [4deb73b6f62ce8fe8dea84ab0b0a138b79af4550] | committer: Hugo Beauzée-Luyssen input: Add a missing #ifdef ENABLE_SOUT sout_instance_ControlsPace is not built nor provided by missing.c when building with --disable

[vlc-commits] missing: Fix sout_StreamChainNew prototype

2020-11-25 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Nov 24 10:21:57 2020 +0100| [285b6d53f821a66da6488339ed66ccac67015eba] | committer: Hugo Beauzée-Luyssen missing: Fix sout_StreamChainNew prototype > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] [Git][videolan/libvlcpp][master] 2 commits: CI: Bump unstable image

2020-11-19 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 983a8a2a by Hugo Beauzée-Luyssen at 2020-11-19T12:06:00+01:00 CI: Bump unstable image With the new attached image callback - - - - - ac373bfe by Hugo Beauzée-Luyssen at 2020-11-19T12:06:00+01:00 EventManager: Expose

[vlc-commits] lib: Expose a new libvlc_MediaAttachedThumbnailsFound event

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 18 14:54:41 2020 +0100| [235b7212bd0d98a46ae46711479aeb426fd5ce35] | committer: Hugo Beauzée-Luyssen lib: Expose a new libvlc_MediaAttachedThumbnailsFound event > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] input: Emit an event when new attachments are found

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 18 14:54:28 2020 +0100| [67f30f947d9518986500efc00d4f5eaf0e856090] | committer: Hugo Beauzée-Luyssen input: Emit an event when new attachments are found > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] input: Simplify AppendAttachment prototype

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 4 10:24:25 2020 +0100| [c98628509978d3c8fc028041c208108599bc68d9] | committer: Hugo Beauzée-Luyssen input: Simplify AppendAttachment prototype > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] lib: Add a minimal picture list API

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 13 11:05:32 2020 +0100| [34d7c2023a4a1fb5537b910eb03d1721f8a38138] | committer: Hugo Beauzée-Luyssen lib: Add a minimal picture list API > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34d7c2023a4a1fb5537b910eb03d1721f8a38

[vlc-commits] input: Fix missing mutex unlock on error path

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Nov 10 16:39:38 2020 +0100| [88306b2b7c0909f656e81c8b5947c3ed58e2b5c5] | committer: Hugo Beauzée-Luyssen input: Fix missing mutex unlock on error path > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] lib: Allow a picture to be constructed from an attachment

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 13 11:00:59 2020 +0100| [e181d84613725c52a3de902270e96beea6a16455] | committer: Hugo Beauzée-Luyssen lib: Allow a picture to be constructed from an attachment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] input: Remove now unused attachment_demux

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 4 13:26:19 2020 +0100| [ce2bf1200cb7e9191bbb5f23a3d277873d2302d8] | committer: Hugo Beauzée-Luyssen input: Remove now unused attachment_demux > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] input: Compare attachments themselves when updating them

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Nov 4 13:23:53 2020 +0100| [9f2ce559c11255af05ad9f72964c5ca8a99f486b] | committer: Hugo Beauzée-Luyssen input: Compare attachments themselves when updating them Since they are now refcounted, we can compare the pointers themselves instead of

[vlc-commits] mkv: Use input_attachment_t directly

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Nov 2 16:49:46 2020 +0100| [823e0b98e0d5586f2c82de63915fa3e7af5ccc78] | committer: Hugo Beauzée-Luyssen mkv: Use input_attachment_t directly So we can just hold them instead of performing a deep copy when they are fetched by the core > h

[vlc-commits] input: attachment: Add a private structure

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Oct 27 17:08:22 2020 +0100| [75dd9f9ea5cfc45efcc73d4b2025cce92f63594a] | committer: Hugo Beauzée-Luyssen input: attachment: Add a private structure which will hold the refcount in the next commit > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] mp4: Extract attachments upon first request

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Nov 3 14:33:30 2020 +0100| [0e9db4f7e603e88488f414b7ef44ba8c323f4df0] | committer: Hugo Beauzée-Luyssen mp4: Extract attachments upon first request Instead of each time DEMUX_GET_ATTACHMENT gets invoked > http://git.videolan.org/gitweb.

[vlc-commits] input: Refcount attachments

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Oct 27 17:14:28 2020 +0100| [165ccf2cdfb2db3c7a2a0ebe96ad43d5bbcd8632] | committer: Hugo Beauzée-Luyssen input: Refcount attachments Instead of performing a deep copy every time they are fetched > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] input: Move attachment functions in their own source file

2020-11-19 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Oct 27 16:49:46 2020 +0100| [d55a165d98ed3927c4591df84248abe81ff1aec1] | committer: Hugo Beauzée-Luyssen input: Move attachment functions in their own source file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] [Git][videolan/libvlcpp][master] 2 commits: Add README

2020-11-17 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: f22156b4 by Martin Finkel at 2020-11-17T10:13:44+01:00 Add README - - - - - a9c0f04a by Martin Finkel at 2020-11-17T10:13:44+01:00 improve readme - - - - - 1 changed file: - + README.md Changes

[vlc-commits] preparser: Don't ignore input_preparser_Push errors

2020-11-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 13 13:50:09 2020 +0100| [4278d5f815f01d384f99efb07616488105647a6d] | committer: Hugo Beauzée-Luyssen preparser: Don't ignore input_preparser_Push errors > http://git.videolan.org/gitweb.cgi/vlc.git/?a=

[vlc-commits] preparser: Fix null dereference in case of error

2020-11-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 13 13:34:38 2020 +0100| [fe437aba55b2dcf75fc43df526473db86e62749e] | committer: Hugo Beauzée-Luyssen preparser: Fix null dereference in case of error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] lib: media: Hold the media during the preparsing

2020-11-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 13 13:50:39 2020 +0100| [a708c988091d6bc770212f5deeaba45e2395f4b2] | committer: Hugo Beauzée-Luyssen lib: media: Hold the media during the preparsing This prevents a potential use after free if the caller releases the media before the

[vlc-commits] [Git][videolan/libvlcpp][master] Makefile.am: Properly link examples with libvlc

2020-11-06 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 6d7297fc by Hugo Beauzée-Luyssen at 2020-11-06T15:20:32+01:00 Makefile.am: Properly link examples with libvlc This fixes the build with gcc 10 - - - - - 1 changed file: - Makefile.am Changes

[vlc-commits] [Git][videolan/libvlcpp][master] Add CI configuration

2020-11-06 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 62b68f97 by Hugo Beauzée-Luyssen at 2020-11-06T15:17:04+01:00 Add CI configuration - - - - - 1 changed file: - + .gitlab-ci.yml Changes: = .gitlab-ci.yml

[vlc-commits] Bump vlcpp submodule

2020-10-30 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: master | Hugo Beauzée-Luyssen | Fri Oct 30 17:16:23 2020 +0100| [e4836e213df5f1a249b16c41dcaa7d12d73a0871] | committer: Hugo Beauzée-Luyssen Bump vlcpp submodule > https://code.videolan.org/videolan/npapi-vlc/commit/e4836e213df5f1a249b16c41dcaa7d12d73a0871 --- vlcpp

[vlc-commits] [Git][videolan/npapi-vlc][master] Bump vlcpp submodule

2020-10-30 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: e4836e21 by Hugo Beauzée-Luyssen at 2020-10-30T17:16:36+01:00 Bump vlcpp submodule - - - - - 1 changed file: - vlcpp Changes: = vlcpp

[vlc-commits] [Git][videolan/libvlcpp][master] EventManager: Don't expose ScrambledChanged on 4.0

2020-10-30 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 94ee174a by Hugo Beauzée-Luyssen at 2020-10-30T17:06:02+01:00 EventManager: Don't expose ScrambledChanged on 4.0 - - - - - 1 changed file: - vlcpp/EventManager.hpp Ch

[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] m3u: Expose playlist title

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

[vlc-commits] m3u: Expose playlist title

2020-09-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Sep 21 15:45:48 2020 +0200| [8f26c795b8329219acaad18a5d98a58678799f59] | committer: Hugo Beauzée-Luyssen m3u: Expose playlist title > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f26c795b8329219acaad18a5d98a58678799f59 --- modu

[vlc-commits] player: Update medialib states for stopped inputs

2020-09-18 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 17 14:32:15 2020 +0200| [42ff3d9040942ed339c19fe4fe24956a9119d906] | committer: Hugo Beauzée-Luyssen player: Update medialib states for stopped inputs This will also update the states for inputs that reach EOF, not only those that are

[vlc-commits] player: input: Store tracks presence in the ml struct

2020-09-18 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 17 16:15:54 2020 +0200| [d9a4f71a35d8b14a1f0596916e77d56db5db4bbe] | committer: Hugo Beauzée-Luyssen player: input: Store tracks presence in the ml struct In order to be able to probe the media type after it is stopped and its track

[vlc-commits] player: medialib: Fix leak on error

2020-09-18 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Sep 18 15:15:29 2020 +0200| [06b9f32242daa2679f0e666aba6ff0aac4771d2d] | committer: Hugo Beauzée-Luyssen player: medialib: Fix leak on error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06b9f32242daa2679f0e666aba6ff0aac4771

[vlc-commits] access: directory: Implement STREAM_GET_TYPE

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Sep 14 14:06:50 2020 +0200| [99f0bfa88947be7a053a2c66103a21dbe9c1470e] | committer: Hugo Beauzée-Luyssen access: directory: Implement STREAM_GET_TYPE > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] demux: directory: Forward DEMUX_GET_TYPE to the underlying access

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Sep 14 14:08:01 2020 +0200| [fe7d6b7abe92d97356341562c8d44cf16eacf2a0] | committer: Hugo Beauzée-Luyssen demux: directory: Forward DEMUX_GET_TYPE to the underlying access > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] dvdnav: Implement DEMUX_GET_TYPE

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 10 15:12:04 2020 +0200| [ec1e7d3cb2e1c41d9e1092a0f05f455bb9ea67df] | committer: Hugo Beauzée-Luyssen dvdnav: Implement DEMUX_GET_TYPE > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec1e7d3cb2e1c41d9e1092a0f05f455bb9ea6

[vlc-commits] modules: playlist: Use a dedicated control function

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 10 18:05:05 2020 +0200| [6fd5f6ead7be1df040e33d99f059e3dbc81b2097] | committer: Hugo Beauzée-Luyssen modules: playlist: Use a dedicated control function Which is just forwarding to the usual access_vaDirectoryControlHelper for now > h

[vlc-commits] dvdread: Implement DEMUX_GET_TYPE

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 10 18:08:27 2020 +0200| [b8ad5469c39bb08ac6fd0f9bae40eeb7521e8038] | committer: Hugo Beauzée-Luyssen dvdread: Implement DEMUX_GET_TYPE > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8ad5469c39bb08ac6fd0f9bae40eeb7521e8

[vlc-commits] access: fs.h: Remove unneeded common declaration

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Sep 14 14:03:17 2020 +0200| [f9fa60789dff825a0ca138994231e8f9e7f34ba7] | committer: Hugo Beauzée-Luyssen access: fs.h: Remove unneeded common declaration DirControl doesn't exist anymore and DirRead is only used from directory.c so it c

[vlc-commits] modules: playlist: Implement STREAM_GET_TYPE control query

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Sep 14 17:57:42 2020 +0200| [4d4ef12ace288f298beb2d0de81130b58a2d3548] | committer: Hugo Beauzée-Luyssen modules: playlist: Implement STREAM_GET_TYPE control query > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] bluray: Implement DEMUX_GET_TYPE

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 10 18:11:56 2020 +0200| [40063bc1b016a6bf191c6b9a1c5e636a02275db8] | committer: Hugo Beauzée-Luyssen bluray: Implement DEMUX_GET_TYPE > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40063bc1b016a6bf191c6b9a1c5e636a02275

[vlc-commits] vlc_stream: Allow fetching the underlying item type

2020-09-17 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Sep 10 15:11:21 2020 +0200| [9f2933fcd0f1d568ba75a0faf6fe5d48f0b86a34] | committer: Hugo Beauzée-Luyssen vlc_stream: Allow fetching the underlying item type > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] [Git][videolan/npapi-vlc][master] Use new track API

2020-09-16 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: 8e19a4f3 by Hugo Beauzée-Luyssen at 2020-09-16T10:27:50+02:00 Use new track API - - - - - 3 changed files: - activex/vlccontrol2.cpp - common/vlc_player.cpp - common/vlc_player.h Changes

[vlc-commits] Use new track API

2020-09-16 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: master | Hugo Beauzée-Luyssen | Wed Sep 16 10:27:50 2020 +0200| [8e19a4f3024ee4fc9f718bfccfb369a4de2fb205] | committer: Hugo Beauzée-Luyssen Use new track API > https://code.videolan.org/videolan/npapi-vlc/commit/8e19a4f3024ee4fc9f718bfccfb369a4de2fb205 --- acti

[vlc-commits] Bump vlcpp submodule

2020-09-15 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: master | Hugo Beauzée-Luyssen | Tue Sep 15 17:23:39 2020 +0200| [99aa6232d1b5f82791dd21a4e1359540a82e3eeb] | committer: Hugo Beauzée-Luyssen Bump vlcpp submodule > https://code.videolan.org/videolan/npapi-vlc/commit/99aa6232d1b5f82791dd21a4e1359540a82e3eeb --- vlcpp

[vlc-commits] [Git][videolan/npapi-vlc][master] Bump vlcpp submodule

2020-09-15 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: 99aa6232 by Hugo Beauzée-Luyssen at 2020-09-15T17:23:39+02:00 Bump vlcpp submodule - - - - - 1 changed file: - vlcpp Changes: = vlcpp

[vlc-commits] [Git][videolan/libvlcpp][master] 2 commits: MediaPlayer: Deprecate old tracks API

2020-09-15 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 14b14cd2 by Hugo Beauzée-Luyssen at 2020-09-15T16:36:20+02:00 MediaPlayer: Deprecate old tracks API - - - - - a756e5ac by Hugo Beauzée-Luyssen at 2020-09-15T16:42:52+02:00 MediaPlayer: Expose single track selection

[vlc-commits] vout: macos: Fix build

2020-09-15 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Sep 15 09:56:42 2020 +0200| [3b0f58d6ebd9493859c6669c2e1727b125d610bc] | committer: Hugo Beauzée-Luyssen vout: macos: Fix build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b0f58d6ebd9493859c6669c2e1727b125d610bc --- modu

[vlc-commits] httpd: Don't treat 0 bytes sent as a dead connection

2020-09-06 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Thu Jun 18 12:07:44 2020 +0200| [db395aad2d0b269268d97555a70f6467bd495295] | committer: Rémi Denis-Courmont httpd: Don't treat 0 bytes sent as a dead connection (cherry picked from commit f7e891e3984180cd79d48d4695d13b3f473f6e30) S

[vlc-commits] Revert "VLSub: Reorder LogIn parameters"

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 21 11:15:38 2020 +0200| [c18a89666343cf57aac0f64b6cb6bacfbb78db21] | committer: Pierre Ynard Revert "VLSub: Reorder LogIn parameters" This reverts commit 64b59282a6fdc8afe5d17086a5abbf8906d8e8e9. This was working by accident, th

[vlc-commits] medialib: Bump contrib & reflect API changes

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 14:43:38 2020 +0200| [fb68c410d5f52bbcf58557f1a72fa1146b6c6f01] | committer: Hugo Beauzée-Luyssen medialib: Bump contrib & reflect API changes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=c

[vlc-commits] medialib: Expose the thumbnails states

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 14:37:18 2020 +0200| [452897761d023b7d5cf37bf582b48ccb62f0fa74] | committer: Hugo Beauzée-Luyssen medialib: Expose the thumbnails states This allows the UI not to ask for a thumbnail generation if the previous one lead to a crash, or if

[vlc-commits] audio output: Don't inherit "mute"

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 11:36:30 2020 +0200| [8c31959c4c69de6e80012c0b3a5d7ecd64f35a86] | committer: Hugo Beauzée-Luyssen audio output: Don't inherit "mute" Since this variable is not created as part of any module, creating it with this fla

[vlc-commits] medialib: fs: device: Fix device removal

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Aug 20 17:17:35 2020 +0200| [dd497fd44bd23d5449222b36432a5ed5ae738a5a] | committer: Hugo Beauzée-Luyssen medialib: fs: device: Fix device removal It was lacking the same terminal '/' appending we do when a device gets added, causing

[vlc-commits] medialib: Use a dedicated verbosity setting

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 15:56:40 2020 +0200| [d9dc71bc94dd04cd8eead46f8f0149c605737404] | committer: Hugo Beauzée-Luyssen medialib: Use a dedicated verbosity setting > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] medialib: fs: Return the full directory content

2020-08-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Jul 1 15:28:14 2020 +0200| [4b0131c2a1008b3b1f27e50b72822261907ca6f3] | committer: Hugo Beauzée-Luyssen medialib: fs: Return the full directory content Don't ignore hidden files (since we are interested in .nomedia files) and let the

[vlc-commits] lua: README: Add renderer discovery documentation

2020-08-21 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Aug 19 10:46:13 2020 +0200| [062edb354454161e431cb50e87e79e439968a2c4] | committer: Hugo Beauzée-Luyssen lua: README: Add renderer discovery documentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] lua: http: Expose renderers

2020-08-21 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon May 25 15:22:43 2020 +0200| [6ebe5a7ba1ad4701d6630cab47cf6e3d18cc4456] | committer: Hugo Beauzée-Luyssen lua: http: Expose renderers > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ebe5a7ba1ad4701d6630cab47cf6e3d18cc4456 --- sh

[vlc-commits] qt: Fix make distcheck

2020-08-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Aug 12 14:10:29 2020 +0200| [83b2d6f496d1df23d6729632af4c5a35e06b02da] | committer: Hugo Beauzée-Luyssen qt: Fix make distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83b2d6f496d1df23d6729632af4c5a35e06b02da --- modules/

[vlc-commits] [Git][videolan/npapi-vlc][master] Fix build after libvlc/libvlcpp change

2020-07-23 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: 851d78c4 by Martin Finkel at 2020-07-22T15:40:43+02:00 Fix build after libvlc/libvlcpp change vlc_player.cpp:43:17: error: no matching conversion for functional-style cast from 'VLC::Instance

[vlc-commits] [Git][videolan/npapi-vlc][master] Bump vlcpp submodule

2020-07-21 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC Browser Plugins Commits: bc64f095 by Hugo Beauzée-Luyssen at 2020-07-21T09:09:52+02:00 Bump vlcpp submodule - - - - - 1 changed file: - vlcpp Changes: = vlcpp

[vlc-commits] Bump vlcpp submodule

2020-07-21 Thread Hugo Beauzée-Luyssen
npapi-vlc | branch: master | Hugo Beauzée-Luyssen | Tue Jul 21 09:09:52 2020 +0200| [bc64f095c77cd002ed2fa2845262dd8a8c97d966] | committer: Hugo Beauzée-Luyssen Bump vlcpp submodule > https://code.videolan.org/videolan/npapi-vlc/commit/bc64f095c77cd002ed2fa2845262dd8a8c97d966 --- vlcpp

[vlc-commits] [Git][videolan/libvlcpp][master] MediaList: Don't expose a removed constructor

2020-07-20 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: cc5c0531 by Hugo Beauzée-Luyssen at 2020-07-20T09:28:34+02:00 MediaList: Don't expose a removed constructor - - - - - 1 changed file: - vlcpp/MediaList.hpp Changes: =

[vlc-commits] microdns: Include the model in the item name

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 16:02:31 2020 +0200| [dd42cbe65db17f2a2e39a273a8a9a0b0fd9a06ac] | committer: Hugo Beauzée-Luyssen microdns: Include the model in the item name This can help differenciate devices with similar names and matches bonjour's behavior &

[vlc-commits] microdns: Regroup chromecast TXT records analysis

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 15:24:09 2020 +0200| [a4f3522fc48ab14f4606a15e0d86817317992c26] | committer: Hugo Beauzée-Luyssen microdns: Regroup chromecast TXT records analysis While the md= and ic= where not specific to chromecast but to any renderers, chromecast

[vlc-commits] microdns: Split srv cleanup in a separate function

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 15:21:19 2020 +0200| [72ec520ef19b0e0df1dc4a3502c347bf1ea8d05b] | committer: Hugo Beauzée-Luyssen microdns: Split srv cleanup in a separate function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] avahi: Include the model in the friendly name

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 17:01:09 2020 +0200| [e3ef1a22532a1d9ebe183c6c21c691e17d65cf19] | committer: Hugo Beauzée-Luyssen avahi: Include the model in the friendly name Since it helps differenciate amongs devices and matches what bonjour & microdns are d

[vlc-commits] avahi: Split string list value extraction in a separate function

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 16:26:46 2020 +0200| [0eec6a86808dfec7cb046ce18735ab03259702df] | committer: Hugo Beauzée-Luyssen avahi: Split string list value extraction in a separate function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] microdns: Regroup renderer specific fields

2020-06-29 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Jun 26 15:28:53 2020 +0200| [28fe5ec1dd0524d6832365acfaa9c5e5d175fdf0] | committer: Hugo Beauzée-Luyssen microdns: Regroup renderer specific fields > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] contrib: nettle: Bump verison to 3.4.1

2020-06-26 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 13 11:53:40 2019 +0100| [8ba46a25a50a295dccc305b504f221f1161f4d52] | committer: Steve Lhomme contrib: nettle: Bump verison to 3.4.1 (cherry picked from commit f754a71f7a26ba039aeaa715a96b939c1f726bf8) Signed-off-by: Steve Lhomme

[vlc-commits] contrib: Bump gnutls to 3.6.6

2020-06-26 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 13 14:42:39 2019 +0100| [482f306a525a8d2d94482ec554040a2c9816ba69] | committer: Steve Lhomme contrib: Bump gnutls to 3.6.6 And drop upstreamed or now unrequired patches (cherry picked from commit

[vlc-commits] contrib: gnutls: Remove unneeded patch

2020-06-26 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Mon Dec 10 17:34:28 2018 +0100| [3160c818b298774319aef841591ef8c1c5f2d6f2] | committer: Steve Lhomme contrib: gnutls: Remove unneeded patch SIZE_MAX is in stdint.h, which is already included (cherry picked from commit

[vlc-commits] [Git][videolan/libvlcpp][master] Media: Fix use after free

2020-06-25 Thread Hugo Beauzée-Luyssen
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 012ad611 by Hugo Beauzée-Luyssen at 2020-06-25T17:29:20+02:00 Media: Fix use after free - - - - - 1 changed file: - vlcpp/structures.hpp Changes: = vlcpp/structures.hpp

[vlc-commits] medialib: Add bookmark support

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Mar 11 12:22:17 2020 +0100| [7cbdb33cce3f3a59562e0e042b3b93c9fda407ab] | committer: Hugo Beauzée-Luyssen medialib: Add bookmark support > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7cbdb33cce3f3a59562e0e042b3b93c9fda40

[vlc-commits] qt: Reintroduce the bookmark dialog

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Mar 13 10:59:27 2020 +0100| [61f2dedfae463443e88399fb90caac355e4b030f] | committer: Hugo Beauzée-Luyssen qt: Reintroduce the bookmark dialog > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=61f2dedfae463443e88399fb90caac355e4b0

[vlc-commits] qt: medialibrary: Move MsToString helper to mlhelper

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Mar 12 13:51:08 2020 +0100| [65bcc592852f3b616137571fd567e559a86eacdc] | committer: Hugo Beauzée-Luyssen qt: medialibrary: Move MsToString helper to mlhelper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] libvlc: Let the media source provider outlive the media library

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Oct 28 16:09:02 2019 +0100| [c3cc9c9eb0d85aaec1d2d45f5bab04bb8c949d46] | committer: Hugo Beauzée-Luyssen libvlc: Let the media source provider outlive the media library In order for the media library to be able to use it > h

[vlc-commits] httpd: Don't treat 0 bytes sent as a dead connection

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Jun 18 12:07:44 2020 +0200| [f7e891e3984180cd79d48d4695d13b3f473f6e30] | committer: Hugo Beauzée-Luyssen httpd: Don't treat 0 bytes sent as a dead connection > http://git.videolan.org/gitweb.cgi/vlc.git/?a=

[vlc-commits] qt: medialib: Add a bookmark model

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Mar 12 16:08:51 2020 +0100| [1ce920b3dfb11a8c4df1dc9a64800ba9986f6903] | committer: Hugo Beauzée-Luyssen qt: medialib: Add a bookmark model > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ce920b3dfb11a8c4df1dc9a64800ba9986f6

[vlc-commits] cxx helpers: Add an url helper

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Mar 3 09:42:50 2020 +0100| [1b64ac0e2ea5662e2bff93021d926091965c9720] | committer: Hugo Beauzée-Luyssen cxx helpers: Add an url helper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b64ac0e2ea5662e2bff93021d926091965c9

[vlc-commits] medialib: Bump contrib version & adapt to API changes

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Mar 2 15:52:50 2020 +0100| [c287ab86034daf98d8b3a2459326dbb9c272319e] | committer: Hugo Beauzée-Luyssen medialib: Bump contrib version & adapt to API changes This moves the network device management in a specific IDeviceLister implementa

[vlc-commits] lib: media: Add thumbnail function documentation

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Mar 9 14:52:32 2020 +0100| [ee857aaf4b1ddc8a83096fa5832c636e844453d7] | committer: Hugo Beauzée-Luyssen lib: media: Add thumbnail function documentation Regarding the resulting thumbnail size > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] medialib: Move media related listing in a specific function

2020-06-22 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Mar 13 09:47:17 2020 +0100| [3e4307ef7868e351dac8acc8b54e7f30b0a533a0] | committer: Hugo Beauzée-Luyssen medialib: Move media related listing in a specific function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] contribs: gcrypt: Only turn gcrypt into a git repository

2020-06-20 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Thu Dec 28 12:09:51 2017 +0100| [61bd0aff7099f57927a03243fd99d8ef1621efc8] | committer: Martin Storsjö contribs: gcrypt: Only turn gcrypt into a git repository (cherry picked from commit 09084b506f65952e11716c6965ad9c252dbd9eca) Signed

[vlc-commits] contrib: taglib: Allow user defined resolvers to be used with IOStream

2020-06-19 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Mon Mar 18 16:06:11 2019 +0100| [ef08d4a3dafd8c52747ff19be2a71058f6aa0c3d] | committer: Steve Lhomme contrib: taglib: Allow user defined resolvers to be used with IOStream (cherry picked from commit 3bc64db0d94c3262ab75a66a9d60c9a36876808a

[vlc-commits] contrib: bootstrap: Use python3

2020-06-18 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Tue Jul 2 11:08:24 2019 +0200| [0facb304f20a7c6374cecf4ebcccaa9d2899d8b1] | committer: Steve Lhomme contrib: bootstrap: Use python3 (cherry picked from commit 3b17f4734c1c3e005f071d0dee879c735919cba6) Signed-off-by: Steve Lhomme > h

[vlc-commits] win32: build.sh: Accept aarch64 as a platform

2020-06-18 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Dec 12 16:19:49 2018 +0100| [6bf8365b95f97752eef49ea981a4adcbb7357143] | committer: Steve Lhomme win32: build.sh: Accept aarch64 as a platform (cherry picked from commit 3bb568bea7c6a733aecfdc1815b474751f57d2d0) Signed-off-by: Steve

<    1   2   3   4   5   6   7   8   9   10   >