[vlc-commits] contrib: Map armv*-* triplets to ARCH=arm

2018-01-05 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Tue Dec 19 11:11:06 2017 +0200| [99acb87cc903849d915826cb4d2dfde366960f89] | committer: Martin Storsjö contrib: Map armv*-* triplets to ARCH=arm For armv7 mingw setups, the triplet currently used is armv7-w64-mingw32. >

[vlc-commits] contrib: Set HAVE_WIN64 for aarch64 as well

2018-01-05 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Sat Dec 16 22:03:24 2017 +0200| [b8cc73293ccd4ff84613d6395daacca52e9da7bf] | committer: Martin Storsjö contrib: Set HAVE_WIN64 for aarch64 as well Adjust some existing uses of this variable to check for HAVE_WIN32 + x86_64 instead. >

[vlc-commits] contrib: postproc: Don't assume that windows implies x86

2018-01-05 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Sat Dec 16 21:08:59 2017 +0200| [202f9d070449abcc826f87330bd4bad151201453] | committer: Martin Storsjö contrib: postproc: Don't assume that windows implies x86 Check ARCH instead of HAVE_WIN64. >

[vlc-commits] vlc_es: remove text_style defaults from spu

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Jan 5 20:13:48 2018 +0100| [a82ab618d16228ee15840974c987dbaa6ed9a1b5] | committer: Francois Cartegnie vlc_es: remove text_style defaults from spu was only used by tx3g and didn't allow much >

[vlc-commits] demux: avformat: map tx3g

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Jan 5 14:45:42 2018 +0100| [05b55737f9a91363aa906e71c3b4039e9cc8b78b] | committer: Francois Cartegnie demux: avformat: map tx3g > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05b55737f9a91363aa906e71c3b4039e9cc8b78b

[vlc-commits] codec: substx3g: use extradata

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Jan 5 19:47:54 2018 +0100| [7ed0d3bf7dd3786e04803cecc25e9239ebf568e6] | committer: Francois Cartegnie codec: substx3g: use extradata >

[vlc-commits] demux: mp4: merge text samples and pass to extradata

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Jan 5 20:05:52 2018 +0100| [7bde66d8f3605447fee52d3fcf23271d6b6de47d] | committer: Francois Cartegnie demux: mp4: merge text samples and pass to extradata >

[vlc-commits] stream_extractor/archive: Check for NULL return of archive_entry_pathname

2018-01-05 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Fri Jan 5 17:11:06 2018 +0100| [0953abb4174cc52c631b0e9effbfb6c6cbd261ea] | committer: Marvin Scholz stream_extractor/archive: Check for NULL return of archive_entry_pathname Fixes CD 2a1e0ab3-e9d5-433c-afd8-ec56e6a8968f >

[vlc-commits] Contribs: update gmp to 6.1.2

2018-01-05 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Fri Jan 5 17:01:32 2018 +0100| [59e29d61144ce09b32bc4d861e69d2d1c4bc012a] | committer: Jean-Baptiste Kempf Contribs: update gmp to 6.1.2 (cherry picked from commit 3375d5413a2358efcc928fc6507b21e4892270c6) Signed-off-by:

[vlc-commits] demux: avi: fix seekability

2018-01-05 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Fri Jan 5 18:13:34 2018 +0100| [669a10f8c68c5e0262cfb8b893ed4d87d209239a] | committer: Francois Cartegnie demux: avi: fix seekability (cherry picked from commit 0e6ec7ab11d2c983aac08a52f53199728e986b77) >

[vlc-commits] demux: avi: fix seekability

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Jan 5 18:13:34 2018 +0100| [0e6ec7ab11d2c983aac08a52f53199728e986b77] | committer: Francois Cartegnie demux: avi: fix seekability >

[vlc-commits] demux: mp4: work with edit lists with CLOCK_FREQ

2018-01-05 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Thu Jan 4 17:41:46 2018 +0100| [0be2840fe1e948664c23cb93f04f4021904210b6] | committer: Jean-Baptiste Kempf demux: mp4: work with edit lists with CLOCK_FREQ as the track -> movie timescale conversion isn't guaranteed

[vlc-commits] contrib: Update config.sub/guess for kate/caca/sdl/SDL_image

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Sat Dec 16 22:10:55 2017 +0200| [a1e86759582bd4ba5dfce0805d59afa9aaa584e2] | committer: Jean-Baptiste Kempf contrib: Update config.sub/guess for kate/caca/sdl/SDL_image This fixes building for non-x86 windows platforms.

[vlc-commits] transcode/video: fix corruption of dec->fmt_in

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 5 09:45:13 2018 +0100| [e8a15b2c66a407b9d5f8802a069dbcf4b6e13d27] | committer: Jean-Baptiste Kempf transcode/video: fix corruption of dec->fmt_in This could lead to a crash when the decoder module was modifying/writing

[vlc-commits] transcode/audio: don't initialise dec->fmt_out

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 5 17:29:48 2018 +0100| [0ee1f6468d832c90ba0a5b0fe880611e4440a391] | committer: Jean-Baptiste Kempf transcode/audio: don't initialise dec->fmt_out It's already done by transcode/transcode.c (cherry picked from commit

[vlc-commits] contrib: tiff: Fix existing updating of config.sub/guess

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Sat Dec 16 21:40:06 2017 +0200| [a90c636158bfbe116c1c3c4001bc6ae7f1b3d300] | committer: Jean-Baptiste Kempf contrib: tiff: Fix existing updating of config.sub/guess tiff-4.0.7 keeps these files in a subdirectory named "config",

[vlc-commits] transcode/video: don't close from process

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 5 16:42:53 2018 +0100| [196c7e5da73576a2f0841b47db339f2644bb1795] | committer: Jean-Baptiste Kempf transcode/video: don't close from process In case of error, just set transcode to false. Everything will be closed later.

[vlc-commits] chromecast: Use the longest title when the current one is interactive

2018-01-05 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Thu Jan 4 13:39:01 2018 +0100| [d3eacd3625d29cbfafe2fbde3b195e63235c2ec8] | committer: Jean-Baptiste Kempf chromecast: Use the longest title when the current one is interactive To avoid casting the main menu of a DVD

[vlc-commits] transcode/audio: don't initialise dec->fmt_out

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 17:29:48 2018 +0100| [d57688d952e7e932663246911bb2727ab4df284c] | committer: Thomas Guillem transcode/audio: don't initialise dec->fmt_out It's already done by transcode/transcode.c >

[vlc-commits] demux: mp4: work with edit lists with CLOCK_FREQ

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jan 4 17:41:46 2018 +0100| [35d7ea5e1920ba3b38ac723c83a9be284f3caf10] | committer: Francois Cartegnie demux: mp4: work with edit lists with CLOCK_FREQ as the track -> movie timescale conversion isn't guaranteed >

[vlc-commits] demux: mp4: set samples duration

2018-01-05 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jan 4 19:40:31 2018 +0100| [096500ddebd4d621ea8ce96cdd93baa2ce05a2a8] | committer: Francois Cartegnie demux: mp4: set samples duration >

[vlc-commits] transcode/video: don't close from process

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 16:42:53 2018 +0100| [83fa27fca1de78ada9bc6695cf77021629184325] | committer: Thomas Guillem transcode/video: don't close from process In case of error, just set transcode to false. Everything will be closed later. This fixes

[vlc-commits] transcode/video: fix corruption of dec->fmt_in

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 09:45:13 2018 +0100| [1f8021e5a51384e33ae4794dd7c0a44c7e477be8] | committer: Thomas Guillem transcode/video: fix corruption of dec->fmt_in This could lead to a crash when the decoder module was modifying/writing on

[vlc-commits] Contribs: update gmp to 6.1.2

2018-01-05 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Jan 5 17:01:32 2018 +0100| [3375d5413a2358efcc928fc6507b21e4892270c6] | committer: Jean-Baptiste Kempf Contribs: update gmp to 6.1.2 >

[vlc-commits] transcode: Fix typo

2018-01-05 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Thu Jan 4 17:27:30 2018 +0100| [f376adf57fbc8746074df7c445c8645bfb98c54c] | committer: Jean-Baptiste Kempf transcode: Fix typo (cherry picked from commit 7e61d9a2f9fd42ca12bb68ae086ce0c60776efef) Signed-off-by:

[vlc-commits] spatialaudio: use CLOCK_FREQ

2018-01-05 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Tue Jan 2 17:38:01 2018 -0500| [c506a3d9b884576cd473faf397c45023957b42d4] | committer: Jean-Baptiste Kempf spatialaudio: use CLOCK_FREQ (cherry picked from commit 7cf5d92e95471157acd5498eb6e9a3e3578832e6) Signed-off-by:

[vlc-commits] contrib: qt: Use the right cross 'ar' tool when cross-building the tools executables

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Thu Dec 28 22:58:29 2017 +0200| [8279196c29c9665dc1fa36410dc7fb93b2cdccff] | committer: Jean-Baptiste Kempf contrib: qt: Use the right cross 'ar' tool when cross-building the tools executables This fixes cross compiling the

[vlc-commits] codec: substext: rebase font size px as % of video size

2018-01-05 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Wed Jan 3 17:50:14 2018 +0100| [e90bf390da0ba34410bf7f0c2bae3b889caad69c] | committer: Jean-Baptiste Kempf codec: substext: rebase font size px as % of video size (cherry picked from commit

[vlc-commits] contrib: x265: Don't guess the target cpu architecture from the host build system

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Thu Dec 28 22:58:32 2017 +0200| [a653b399e98f5e7a14f5d59c14447dd6477598ce] | committer: Jean-Baptiste Kempf contrib: x265: Don't guess the target cpu architecture from the host build system Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] vout_subpicture: fix cropping

2018-01-05 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Tue Jan 2 21:41:37 2018 +0100| [90fafb4b2d7b50d9a14b5bf163d43cec10b9dfe2] | committer: Jean-Baptiste Kempf vout_subpicture: fix cropping (cherry picked from commit f03f900c1d5955f2d75dc6113c470e3fc5127c61) Signed-off-by:

[vlc-commits] contribs: Make sure either USE_FFMPEG or USE_LIBAV is set

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Thu Dec 28 22:58:28 2017 +0200| [604a8ebf3fb1737640492f9cfdeaffab7345b56d] | committer: Jean-Baptiste Kempf contribs: Make sure either USE_FFMPEG or USE_LIBAV is set The rest of rules.mak assumes that either of them is set (and

[vlc-commits] macosx: Switch to new playlist_SetRenderer API

2018-01-05 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Tue Jan 2 20:15:29 2018 +0100| [3fdef8bfec4a81ecf19d6b01f0910f15db9a8404] | committer: Jean-Baptiste Kempf macosx: Switch to new playlist_SetRenderer API (cherry picked from commit 8859a288f1424119d6bb91d6e634741681d92b68)

[vlc-commits] contrib: Force building mfx and projectM in C++98 mode

2018-01-05 Thread Martin Storsjö
vlc/vlc-3.0 | branch: master | Martin Storsjö | Thu Dec 28 22:58:33 2017 +0200| [c2bca155fbff9bd6f8c00cf72c8bed31acd0fe6d] | committer: Jean-Baptiste Kempf contrib: Force building mfx and projectM in C++98 mode The latest trunk version of clang (upcoming clang 6.0) has

[vlc-commits] mediacodec: fix invalid pointer aliasing

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 5 14:26:30 2018 +0100| [5ad2d85efa4645d9884184976f5ca5b83a8dfeea] | committer: Thomas Guillem mediacodec: fix invalid pointer aliasing Pointed-out-by: Zhao Zhili (cherry picked from commit

[vlc-commits] mediacodec: fix LocalRef leaks

2018-01-05 Thread Zhao Zhili
vlc/vlc-3.0 | branch: master | Zhao Zhili | Fri Jan 5 16:56:59 2018 +0800| [8af36b302d1f965848117c21fc944cccaa64e6fd] | committer: Thomas Guillem mediacodec: fix LocalRef leaks Signed-off-by: Thomas Guillem (cherry picked from commit

[vlc-commits] android/display: fix invalid pointer aliasing

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 5 14:26:18 2018 +0100| [7165259270647ed56ed4a40cdcd155e922a1f964] | committer: Thomas Guillem android/display: fix invalid pointer aliasing Pointed-out-by: Zhao Zhili (cherry picked from commit

[vlc-commits] mediacodec: fix invalid pointer aliasing

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 14:26:30 2018 +0100| [663dd8f41ddf950c2948c7b45418929940b897c7] | committer: Thomas Guillem mediacodec: fix invalid pointer aliasing Pointed-out-by: Zhao Zhili >

[vlc-commits] android/display: fix invalid pointer aliasing

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 14:26:18 2018 +0100| [b517819eb05dcd9ae832f4c9c13d0e4d996956af] | committer: Thomas Guillem android/display: fix invalid pointer aliasing Pointed-out-by: Zhao Zhili >

[vlc-commits] android/display: fix video_format_ApplyRotation call

2018-01-05 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 5 13:58:44 2018 +0100| [21603b554cd010cbd3db1e2d641387dd113c059b] | committer: Thomas Guillem android/display: fix video_format_ApplyRotation call '*in' must be different than '*out' since both pointers are restrict.

[vlc-commits] mediacodec: fix LocalRef leaks

2018-01-05 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Fri Jan 5 16:56:59 2018 +0800| [6ef171c102bd61f62aa0593a39873d3aa6975fa3] | committer: Thomas Guillem mediacodec: fix LocalRef leaks Signed-off-by: Thomas Guillem >

[vlc-commits] opengl: update libplacebo to v0.2.0

2018-01-05 Thread Niklas Haas
vlc/vlc-3.0 | branch: master | Niklas Haas | Thu Dec 28 04:47:53 2017 +0100| [053b15ecfa1c7b95049658bd2bb8c7caf83c17da] | committer: Thomas Guillem opengl: update libplacebo to v0.2.0 Some calls got an extra parameter which we don't care about. Also bump up the minimum

[vlc-commits] contrib: update libplacebo to v0.2.0

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Jan 2 11:33:08 2018 +0100| [57c705acf75316ea74d93b3f2a4930e1d1d7088d] | committer: Thomas Guillem contrib: update libplacebo to v0.2.0 (cherry picked from commit 3fe327c6229f029cee642322017b1fcf1695db5b) Signed-off-by:

[vlc-commits] avcodec/encoder: fix fallback to stereo

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Jan 4 15:15:36 2018 +0100| [c4bcc88ccf9a0e9f82398e2d82ccacfb6a95005f] | committer: Thomas Guillem avcodec/encoder: fix fallback to stereo Happens if the codec doesn't support more than 2 channels (like mp3lame). Also ask for

[vlc-commits] faad: do not reorder Ambisonics channels

2018-01-05 Thread Adrien Maglo
vlc/vlc-3.0 | branch: master | Adrien Maglo | Thu Dec 21 18:15:01 2017 +0100| [c7e8c371e00cef338043a67291a219b30b85ca2d] | committer: Thomas Guillem faad: do not reorder Ambisonics channels Keep the original decoded order to achieve a correct Ambisonics rendering.

[vlc-commits] chromecast: transcode in AAC when needed

2018-01-05 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Jan 4 15:23:53 2018 +0100| [5e8408d0f7f84c234c7fb5f428675ebfee97b5dd] | committer: Thomas Guillem chromecast: transcode in AAC when needed In order to support more than 2 audio channels. (cherry picked from commit

[vlc-commits] avcodec: do not reorder Ambisonics channels encoded in AAC

2018-01-05 Thread Adrien Maglo
vlc/vlc-3.0 | branch: master | Adrien Maglo | Thu Dec 21 18:18:40 2017 +0100| [f03fc27d9473a7d6493f8bba88510b80ab5036be] | committer: Thomas Guillem avcodec: do not reorder Ambisonics channels encoded in AAC Keep the codec order to achieve a correct Ambisonics rendering.