Rémi Denis-Courmont
a010b59b0b
visual: use vout_Close() directly
7 years ago
Rémi Denis-Courmont
826dce64de
goom: use vout_Close() directly
7 years ago
Rémi Denis-Courmont
16fb2fea16
visualization: split RequestVout in GetVout and PutVout
7 years ago
Steve Lhomme
5363279805
remove the $Id$ in the source code
7 years ago
Steve Lhomme
1cf1163ddf
visual: the visualization effects are in the sRGB colorspace
8 years ago
Rémi Denis-Courmont
d7aca8699e
goom: keep track of video format
8 years ago
Rémi Denis-Courmont
9132423309
goom: remove useless filter_sys_t
8 years ago
Romain Vimont
2d8cd77ba3
Define C++ types in namespaces
In order to respect ODR, in C++ code, declare *_sys_t types in a
separate namespace, either unnamed if it's used only in one translation
unit, or named otherwise.
The GUI modules qt and skins2 are left unchanged for now.
See #17078 and #18033
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Steve Lhomme
8aa92d1bb5
modules: use the vlc_tick_t/ms conversion macros for hardcoded values
8 years ago
Steve Lhomme
e41dac0925
module: replace hardcoded CLOCK_FREQ fractions by VLC_TICK_FROM_MS()
8 years ago
Steve Lhomme
ded62a069f
rename VLC_TS_0 to VLC_TICK_0
8 years ago
Steve Lhomme
1f17997348
rename VLC_TS_INVALID to VLC_TICK_INVALID
8 years ago
Steve Lhomme
b4dfbc6283
rename mdate() to vlc_tick_now()
The lua "mdate" remains the same.
8 years ago
Steve Lhomme
c2eb32c9e1
rename mwait() to vlc_tick_wait()
The lua "mwait" remains the same.
8 years ago
Steve Lhomme
ff56c92a5e
rename mtime_t to vlc_tick_t
Keep a copy of vlc_tick_tfor backward compatibility.
8 years ago
Rémi Denis-Courmont
902dd36bbd
configure: remove LIBPTHREAD
POSIX threads are always enabled implicitly.
8 years ago
Zhao Zhili
666e7d2157
visual: fix memory leak
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Steve Lhomme
10bfd4034a
modules: clean calls to date_Set with hardcoded values
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
8 years ago
Steve Lhomme
178c1a4dfe
modules: fix VLC_TS_INVALID tests
8 years ago
Romain Vimont
ff2901aff3
core: remove global *_sys_t typedefs
Do not declare *_sys_t typedefs globally in vlc_common.h. Instead,
declare them locally in each module that provides a definition.
This paves the way to move C++ definitions into anonymous namespaces in
order to respect C++ ODR.
The picture_resource_t and sout_stream_id_sys_t typedefs will be handled
separately, since they require specific additional changes.
See #18033
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Romain Vimont
4c8b741e48
core: replace filter_sys_t* by void*
See #17078
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Rémi Denis-Courmont
3a074f79b3
config: remove advanced from add_directory()
8 years ago
Rémi Denis-Courmont
ebaa32f561
config: remove advanced from add_loadfile()
8 years ago
Rémi Denis-Courmont
477d18c723
Replace config_Get(Data|Lib)Dir() with config_GetSysDir()
8 years ago
Adrien Maglo
c30434f5dc
visual: output pictures are progressive
Fix #19561
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 years ago
Michał Trzebiatowski
1480fc481e
i18n: typo fixes for the option strings
Signed-off-by: Michał Trzebiatowski <michtrz@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
8 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
9 years ago
Rémi Denis-Courmont
bd7808b0bf
projectm: remove no-op
9 years ago
Rémi Denis-Courmont
6f95126d25
glspectrum: remove no-op
9 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>
10 years ago
Hugo Beauzée-Luyssen
71af860741
projectm: Add missing initialization
cid #1251057
10 years ago
Sebastian Ramacher
156b0ec691
Fix spelling of "launch"
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 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>
10 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.
11 years ago
Rémi Denis-Courmont
92185f0ba8
visualization: remove Makefile recursion
11 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