- 23 Feb, 2007 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* patch by Pierre d'Herbemont which cleans up our locale detection code heavily and converts it to be CoreFoundation-based only. Thanks!
-
- 27 Oct, 2006 1 commit
-
-
Rafaël Carré authored
-
- 17 Oct, 2006 1 commit
-
-
Rafaël Carré authored
-
- 08 Oct, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 15 Sep, 2006 2 commits
-
-
Christophe Mutricy authored
vlc_t => libvlc_int_t
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 18 May, 2006 1 commit
-
-
Christophe Mutricy authored
-
- 11 May, 2006 1 commit
-
-
Christophe Mutricy authored
Add gl, he, hu and sv to activated l10n.
-
- 01 Apr, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 12 Jan, 2006 1 commit
-
-
dionoea authored
-
- 09 Jan, 2006 2 commits
-
-
dionoea authored
-
Christophe Mutricy authored
-
- 12 Oct, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 07 Sep, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 04 Aug, 2005 1 commit
-
-
Christophe Massiot authored
under Mac OS X to transform UTF-8-MAC returned by readdir() into UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset should always return UTF-8. Also made vlc_current_charset() thread-safe and added a few missing const's.
-
- 21 Jul, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 26 Jun, 2005 1 commit
-
-
Felix Paul Kühne authored
* run update-po to get them in sync * forward-port [11506]
-
- 17 Jun, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 03 May, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 12 Apr, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 16 Feb, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 15 Feb, 2005 1 commit
-
-
hartman authored
-
- 27 Jul, 2004 1 commit
-
-
hartman authored
-
- 06 Jan, 2004 1 commit
-
-
zorglub authored
-
- 22 Dec, 2003 1 commit
-
-
Sam Hocevar authored
-
- 10 Nov, 2003 1 commit
-
-
hartman authored
-
- 28 Oct, 2003 1 commit
-
-
hartman authored
* include/vlc_keys.h: added some extra keys on my keyboard.
-
- 29 Sep, 2003 1 commit
-
-
gbazin authored
* include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once. Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
-
- 08 Apr, 2003 1 commit
-
-
Christophe Massiot authored
-
- 17 Feb, 2003 2 commits
-
-
hartman authored
-
Christophe Massiot authored
-
- 06 Feb, 2003 1 commit
-
-
Sam Hocevar authored
made code simpler to read.
-
- 04 Feb, 2003 1 commit
-
-
hartman authored
-
- 01 Feb, 2003 1 commit
-
-
Christophe Massiot authored
* Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules * src/misc/darwin_specific.m: more generic language detection * NEWS: summarized changes from 0.4.6 to 0.5.0
-
- 19 Jan, 2003 1 commit
-
-
Sam Hocevar authored
the GetProgramPath call, stored the path in p_libvlc instead. Fixes compilation under anything other than OS X.
-
- 16 Jan, 2003 1 commit
-
-
Christophe Massiot authored
-