[vlc-commits] avformat: fix incorrect log

2015-10-31 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Oct 30 18:18:01 2015 +0100| [84e2d1d74793a4cd5051cf8396da2aea2db0] | committer: Rémi Denis-Courmont avformat: fix incorrect log Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] contrib: keep the gettext shared files

2015-10-31 Thread Sean McGovern
vlc | branch: master | Sean McGovern | Thu Oct 29 17:56:48 2015 -0400| [ebe334327a6fb1662ac2fb17fbdfe51eed7c1e7e] | committer: Jean-Baptiste Kempf contrib: keep the gettext shared files autopoint needs the files in share/gettext. Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] Demux wave: Add support for .AMB file format

2015-10-31 Thread Emeric Grange
vlc | branch: master | Emeric Grange | Wed Oct 28 15:39:50 2015 +0100| [67fcea72c239e0f1271ae40512826bd7f4528bff] | committer: Jean-Baptiste Kempf Demux wave: Add support for .AMB file format AMB are just WAVE files with custom GUIDs to indicate 'Ambisonic B format' datas

[vlc-commits] Adds .amb to the extensions list

2015-10-31 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sat Oct 31 18:51:58 2015 +0100| [3b001b95b0679efe4341d49336ab063003b0f9dd] | committer: Jean-Baptiste Kempf Adds .amb to the extensions list >

[vlc-commits] vimeo.lua: fix video quality selection

2015-10-31 Thread Pierre Ynard
vlc/vlc-2.2 | branch: master | Pierre Ynard | Fri Oct 30 05:44:51 2015 +0100| [a09ae71be5904ed77ab6d740ae153c8b6b45c4f0] | committer: Jean-Baptiste Kempf vimeo.lua: fix video quality selection Fixes #15778 (cherry picked from commit

[vlc-commits] avformat: fix incorrect log

2015-10-31 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Fri Oct 30 18:18:01 2015 +0100| [24b35656ebef0aae52b280baf78ef7b5e64dbeb9] | committer: Jean-Baptiste Kempf avformat: fix incorrect log Signed-off-by: Rémi Denis-Courmont (cherry picked from commit

[vlc-commits] Smooth: fix compilation for Android

2015-10-31 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Sat Oct 31 17:57:09 2015 +0100| [b4899df64b944e00f126d16b3987309deb8142aa] | committer: Jean-Baptiste Kempf Smooth: fix compilation for Android >

[vlc-commits] Fix use of %p format string specifier

2015-10-31 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Oct 31 18:33:25 2015 +0200| [f343ca522ca2418f24000e414ef47bec58dc821c] | committer: Rémi Denis-Courmont Fix use of %p format string specifier %p is only for pointers to void, not just any type of pointers. Due to variable