An error occurred fetching the project authors.
- 21 Oct, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Sep, 2006 1 commit
-
-
Antoine Cellerier authored
Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
-
- 18 Sep, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
Fix compilation for libvlc users
-
- 15 Sep, 2006 1 commit
-
-
Clément Stenac 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)
-
- 12 Sep, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 17 Aug, 2006 1 commit
-
-
Gildas Bazin authored
* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.
-
- 16 Aug, 2006 1 commit
-
-
Gildas Bazin authored
* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
-
- 18 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 09 Mar, 2006 1 commit
-
-
Derk-Jan Hartman authored
-
- 21 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Feb, 2006 1 commit
-
-
Clément Stenac authored
-
- 01 Feb, 2006 1 commit
-
-
Sam Hocevar authored
__ppc64__ (meaning PowerPC).
-
- 30 Jan, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
This one happened each time the message queue was overflowed. Also (hopefully) fixed a leak that would happen each time no message queue were found. I don't know if this condition can ever appear though
-
- 27 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Jan, 2006 1 commit
-
-
Sigmund Augdal Helberg authored
vlc_input.h: Fixed a not so nasty memleak recently introduced Thank you very much zorglub
-
- 15 Jan, 2006 1 commit
-
-
Clément Stenac authored
To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 11 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 05 Jan, 2006 3 commits
-
-
Damien Fouilleul authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 04 Jan, 2006 1 commit
-
-
Clément Stenac authored
Initial support for registering and handling some shared stats
-
- 02 Oct, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
- 11 Aug, 2005 2 commits
-
-
Clément Stenac authored
-
Antoine Cellerier authored
-
- 09 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 17 Apr, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 04 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 29 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 29 Apr, 2004 1 commit
-
-
Clément Stenac authored
-
- 06 Jan, 2004 1 commit
-
-
Clément Stenac authored
-
- 04 Dec, 2003 1 commit
-
-
Gildas Bazin authored
-
- 03 Dec, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
* doxygenated parts of the messages system
-
- 08 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* include/vlc_codec.h: defines decoders/encoders related structures here. * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame. * include/vlc/decoder.h: include vlc_codec.h * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types. * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder. * src/input/*: some cleanup.
-
- 24 Jun, 2003 1 commit
-
-
Sam Hocevar authored
collisions with a couple of plugins.
-
- 13 Jun, 2003 1 commit
-
-
Sam Hocevar authored
using our va_list twice, which caused crashes on architectures where va_list is a pointer; we now use va_copy whenever possible.
-