420 Commits (12f34b7ecdddee313a69ebbd99c38206b79ca0b2)

Author SHA1 Message Date
Steve Lhomme 61c9cbe24f goom: initialize the video format with video_format_Init() 3 years ago
Steve Lhomme 6dc1c5a457 goom: explicitely set the output as full range 3 years ago
Steve Lhomme 82bca6ae86 goom: use plane_CopyPixels() 3 years ago
Johannes Kauffmann f242e3c7eb meson: fix named argument style 3 years ago
Marvin Scholz d5f07af209 meson: add initial meson build system 7 years ago
Alexandre Janniaux 467949c9ac visualization: goom: use internal picture pool 3 years ago
Alexandre Janniaux 4d71ef494d visualization: goom: ensure b_progressive=true 3 years ago
Alexandre Janniaux 540677aedb visualization: visual: use internal picture pool 3 years ago
Alexandre Janniaux d1b78570e4 visual: fix potential use-after-free 3 years ago
Martin Storsjö 4100c227d0 projectM: Force building with a specific older C++ version 4 years ago
Steve Lhomme 36017f9c3a modules: add a fancy name to internal threads 4 years ago
Rémi Denis-Courmont 4bd922622b window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
Rémi Denis-Courmont 84c253cdd1 window: rename vout_window* to vlc_window* 4 years ago
Steve Lhomme b469857dec vlc_threads: remove the thread priority when creating a thread 4 years ago
Thomas Guillem 38891c2dc3 aout: filters: move the vout ownership to aout_filters 4 years ago
Alexandre Janniaux 6b7a57f984 modules: fix typos 4 years ago
Alexandre Janniaux bb7246efbb glspectrum: keep the OpenGL context current 5 years ago
Alexandre Janniaux bd7eefb72c glspectrum: use symbols from vlc_gl_t instance 5 years ago
Lyndon Brown 7dc44f2d20 visual: fix reading specified height 7 years ago
Rémi Denis-Courmont 46d92032d8 vsxu: re-enable window decorations 4 years ago
Rémi Denis-Courmont e31352200e projectm: re-enable window decorations 4 years ago
Rémi Denis-Courmont ed06c43cff glspectrum: re-enable window decorations 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Lyndon Brown fb842279a3 visual: fix bad option default 7 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Lyndon Brown 447d61066a purge options made obsolete before v2.0 development started 7 years ago
Lyndon Brown d75459a35b remove unnecessary option longtext 7 years ago
Alexandre Janniaux 6105f8eb73 projectm: add Close to filter operations 6 years ago
Steve Lhomme 6806b49b22 visualization filters: use a typed close callback in the operations structure 6 years ago
Alexandre Janniaux a353cdbc12 filters: add an operations structure to set the callbacks 6 years ago
Rémi Denis-Courmont 55ba752621 visual: use vlc_queue_t and simplify 6 years ago
Rémi Denis-Courmont 7d86ac9cc5 glspectrum: use vlc_queue_t and simplify 6 years ago
Rémi Denis-Courmont 6e3faee93d glspectrum: use vlc_obj_malloc() 6 years ago
Rémi Denis-Courmont 16ffd7c0d6 glspectrum: fix leaks 6 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 6 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 6 years ago
Thomas Guillem 574e71e089 goom: flush the vout from the filter callback 7 years ago
Thomas Guillem 7d7b81327c visual: flush the vout from the filter callback 7 years ago
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 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