- 26 Nov, 2006 2 commits
-
-
Clément Stenac authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
Rafaël Carré authored
courmisch, you make too much, it's time to have a rest
-
- 25 Nov, 2006 26 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
in two halves to avoid integer overflows after 29 days.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
except for POSIX timers case, which is currently the only natively absolute timers implementation on LibVLC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- use utf8_(read|open)dir - do not assume that stat() succeeds (tiny race condition)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
* added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
Might break stuff, but I cannot test much because of DBus vs Win32 breakage(!)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
-
Derk-Jan Hartman authored
-
- 24 Nov, 2006 10 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- and merge some ASM/SSM code
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Nov, 2006 2 commits
-
-
Derk-Jan Hartman authored
* destroy some mutex'es once in a while to prevent memleaks. Suggested by a forumuser, name pending.
-
Damien Fouilleul authored
-