[vlc-commits] contrib: gcrypt: avoid building if already available

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jan 9 00:47:47 2020 +0100| [178ee3c0444580fe2a04e1be0e6312986d2fc942] | committer: Thomas Guillem contrib: gcrypt: avoid building if already available Signed-off-by: Thomas Guillem >

[vlc-commits] qt: info_panels: replace deprecated QString::sprintf

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Sun Jan 19 16:39:05 2020 +0100| [50d57469219f82981856a18a2698cf349e9b951c] | committer: Thomas Guillem qt: info_panels: replace deprecated QString::sprintf QString::sprintf is deprecated in Qt 5.14, so use QString::setNum instead. As we always use

[vlc-commits] qt: networkmediamodel: execute media_tree callback in Qt thread

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jan 17 15:30:55 2020 +0100| [86f76284521c4fce03c18b53b00853bd5519a873] | committer: Thomas Guillem qt: networkmediamodel: execute media_tree callback in Qt thread Delegate media_tree callback handling to the Qt thread, so that

[vlc-commits] vout: ios: use VLC_OBJECT when needed

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Dec 6 19:37:34 2019 +0100| [fb6233ce0f9dccd689d0519548b9c3f24edf37b6] | committer: Thomas Guillem vout: ios: use VLC_OBJECT when needed Signed-off-by: Thomas Guillem >

[vlc-commits] contrib: gpg-error: avoid building if already available

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jan 9 00:27:51 2020 +0100| [56502f53d695da67cdeebfb4a9a3c15783a3b39a] | committer: Thomas Guillem contrib: gpg-error: avoid building if already available Signed-off-by: Thomas Guillem >

[vlc-commits] qt: networkmediamodel: use make_unique for unique_ptr

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jan 17 15:30:51 2020 +0100| [34f58236e5510ab4d06533bb4289427f6215461d] | committer: Thomas Guillem qt: networkmediamodel: use make_unique for unique_ptr Signed-off-by: Thomas Guillem >

[vlc-commits] qt: networkmediamodel: use InputItemPtr wrapper for input_item

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jan 17 15:30:52 2020 +0100| [2addd045ce655e98ba2f5bc564b6a521a9bf5a35] | committer: Thomas Guillem qt: networkmediamodel: use InputItemPtr wrapper for input_item Signed-off-by: Thomas Guillem >

[vlc-commits] qt: replace deprecated qVariantFromValue by QVariant::fromValue

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jan 9 00:56:34 2020 +0100| [f8aa7058fab0452024a0b769f549d9e663a9cde8] | committer: Thomas Guillem qt: replace deprecated qVariantFromValue by QVariant::fromValue They are warned as obsolete in Qt 5.14, and were historic workaround for MSVC

[vlc-commits] vout: ios: remove useless glFlush

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Dec 6 19:38:56 2019 +0100| [807341b2f149c713f842798809bc5bc23161c253] | committer: Thomas Guillem vout: ios: remove useless glFlush glFlush send batched command from the CPU-side client to the GPU and thus creates more commands, while glFinish

[vlc-commits] contrib: mysofa: fix need_pkg package name

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Thu Jan 9 00:48:06 2020 +0100| [c2c29047a6ea845ac3140ed7db6a9f400ff9eaa7] | committer: Thomas Guillem contrib: mysofa: fix need_pkg package name Signed-off-by: Thomas Guillem >

[vlc-commits] qt: networkmediamodel: avoid copying capture parameters

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jan 17 15:30:54 2020 +0100| [6f998111ffd5d8d0ad7e20d68a402914ce44cd41] | committer: Thomas Guillem qt: networkmediamodel: avoid copying capture parameters The lambda is not asynchronous and is read-only, so there is no need to copy anything.

[vlc-commits] qt: networkmediamodel: move std::vector instead of pointer

2020-01-22 Thread Alexandre Janniaux
vlc | branch: master | Alexandre Janniaux | Fri Jan 17 15:30:53 2020 +0100| [f8d1f140e2bb6d76b382dc639ada31b3de26cf1c] | committer: Thomas Guillem qt: networkmediamodel: move std::vector instead of pointer Creating a pointer with new is unprotected and unecessary here. The vector itself can

[vlc-commits] contrib: update libvpx to 1.8.2

2020-01-22 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Jan 21 18:06:20 2020 -0500| [a2bd0ae21d92fa50f6f1455156784179c10af81d] | committer: Thomas Guillem contrib: update libvpx to 1.8.2 Signed-off-by: Thomas Guillem >

[vlc-commits] core: add "hw-dec" bool option

2020-01-22 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Jan 20 11:31:14 2020 +0100| [18a87a21dbe33551c6c451fccffd485b4776c162] | committer: Thomas Guillem core: add "hw-dec" bool option Enabled by default, this option be used to disable hardware decoders (with "--no-hw-dec"). This option can be set on

[vlc-commits] contrib: update libvpx to 1.8.2

2020-01-22 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Tue Jan 21 18:06:20 2020 -0500| [b932973a906848c4b4eeb4f4a52ef50ed0b5d06d] | committer: Thomas Guillem contrib: update libvpx to 1.8.2 Co-authored-by: Felix Paul Kühne Co-authored-by: Thomas Guillem Signed-off-by: Thomas Guillem >

[vlc-commits] macosx: declare m2t extension

2020-01-22 Thread Felix Paul Kühne
vlc/vlc-3.0 | branch: master | Felix Paul Kühne | Wed Jan 22 14:55:52 2020 +0100| [1c41ac1877157b48724fc37fca41215b997f35f4] | committer: Felix Paul Kühne macosx: declare m2t extension (cherry picked from commit 4979d82332be2d067c91574aa5df7db1bbcea797) >

[vlc-commits] macosx: declare m2t extension

2020-01-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jan 22 14:55:52 2020 +0100| [4979d82332be2d067c91574aa5df7db1bbcea797] | committer: Felix Paul Kühne macosx: declare m2t extension > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4979d82332be2d067c91574aa5df7db1bbcea797 ---

[vlc-commits] appleos/build: move resulting static libs to a folder of their own

2020-01-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jan 22 15:56:43 2020 +0100| [2c490ea4ddabe70154f028fb69a3a0cc8db305eb] | committer: Felix Paul Kühne appleos/build: move resulting static libs to a folder of their own This way, they are no longer burried in a build folder where no-one can find

[vlc-commits] appleos/build: save one hierarchy level when building

2020-01-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jan 22 15:54:05 2020 +0100| [d3614e5c033b6b2736795ae8371b7e4659539c61] | committer: Felix Paul Kühne appleos/build: save one hierarchy level when building >

[vlc-commits] contrib/gpg-error: fix compilation for x86_64 on macOS

2020-01-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jan 22 17:07:16 2020 +0100| [18f1ff6d899c3127346d4952b66a02fafa431e3e] | committer: Felix Paul Kühne contrib/gpg-error: fix compilation for x86_64 on macOS >

[vlc-commits] configure: fix compilation for tvOS

2020-01-22 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Wed Jan 22 15:01:28 2020 +0100| [ee0f8c6106ae8a3b2e50fc03c20df6c673a89af9] | committer: Felix Paul Kühne configure: fix compilation for tvOS Both daemon and fork are declared for tvOS but are not available for use, so we need to explicitly ignore