[vlc-commits] Makefile.am: mmal: remove recursive Makefile target

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:55 2021 +0100| [4ef3f338ee382f8a897d6f1669605d14b99b656b] | committer: Alexandre Janniaux Makefile.am: mmal: remove recursive Makefile target Sort of revert 1d2b56c68bbc3287e17f6140bdf8c8c3efe08fdc but it actually finish the work

[vlc-commits] mmal: Makefile.am: fix mmal plugin definition

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:52 2021 +0100| [38db98d6ceb14f970d6b4bb965408fde04c39552] | committer: Alexandre Janniaux mmal: Makefile.am: fix mmal plugin definition Use only the MMAL_CFLAGS/MMAL_LIBS instead of sharing the flags of a non-existant plugin. In

[vlc-commits] package: raspberry: remove set -x

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Jan 9 10:43:15 2021 +0100| [ded741dd0388a460a9bf028ef82a77daef48ad3d] | committer: Alexandre Janniaux package: raspberry: remove set -x > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ded741dd0388a460a9bf028ef82a77daef48ad3d ---

[vlc-commits] configure.ac: fix mmal CFLAGS/LDFLAGS definition

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:51 2021 +0100| [d9552fa0ba5eb0d9ff2473f07bc723d94c710b2a] | committer: Alexandre Janniaux configure.ac: fix mmal CFLAGS/LDFLAGS definition The MMAL_CFLAGS / MMAL_LIBS will be used in the Makefile.am instead of the plugin defined

[vlc-commits] mmal: fix typo

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Jan 9 10:43:00 2021 +0100| [b448334861dcd74e45a5230b0b0b37aba0335bc5] | committer: Alexandre Janniaux mmal: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b448334861dcd74e45a5230b0b0b37aba0335bc5 --- modules/hw/mmal/codec.c

[vlc-commits] configure.ac: remove previous mmal virtual plugin

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:53 2021 +0100| [8e3b8b91b032d302a583c996a57a85fb7a870a98] | committer: Alexandre Janniaux configure.ac: remove previous mmal virtual plugin The plugin's values are not used anymore. >

[vlc-commits] mmal: Makefile.am: use convenience library for mmal

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:54 2021 +0100| [1fdebc28dc83a55c5d3d0f6048bec6c7e37a8130] | committer: Alexandre Janniaux mmal: Makefile.am: use convenience library for mmal The convenience library factors the mmal libs and the object between the different

[vlc-commits] nvdec: Makefile.am: remove redundant LDFLAGS definition

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:56 2021 +0100| [c5181b2187f13373d09fc9f0f9dad53fa9f5ac8a] | committer: Alexandre Janniaux nvdec: Makefile.am: remove redundant LDFLAGS definition Without conditional activation of the plugins through autoconf, -rpath is always

[vlc-commits] nvdec: Makefile.am: move nvdec plugin into nvdecdir

2021-03-15 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sat Mar 13 18:07:57 2021 +0100| [931ec8b2de2c8be30ad272157da462afbbf35634] | committer: Alexandre Janniaux nvdec: Makefile.am: move nvdec plugin into nvdecdir Like all other hw plugins. >

[vlc-commits] contrib: nfs: Patch win32_compat.h to not override snprintf

2021-03-15 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Sat Mar 13 13:06:49 2021 +0200| [970248c1e409b1fef0d8f50f97de6259c6f849a6] | committer: Martin Storsjö contrib: nfs: Patch win32_compat.h to not override snprintf Mingw toolchains always provide snprintf, and modern MSVC versions do too. The define of

[vlc-commits] qml: Create TableViewDelegate

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:54 2021 +0100| [c25a9c20ad44bed618d6df415d3ce9bb7dfb55f6] | committer: Pierre Lamot qml: Create TableViewDelegate Signed-off-by: Pierre Lamot >

[vlc-commits] qml: Create PlaylistMediaDelegate

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:55 2021 +0100| [48e2a0ee2e1515cad54a4498ef6a4ff3bc4ae65f] | committer: Pierre Lamot qml: Create PlaylistMediaDelegate Signed-off-by: Pierre Lamot >

[vlc-commits] qml: Update the drag and drop implementation

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:56 2021 +0100| [b2708155160e31287fd63b93dfde384ff6743519] | committer: Pierre Lamot qml: Update the drag and drop implementation qml/DragItem: Add the 'getSelectedInputItem' function Signed-off-by: Pierre Lamot >

[vlc-commits] qml/PlaylistMedia: Add drag and drop support

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:57 2021 +0100| [2cf1d87ea4f287b5f6a1b2838ab23852f12100de] | committer: Pierre Lamot qml/PlaylistMedia: Add drag and drop support Signed-off-by: Pierre Lamot >

[vlc-commits] qt: Create QmlInputItem

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:46 2021 +0100| [178513621bcbeb59b38a42b3c4ad51a186caa834] | committer: Pierre Lamot qt: Create QmlInputItem Signed-off-by: Pierre Lamot > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=178513621bcbeb59b38a42b3c4ad51a186caa834

[vlc-commits] qt/playlist_controller: Add the 'insert' function

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:49 2021 +0100| [cd305426edd043c758e18ea261656a6edc74c6c2] | committer: Pierre Lamot qt/playlist_controller: Add the 'insert' function Signed-off-by: Pierre Lamot >

[vlc-commits] qt/mlplaylistmodel: Add insert, move and remove support

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:47 2021 +0100| [4bad61cb5d98e0e1692cf0f8b4b6a36075f8797a] | committer: Pierre Lamot qt/mlplaylistmodel: Add insert, move and remove support Signed-off-by: Pierre Lamot >

[vlc-commits] qt/mlbasemodel: Add the 'getItemsForIndexes' function

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:50 2021 +0100| [539f902507759765a485f8c48c3fe53c63e7b3ac] | committer: Pierre Lamot qt/mlbasemodel: Add the 'getItemsForIndexes' function And update the implementation Signed-off-by: Pierre Lamot >

[vlc-commits] qt/playlist_model: Add the 'getItemsForIndexes' function

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:51 2021 +0100| [c869a60d0340f8ad9b3cb1738381d2b80a062a9f] | committer: Pierre Lamot qt/playlist_model: Add the 'getItemsForIndexes' function Signed-off-by: Pierre Lamot >

[vlc-commits] qt/network*: Add the 'getItemsForIndexes' function

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:52 2021 +0100| [fa9868a48ed60c68e5c665db4e1fc32bdb2dcd05] | committer: Pierre Lamot qt/network*: Add the 'getItemsForIndexes' function Signed-off-by: Pierre Lamot >

[vlc-commits] qml/KeyNavigableTableView: Add 'delegate' and 'contentY' aliases

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:53 2021 +0100| [2fee3454ed8667de414fb776a3cfa57ee2c3a8b4] | committer: Pierre Lamot qml/KeyNavigableTableView: Add 'delegate' and 'contentY' aliases Signed-off-by: Pierre Lamot >

[vlc-commits] qml/PlaylistMediaDisplay: Cancel drag when resetting the model

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:58 2021 +0100| [95a3b074637b388f6e5b6426e312629becc7a591] | committer: Pierre Lamot qml/PlaylistMediaDisplay: Cancel drag when resetting the model Signed-off-by: Pierre Lamot >

[vlc-commits] qml/PlaylistMediaDisplay: Add keyboard delete support

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:59 2021 +0100| [b222021d54ddad7754823e7979e7b29346fe4b31] | committer: Pierre Lamot qml/PlaylistMediaDisplay: Add keyboard delete support Signed-off-by: Pierre Lamot >

[vlc-commits] qt/PlaylistMediaContextMenu: Add 'Remove Selected' action

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:48 2021 +0100| [f474d6e0e6ae6a1ec93f736e46fd0e5627f5b2b4] | committer: Pierre Lamot qt/PlaylistMediaContextMenu: Add 'Remove Selected' action Signed-off-by: Pierre Lamot >

[vlc-commits] medialibrary: Add playlist insert, move and remove

2021-03-15 Thread Benjamin Arnaud
vlc | branch: master | Benjamin Arnaud | Thu Mar 11 10:16:45 2021 +0100| [5a5b2836a2bdc9e5d6e235554a8efd1991b18ab8] | committer: Pierre Lamot medialibrary: Add playlist insert, move and remove Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow different layouts in TopBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 10 18:41:08 2021 +0530| [4405b2bc559b2df593b8bcd0a05e0f61a2e44ff6] | committer: Pierre Lamot qml: allow different layouts in TopBar Signed-off-by: Pierre Lamot >

[vlc-commits] smb2: print connected ipaddr

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:44:49 2021 +0100| [132e9057dc2d4afe2255c43852eda8e1d23008e4] | committer: Thomas Guillem smb2: print connected ipaddr (cherry picked from commit 63329029a150f412b7a10b1ebd1fd40cdad847c0) Signed-off-by: Thomas Guillem >

[vlc-commits] smb2: always include arpa/inet.h

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:33:54 2021 +0100| [a6ec6bef8a31f35d4a62ccffdf15530abb03674c] | committer: Thomas Guillem smb2: always include arpa/inet.h Since it will be needed by the next commit. (cherry picked from commit

[vlc-commits] smb2: always print the encoded url in the dialog

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:43:45 2021 +0100| [b91a5da35927f442551c829cfecafe0faa6a0147] | committer: Thomas Guillem smb2: always print the encoded url in the dialog (cherry picked from commit ebcfc500f5a6f1bd4c719013fe55e997ef09ac72) Signed-off-by: Thomas

[vlc-commits] contrib: smb2: update to master

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:32:25 2021 +0100| [5f862d1dba5da899f1543aeabb93e3e1a35c3c09] | committer: Thomas Guillem contrib: smb2: update to master Fixes login/signatures issues and add happy eyeballs support. (cherry picked from commit

[vlc-commits] smb2: use INET_ADDRSTRLEN directly

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:43:09 2021 +0100| [12492c1142497b87c492718f405f6a14af3f51ea] | committer: Thomas Guillem smb2: use INET_ADDRSTRLEN directly (cherry picked from commit c26c7de515f5e0622101d26cf6faf59daab8c66f) Signed-off-by: Thomas Guillem >

[vlc-commits] contrib: nfs: update to 4.0.0

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 16:20:02 2021 +0100| [bf7e992a1ee01acbed47baaec6dee4c55b0730a0] | committer: Thomas Guillem contrib: nfs: update to 4.0.0 Many bug and crash fixes, and add NFSv4 support. (cherry picked from commit

[vlc-commits] smb2: use smb2_get_fds

2021-03-15 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 2 15:44:24 2021 +0100| [e44f69983a408df2bbc7d614f7ffe912e644c6b6] | committer: Thomas Guillem smb2: use smb2_get_fds This API allow to connect to all resolved addresses and ports in parallel, waiting 100ms between each new connection.

[vlc-commits] contrib: nfs: Patch win32_compat.h to not override snprintf

2021-03-15 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Sat Mar 13 13:06:49 2021 +0200| [9f83cc7e96cfc4e33f613f13dd65ae14226dc34e] | committer: Thomas Guillem contrib: nfs: Patch win32_compat.h to not override snprintf Mingw toolchains always provide snprintf, and modern MSVC versions do too. The

[vlc-commits] qml: allow different positioning of text in ControlBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Feb 5 20:41:20 2021 +0530| [e447d823d6ca77daab8b382120995c1f119e8420] | committer: Pierre Lamot qml: allow different positioning of text in ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add autoHide management inside Player widget

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Feb 8 19:16:55 2021 +0530| [4a1467e45891e68eea85eb57877ce0dd7fa823b1] | committer: Pierre Lamot qml: add autoHide management inside Player widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: refactor different possible backgrounds of control bar in one place

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 4 22:29:56 2021 +0530| [ac09cc9fc18a66fb73b46e0c8abc31d6d8163937] | committer: Pierre Lamot qml: refactor different possible backgrounds of control bar in one place Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove autoHide from ControlBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Feb 8 20:02:06 2021 +0530| [4f60ee4bdb5f381428fd19d2694feff05457b643] | committer: Pierre Lamot qml: remove autoHide from ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove redundant container element

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 4 23:06:28 2021 +0530| [3e4622aa8b60e8aa03c1f57d9e3b7f695e6d1a8d] | committer: Pierre Lamot qml: remove redundant container element Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove isMiniPlayer property

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Feb 9 18:53:04 2021 +0530| [dfae6fd20883f32ef3d0d94186d007e7633b7021] | committer: Pierre Lamot qml: remove isMiniPlayer property Signed-off-by: Pierre Lamot >

[vlc-commits] qml: make controlbarview more hightlighted

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 4 21:11:25 2021 +0530| [ca670260555e13e2e8cd04ea3c35e933d747357b] | committer: Pierre Lamot qml: make controlbarview more hightlighted Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow to change configs in ControlBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Feb 8 21:10:55 2021 +0530| [b22cbb607f5c429cca31f327100fb839ca501879] | committer: Pierre Lamot qml: allow to change configs in ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow changing slider properties in ControlBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Feb 9 19:21:32 2021 +0530| [5695d297379afcf41204fb54d2eafcb85b31774c] | committer: Pierre Lamot qml: allow changing slider properties in ControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qt: fix possible invalid access in PlayerControlBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 10 20:22:33 2021 +0530| [db2ccc02a6b93ee0eeb4be147b1cc1af7f5ed97f] | committer: Pierre Lamot qt: fix possible invalid access in PlayerControlBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: allow pinning controls in Player widget

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 11 22:51:24 2021 +0530| [2bd6cb78fe91e255426145e447ecc515a13c3550] | committer: Pierre Lamot qml: allow pinning controls in Player widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add pinVideoControls setting in maininterface

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 18 20:25:06 2021 +0530| [de19782c209286fb2950e2c43f774c84b46a552d] | committer: Pierre Lamot qml: add pinVideoControls setting in maininterface Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove unused function calls and properties

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 4 19:31:38 2021 +0530| [42b9fd93fdb41da12174031126928d25ee0a64aa] | committer: Pierre Lamot qml: remove unused function calls and properties Signed-off-by: Pierre Lamot >

[vlc-commits] qml: rearrange items in Player widget in their z order

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 3 21:39:09 2021 +0530| [0b8f34c036a8e236e4be3aef7cb238b89e763539] | committer: Pierre Lamot qml: rearrange items in Player widget in their z order Signed-off-by: Pierre Lamot >

[vlc-commits] qml: break main layout of Player widget

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 3 22:27:23 2021 +0530| [957e6220ac2ba59bb25b2305fbc0b994dc3fe32d] | committer: Pierre Lamot qml: break main layout of Player widget some object needs to overlap other items conditionally, using a main layout makes this difficult Signed-off-by:

[vlc-commits] qml: simplify scaling of center content in PlayerWidget

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 4 20:44:34 2021 +0530| [d47dc103a97df02f6838744a4a660355c98dd5b3] | committer: Pierre Lamot qml: simplify scaling of center content in PlayerWidget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: move CSD and playlist controls of Player in TopBar widget

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Feb 3 23:00:44 2021 +0530| [71afe6386e723709392c10f171dcc45789f36b5f] | committer: Pierre Lamot qml: move CSD and playlist controls of Player in TopBar widget Signed-off-by: Pierre Lamot >

[vlc-commits] qml: appropriately set mipmap on Player cover to reduce noise

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Fri Feb 5 17:50:50 2021 +0530| [0b3945510995e112ed7f5386abaca5f03c8ae9c2] | committer: Pierre Lamot qml: appropriately set mipmap on Player cover to reduce noise Signed-off-by: Pierre Lamot >

[vlc-commits] qt: add setting to change maininterface.pinVideoControls from preferences

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Feb 18 22:02:01 2021 +0530| [b1880e1bdabd475735c5384adcf9986dc2490d14] | committer: Pierre Lamot qt: add setting to change maininterface.pinVideoControls from preferences Signed-off-by: Pierre Lamot >

[vlc-commits] qml: use ControlBar widget in MiniPlayer

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Tue Feb 9 19:21:47 2021 +0530| [de1f6f77d7eb17131121bf39967d5c9abd3e8cc3] | committer: Pierre Lamot qml: use ControlBar widget in MiniPlayer Signed-off-by: Pierre Lamot >

[vlc-commits] qml: add CSD decorations to ResumeDialog

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Mar 10 21:06:02 2021 +0530| [79b4f5290d921557151e013945f478458e16b88a] | committer: Pierre Lamot qml: add CSD decorations to ResumeDialog ResumeDialog hides TopBar so need to provide placeholder CSD decorations Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove redundant application margins in subcomponents of TopBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Wed Mar 10 20:30:40 2021 +0530| [08cb835197fd0a3acd6f2402ba42e6d70ebf6802] | committer: Pierre Lamot qml: remove redundant application margins in subcomponents of TopBar Signed-off-by: Pierre Lamot >

[vlc-commits] qml: use Label type for text in ResumeDialog

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Thu Mar 11 15:02:32 2021 +0530| [de9d4165a58f5b9981e0da25627d4438569106f1] | committer: Pierre Lamot qml: use Label type for text in ResumeDialog Signed-off-by: Pierre Lamot >

[vlc-commits] qml: remove autoHide from TopBar

2021-03-15 Thread Prince Gupta
vlc | branch: master | Prince Gupta | Mon Feb 8 19:36:35 2021 +0530| [1de41eb7d687901994e36692cef3dd3125172382] | committer: Pierre Lamot qml: remove autoHide from TopBar Signed-off-by: Pierre Lamot >

[vlc-commits] v4l2: limit PTS delay

2021-03-15 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Mar 15 18:59:25 2021 +0200| [9e15fb2864a5f74062b793a2718d194df96d3a43] | committer: Rémi Denis-Courmont v4l2: limit PTS delay There really is no point having the PTS delay over the frame interval; it just adds unnecessary latency. This should

[vlc-commits] xdg-shell: acknowledge size change timely (fixes #25112)

2021-03-15 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 9 19:03:59 2021 +0200| [4c46e884eeb68022fec7c0c77e7f708761e561be] | committer: Rémi Denis-Courmont xdg-shell: acknowledge size change timely (fixes #25112) >

[vlc-commits] vout: add a resize acknowledgement callback

2021-03-15 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 9 18:39:56 2021 +0200| [919ba1c9d3f66bda7b737824f87651ad9014d72c] | committer: Rémi Denis-Courmont vout: add a resize acknowledgement callback For perfect rendering synchronisation, the change of window size must be acknowledged after the

[vlc-commits] demux: adaptive: improve stream buffer debugging

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Mar 11 10:52:40 2021 +0100| [20bb1529cd74ce63b7506a8634cb9313159935c1] | committer: Francois Cartegnie demux: adaptive: improve stream buffer debugging >

[vlc-commits] demux: adaptive: split chunk computation & processing

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 15 21:14:56 2021 +0100| [cfdfa43bab1a358bb8d592c7053fb230dfa83f1f] | committer: Francois Cartegnie demux: adaptive: split chunk computation & processing >

[vlc-commits] demux: adaptive: detect format change by from segmentchunk

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun Mar 14 20:14:07 2021 +0100| [126cb62893a177916d4c863da89252edf4e7c75a] | committer: Francois Cartegnie demux: adaptive: detect format change by from segmentchunk >

[vlc-commits] demux: adaptive: remove MimeDemuxer

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 15 17:53:35 2021 +0100| [b9f4904d44e9a8971cbd5b66a6610f4da7286cd6] | committer: Francois Cartegnie demux: adaptive: remove MimeDemuxer > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9f4904d44e9a8971cbd5b66a6610f4da7286cd6 ---

[vlc-commits] demux: avformat: fix IORead EOF value

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Mar 11 20:22:40 2021 +0100| [b7c97da03be864d20713054d52eddfb9d93773bb] | committer: Francois Cartegnie demux: avformat: fix IORead EOF value > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7c97da03be864d20713054d52eddfb9d93773bb ---

[vlc-commits] demux: avformat: use VLC_DEMUXER_ defines

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Mar 11 20:09:29 2021 +0100| [4e40b466f9ca90152dce3943e71fbe61a3d1b35c] | committer: Francois Cartegnie demux: avformat: use VLC_DEMUXER_ defines > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e40b466f9ca90152dce3943e71fbe61a3d1b35c

[vlc-commits] demux: adaptive: make chunk data probe able

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Mar 12 12:10:03 2021 +0100| [ddfbcedb00fabbae5716121804166658dc0e2767] | committer: Francois Cartegnie demux: adaptive: make chunk data probe able > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ddfbcedb00fabbae5716121804166658dc0e2767

[vlc-commits] demux: adaptive: add common chunk/chunk source interface

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Mar 12 10:11:10 2021 +0100| [51293726f526342aa9805b292a3dfceb32e84003] | committer: Francois Cartegnie demux: adaptive: add common chunk/chunk source interface >

[vlc-commits] demux: adaptive: remove streams/source ContentType propagation

2021-03-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 15 17:57:11 2021 +0100| [cf71d9197fce6a7a1e160e66d9dc6f68c64638fa] | committer: Francois Cartegnie demux: adaptive: remove streams/source ContentType propagation >