Steve Lhomme
62ccae7d09
goom: initialize the video format with video_format_Init()
Do not rely on calloc to get proper values.
(cherry picked from commit 61c9cbe24f )
4 years ago
Steve Lhomme
8bf721b9af
goom: explicitely set the output as full range
(cherry picked from commit 6dc1c5a457 )
4 years ago
Steve Lhomme
93bd3afce0
goom: use plane_CopyPixels()
The destination stribe may not be the same as the source.
(cherry picked from commit 82bca6ae86 )
4 years ago
Rémi Denis-Courmont
c969cbf95d
goom: keep track of video format
(cherry picked from commit d7aca8699e )
8 years ago
Alexandre Janniaux
93523e6e10
modules: fix typos
Typos found and reworked from codespell.
(cherry picked from commit 6b7a57f984 ) (edited)
edited:
* some files don't exist in 3.0
* some 3.0 code around changes is different (vlc_tick_t)
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
5 years ago
Steve Lhomme
0b4dff80ac
rename VLC_TS_INVALID to VLC_TICK_INVALID
(cherry picked from commit 1f17997348 ) (edited)
edited:
* some of the 3.0 code was different
8 years ago
Steve Lhomme
3f9fc44176
rename mtime_t to vlc_tick_t
Keep a copy of vlc_tick_tfor backward compatibility.
(cherry picked from commit ff56c92a5e ) (edited)
edited:
* some of the 3.0 code is different
8 years ago
Martin Storsjö
01dd8180f0
projectM: Force building with a specific older C++ version
This fixes errors like these:
libprojectM/projectM.hpp:303:8: error: no template named 'auto_ptr' in namespace 'std'
std::auto_ptr<Preset> m_activePreset;
~~~~~^
The std::auto_ptr type was deprecated in C++11 and removed in C++17.
The VLC C++ headers use C++11 features, so the only working
alternatives here are C++11 or C++14.
(cherry picked from commit 4100c227d0 )
Signed-off-by: Martin Storsjö <martin@martin.st>
4 years ago
Steve Lhomme
ee61e5fd5f
visual: the visualization effects are in the sRGB colorspace
(cherry picked from commit 1cf1163ddf )
8 years ago
Adrien Maglo
d70ead134c
visual: output pictures are progressive
Fix #19561
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit c30434f5dc )
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Michał Trzebiatowski
8ea707eeeb
i18n: typo fixes for the option strings
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 1480fc481e )
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Alexander Lakhin
0c218a0f45
Remove unnecessary spaces from messages
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Thomas Guillem
a0f51665ee
visual: use vlc_alloc helper
9 years ago
Konstantin Pavlov
5a4e2570c2
projectm: include locale headers.
9 years ago
Thomas Guillem
943a50ae34
vsxu: ensure that the GL context is attached
9 years ago
Thomas Guillem
384c3ce103
projectm: ensure that the GL context is attached
9 years ago
Thomas Guillem
09afe262d2
glspectrum: ensure that the GL context is attached
9 years ago
Rémi Denis-Courmont
4246e218c1
vsxu: remove no-op
10 years ago
Rémi Denis-Courmont
bd7808b0bf
projectm: remove no-op
10 years ago
Rémi Denis-Courmont
6f95126d25
glspectrum: remove no-op
10 years ago
Filip Roséen
d60fbdbeea
visual visualization: fixed include-guards
* fixed usage of reserved identifiers
* fixed comment on `#endif` corresponding to include-guard
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Hugo Beauzée-Luyssen
71af860741
projectm: Add missing initialization
cid #1251057
11 years ago
Sebastian Ramacher
156b0ec691
Fix spelling of "launch"
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Odd-Arild Kristensen
2a67f19f84
glspectrum: Fixed include bug so that it works correctly on OS X
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years ago
Rémi Denis-Courmont
a574bf3073
visual: simplify use of vout_GetPicture()
11 years ago
Rémi Denis-Courmont
82513bf142
goom: simplify use of vout_GetPicture()
11 years ago
Jean-Baptiste Kempf
6cbbf05e53
Goom: fix compilation
11 years ago
Rémi Denis-Courmont
8196e14952
visual: replace unnecessary includes
11 years ago
Thomas Guillem
25930fef19
define __STDC_*_MACROS in vlc_fixups.h for pre C++11 hosts
11 years ago
Rémi Denis-Courmont
80d88b05f2
Mark unreachable code on GCC even if NDEBUG
This might suppress some warnings (and very slightly reduce code size)
when assertions are disabled. Not that I particularly like to create
VLC-specific macros.
12 years ago
Rémi Denis-Courmont
92185f0ba8
visualization: remove Makefile recursion
12 years ago
Jean-Baptiste Kempf
29fbefec38
VSXU: fix build
12 years ago
Rémi Denis-Courmont
462500e5da
vsxu: use vlc_gl_surface_* helpers
This is untested because vsxu is neither in contribs nor in my distro.
12 years ago
Rémi Denis-Courmont
2406769a41
projectM: use vlc_gl_surface_* helpers
12 years ago
Rémi Denis-Courmont
bf689cab7c
projectM: remove redundant vlc_savecancel()
12 years ago
Rémi Denis-Courmont
2b87318852
glspectrum: use vlc_gl_surface_* helpers
12 years ago
Rémi Denis-Courmont
602ef2d0a0
vsxu: fix mutex leaks
12 years ago
Rémi Denis-Courmont
ffb2a8b72b
projectM: fix mutex leak
12 years ago
Thierry Foucu
f1cfcbfd8f
Using fabsf for floating value instead of abs
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Rémi Denis-Courmont
953f3b1251
glspectrum: use single precision
12 years ago
Rémi Denis-Courmont
eed478c248
projectM: dead code
12 years ago
Rafaël Carré
896bc25795
peack -> peak
12 years ago
Tristan Matthews
6c4493a716
visual: don't crash on empty buffers
Fixes #10533
13 years ago
Rafaël Carré
9781b239ff
projectm: fix NULL or uninitialized pointer dereference
13 years ago
Rémi Denis-Courmont
307a8c17b0
projectM: make GL context current
13 years ago
Rémi Denis-Courmont
a368cd4834
vsxu: make GL context current
13 years ago
Rémi Denis-Courmont
bc8f690a34
glspectrum: bind GL context when needed
13 years ago
Rémi Denis-Courmont
377376e0ed
projectM: use assert()
13 years ago
Rémi Denis-Courmont
224e6c12eb
glspectrum: missing void
13 years ago
Rafaël Carré
b07ed16e12
video_format_Setup: set visible dimensions
13 years ago