https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
f53236a Update PO files 08 January 2018, 15:16:09 UTC
bc0a317 opengl: remove new translations 08 January 2018, 15:14:50 UTC
5b3894b input: decoder: improve failed sout error message (cherry picked from commit 201bf4f8e6eed7d3b3b2aeab688e61419f6f7079) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 12:12:17 UTC
6b0ef10 demux: ts: don't clear temporary program list on SET_GROUP (fix #19434) otherwise we don't know which program is selected maybe core might feedback this one day (cherry picked from commit d4df22f8256381b41205ecfb04052c7a0ed83f52) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 12:11:56 UTC
b69112b configure: check and define if_nametoindex() on OS/2 This fixes the following compilation breakge on OS/2. ----- CC network/udp.lo network/udp.c: In function 'net_SetMcastOut': network/udp.c:259:17: error: implicit declaration of function 'if_nametoindex'; did you mean 'if_nameindex'? [-Werror=implicit-function-declaration] int scope = if_nametoindex (iface); ^~~~~~~~~~~~~~ if_nameindex ----- Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit ebcbb4d84e9207662d2bfc4e7fdf668d95caffd3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 08 January 2018, 10:57:54 UTC
e13834a postproc: Fix typo in architecture x86_64 Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> (cherry picked from commit aaba9d2a64bd4bc6a5d7fdde0a916c7d06692efe) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 08 January 2018, 10:54:30 UTC
99d06ce opengl: add support for dithering (disabled by default) This uses libplacebo's high quality blue noise algorithm. The lut_size is chosen as 4 because the method of embedding (literal LUT) is not that great. Larger texture sizes would require OpenGL/RA support, which is not currently in the scope of VLC+libplacebo. (Alternatively, we could try and use a uniform float array instead of a constant array - but it doesn't seem to matter much) In theory, we could also try making VLC forwards-compatible with GLSL 130+ and then enabling the fixed-function ordered dither where available. Note by Thomas Guillem: Dithering is disabled by default since it can have an impact on performances depending on OSses / GL extensions / GPU. Modified-by: Thomas Guillem <thomas@gllm.fr> Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 7c11bcf2722be9be73c1a1eaa0db4b5d6a66546d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 10:46:47 UTC
f1bf13e opengl: add GUI options for libplacebo settings This allows users to override the target colorspace, some of the colorspace conversion options, the tone mapping settings, and some of the dithering settings. Settings which I decided to omit include: - dither LUT size (limited by the shader embedding method) - temporal dither (not currently possible) - overrides for the source colorspace (shouldn't persist) - target display's light type (unlikely to not be _DISPLAY) - target display's HDR metadata (usually taken care of by the display) Signed-off-by: Thomas Guillem <thomas@gllm.fr> (cherry picked from commit 8f1a8a15cce213d6d5c4a3892a6a9fa6e2719860) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 10:46:02 UTC
8e09cff opengl: vt: add glGetFramebufferAttachmentParameteriv Present since OpenGL 3.0. Will be used to fetch the framebuffer depth. (cherry picked from commit 9cf9c390b24a537aee404fea8f73220c0b52419c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:20:59 UTC
fc1095f opengl: refactor fetch vlc_chroma_description_t only one time. (cherry picked from commit 6569392799839aa9df286a04f58aa040e4aa1c08) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:20:59 UTC
6c04499 opengl: rename add_glconv to add_glopts (cherry picked from commit d20c08ec73eb1d3a4f5ed0c9c08bf7d2ec9ec515) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:20:59 UTC
89ba453 contrib: libplacebo: Add a missing dependency on pthreads (cherry picked from commit 8e564ce5b05a8098239bd7fd04ff2ca6e4bb4983) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:00:39 UTC
9969091 araw: avoid underflow in conversion Cast to positive numbers to int explicitly before computing the difference, so the result will be signed correctly. (cherry picked from commit a8fdf9068bdbfdcd1ebf5e49cfe0f495b009dbea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:00:26 UTC
9f4d999 codec/araw: Fix Dat12 decode buffer overflow Dat12 decode is a 12bit=>16bit conversion, and the output buffer is sized based upon 16bit samples. However, the decoder function casts the output buffer pointer to a 32bit type, meaning that half of the output thus ends up being written past the end of the buffer. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 44bed4b30276059a16647a08c7746b6e067612b6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 08 January 2018, 09:00:21 UTC
c967b26 l10n: Nepali update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 23:21:10 UTC
289db0d l10n: Traditional Chinese update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:12 UTC
3a964f0 l10n: Simplified Chinese update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:12 UTC
07fb996 l10n: Walloon update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:11 UTC
c5d9495 l10n: Uzbek update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:11 UTC
59b9136 l10n: Ukrainian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:10 UTC
050bf05 l10n: Tatar update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:10 UTC
6229db0 l10n: Turkish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:09 UTC
7281671 l10n: Thai update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:09 UTC
512c30f l10n: Swedish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:08 UTC
a9c8062 l10n: Serbian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:08 UTC
64f7b94 l10n: Samoan update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:07 UTC
212e654 l10n: Slovenian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:07 UTC
f351c24 l10n: Slovak update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:06 UTC
b995913 l10n: Sinhala update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:06 UTC
cdc5a9f l10n: Russian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:05 UTC
98eebbb l10n: Romanian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:05 UTC
9423d90 l10n: Portuguese update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:04 UTC
e277bb0 l10n: Brazilian Portuguese update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:04 UTC
3d79079 l10n: Polish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:03 UTC
057515a l10n: Punjabi update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:03 UTC
8f952d7 l10n: Norwegian Nynorsk update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:02 UTC
e53d2b1 l10n: Dutch update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:02 UTC
7b0c118 l10n: Norwegian Bokmål update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:01 UTC
1300465 l10n: Malay update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:01 UTC
e3ac5c5 l10n: Malayalam update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:00 UTC
2a1a037 l10n: Macedonian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:48:00 UTC
d346cae l10n: Latvian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:59 UTC
11d48da l10n: Lithuanian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:59 UTC
58cad6d l10n: Kurdish (Iraq) update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:58 UTC
cea9900 l10n: Korean update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:58 UTC
8700bb6 l10n: Kannada update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:57 UTC
ec63783 l10n: Kabyle update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:57 UTC
ef79611 l10n: Japanese update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:56 UTC
5f48f76 l10n: Italian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:56 UTC
f4a7f7c l10n: Icelandic update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:55 UTC
0848609 l10n: Indonesian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:55 UTC
fecdb0b l10n: Armenian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 07 January 2018, 22:47:54 UTC
9dd60e2 macosx: Simple prefs: store top level views with strong property As it should be done for all top level objects. Also reorder. 07 January 2018, 19:03:24 UTC
0cdacf2 macosx: Fix width resizing for simple prefs window on OSX lion Add workaround for Lion to respect with-resizing behaviour for simple prefs window. Disable max-width for window, as this causes flickering on Lion. refs #19424 07 January 2018, 19:03:24 UTC
bea2cbf l10n: Hungarian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 23:00:16 UTC
94ae397 l10n: Croatian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:57:59 UTC
be3cc22 l10n: Hebrew update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:56:55 UTC
d2f3c39 l10n: Scottish Gaelic update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:55:43 UTC
c04ed6e l10n: Irish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:41:13 UTC
becc2fb l10n: West Frisian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:38:23 UTC
343989f l10n: French update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:35:56 UTC
b89b20b l10n: Finnish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:32:04 UTC
c5c56e1 l10n: Persian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:30:21 UTC
7937b5b l10n: Basque update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 22:29:17 UTC
6458afe l10n: Estonian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:59:12 UTC
1b9a0a2 l10n: Spanish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:56:31 UTC
e4fbe46 l10n: Spanish (Mexico) update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:55:09 UTC
b51123f l10n: English (United Kingdom) update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:54:04 UTC
b48dcc6 l10n: Modern Greek update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:52:50 UTC
4fe8dc3 l10n: German update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:34:20 UTC
73bb84f l10n: Danish update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:32:35 UTC
0e61f6b l10n: Welsh update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:31:05 UTC
7dc3783 l10n: Czech update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:29:25 UTC
f2b303d l10n: Corsican update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:21:48 UTC
3cded20 l10n: Catalan (Valencian) update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:04:04 UTC
bbffaa5 l10n: Catalan update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:02:48 UTC
70523be l10n: Bosnian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 21:01:00 UTC
bf33c2f l10n: Breton update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 20:58:44 UTC
3cf5fb1 l10n: Bulgarian update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 20:57:00 UTC
0438bf1 l10n: Arabic update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 20:54:20 UTC
ca6b7fd l10n: Amharic (Ethiopia) update Signed-off-by: Christoph Miebach <christoph.miebach@web.de> 06 January 2018, 20:50:38 UTC
0a97dab contrib: Map armv*-* triplets to ARCH=arm For armv7 mingw setups, the triplet currently used is armv7-w64-mingw32. (cherry picked from commit 99acb87cc903849d915826cb4d2dfde366960f89) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 06 January 2018, 11:26:39 UTC
25d20bf contrib: Set HAVE_WIN64 for aarch64 as well Adjust some existing uses of this variable to check for HAVE_WIN32 + x86_64 instead. (cherry picked from commit b8cc73293ccd4ff84613d6395daacca52e9da7bf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 06 January 2018, 11:26:33 UTC
8012ff5 contrib: postproc: Don't assume that windows implies x86 Check ARCH instead of HAVE_WIN64. (cherry picked from commit 202f9d070449abcc826f87330bd4bad151201453) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 06 January 2018, 11:26:19 UTC
b0ca704 stream_extractor/archive: Check for NULL return of archive_entry_pathname Fixes CD 2a1e0ab3-e9d5-433c-afd8-ec56e6a8968f (cherry picked from commit 0953abb4174cc52c631b0e9effbfb6c6cbd261ea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 06 January 2018, 11:25:47 UTC
59e29d6 Contribs: update gmp to 6.1.2 (cherry picked from commit 3375d5413a2358efcc928fc6507b21e4892270c6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 18:48:40 UTC
669a10f demux: avi: fix seekability (cherry picked from commit 0e6ec7ab11d2c983aac08a52f53199728e986b77) 05 January 2018, 17:16:08 UTC
0ee1f64 transcode/audio: don't initialise dec->fmt_out It's already done by transcode/transcode.c (cherry picked from commit d57688d952e7e932663246911bb2727ab4df284c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:38:07 UTC
0be2840 demux: mp4: work with edit lists with CLOCK_FREQ as the track -> movie timescale conversion isn't guaranteed (cherry picked from commit 35d7ea5e1920ba3b38ac723c83a9be284f3caf10) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:37:43 UTC
196c7e5 transcode/video: don't close from process In case of error, just set transcode to false. Everything will be closed later. This fixes invalid usage of closed mutexes/conds/filters. (cherry picked from commit 83fa27fca1de78ada9bc6695cf77021629184325) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:37:37 UTC
e8a15b2 transcode/video: fix corruption of dec->fmt_in This could lead to a crash when the decoder module was modifying/writing on fmt_out.video.p_palette, fmt_out.psz_description or fmt_out.p_extra_languages (so as soon as avcodec is updating its fmt_out). The decoder fmt_out is already initialised from transcode/transcode.c. sq (cherry picked from commit 1f8021e5a51384e33ae4794dd7c0a44c7e477be8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:37:32 UTC
a1e8675 contrib: Update config.sub/guess for kate/caca/sdl/SDL_image This fixes building for non-x86 windows platforms. (cherry picked from commit de421537d95ea7f7f297826816fdd3be34f4f87d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:36:35 UTC
a90c636 contrib: tiff: Fix existing updating of config.sub/guess tiff-4.0.7 keeps these files in a subdirectory named "config", so the previous $(UPDATE_AUTOCONFIG) actually had no effect at all. This fixes building for non-x86 windows platforms. (cherry picked from commit 66167cd1a1e580af75b6737845e7c3f14cc9aab2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:36:28 UTC
d3eacd3 chromecast: Use the longest title when the current one is interactive To avoid casting the main menu of a DVD (cherry picked from commit d80518fb1bdceafa7df1bdfbc8d8f474b50d19df) (cherry picked from commit 3f357380d3876068c65e01ae28ac1a9b93f83a66) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 16:35:15 UTC
f376adf transcode: Fix typo (cherry picked from commit 7e61d9a2f9fd42ca12bb68ae086ce0c60776efef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:35:59 UTC
e90bf39 codec: substext: rebase font size px as % of video size (cherry picked from commit 77b78f491f73ef86645ce6065755eb696ce394ef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:34:52 UTC
90fafb4 vout_subpicture: fix cropping (cherry picked from commit f03f900c1d5955f2d75dc6113c470e3fc5127c61) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:34:47 UTC
c506a3d spatialaudio: use CLOCK_FREQ (cherry picked from commit 7cf5d92e95471157acd5498eb6e9a3e3578832e6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:33:57 UTC
c2bca15 contrib: Force building mfx and projectM in C++98 mode The latest trunk version of clang (upcoming clang 6.0) has changed the default to C++14, just like GCC 6. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f6b2aec16be86506da594d6597878c68cd57bc35) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:33:52 UTC
a653b39 contrib: x265: Don't guess the target cpu architecture from the host build system Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3709f5ff86191f2c0146c4cbb34ebd3a180cfecb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 05 January 2018, 14:33:45 UTC
back to top