- 12 Dec, 2007 1 commit
-
-
Pierre d'Herbemont authored
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
-
- 03 Nov, 2007 1 commit
-
-
Rafaël Carré authored
-
- 12 Oct, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 06 Oct, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 18 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Sep, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 15 Sep, 2007 7 commits
-
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Otherwise, it'll screw up completely when we add vlc_cond_timedwait
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
They should not be used by plugins. And in fact, they are not.
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Dec, 2006 1 commit
-
-
Clément Stenac authored
The idea is that a given error should be reported only once to the user. At the moment, for example, we can get: - "no suitable access module" (printed by module_Need) - "unable to create access" (printed by input/access) - "unable to open stream" (printed by input/input) - ... The facilities provided here are: * msg_StackSet( code, message ) : "throw" a new error * msg_StackAdd( message ) : Append a message allowing to trace the message * msg_StackMsg() : Retrieve the message So, in the previous example, module_Need would msg_StackSet( code, "no suitable access module"), then input/input would add "unable to create access" and finally, input/input can print the "unable to open stream: unable to create access: no suitable module" message. The three functions are context-free, you don't need a vlc_object, so that we can add verbose error reporting everywhere.
-
- 19 Dec, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 18 Dec, 2006 2 commits
-
-
Clément Stenac authored
Fix Win32 implementation
-
Clément Stenac authored
-
- 03 Dec, 2006 3 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
* libvlc sources and plugins now define __LIBVLC__ and headers exported to plugins (ie, include/vlc_*.h) check for this * libvlc sources use the value of the "libvlc" component in vlc-config instead of vlc * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
-
Rémi Denis-Courmont authored
-
- 28 Nov, 2006 1 commit
-
-
Derk-Jan Hartman authored
* Some cast magic to get around a gazillion of warnings during the OSX build. If your OS has similiar warnings, feel free to add yourself to the define list :D. Solution thanks to Sam. ../include/vlc_threads_funcs.h:501: warning: cast from function call of type 'pthread_t' to non-matching type 'int'
-
- 21 Oct, 2006 1 commit
-
-
Rémi Denis-Courmont authored
- Fix threading qualifier warnings
-
- 05 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 19 Jan, 2005 1 commit
-
-
Christophe Massiot authored
-
- 11 Aug, 2004 1 commit
-
-
Eric Petit authored
It wasn't implemented for all systems anyway, and isn't used anymore. (Terminates #23)
-
- 22 Nov, 2003 1 commit
-
-
Eric Petit authored
+ *threads*, src/libvlc.h: test HAVE_KERNEL_SCHEDULER_H before PTHREAD_COND_T_IN_PTHREAD_H for now because Zeta now has a pthread implementation but it's doesn't seem to be (enough) POSIX compliant atm.
-
- 02 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes for the GNU-pth implementation.
-
- 01 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread implementation and fixed an initialization bug in libvlc.
-
- 22 Jan, 2003 1 commit
-
-
Christophe Massiot authored
-
- 16 Jan, 2003 1 commit
-
-
Sam Hocevar authored
-
- 18 Dec, 2002 1 commit
-
-
Sam Hocevar authored
checks as printf. Only works with gcc 3.2 it seems.
-
- 08 Dec, 2002 1 commit
-
-
Christophe Massiot authored
thread.
-
- 11 Nov, 2002 1 commit
-
-
Sam Hocevar authored
WIN32 isn't always defined under WinCE, but might be. Grmbl. * ./include/*: changed a few u* and s* to uint*_t and int*_t.
-