An error occurred fetching the project authors.
- 17 Jun, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 May, 2008 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 20 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 12 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
mvar_InfoSetNew(): removes unused parameter avoids unused parameter warnings from httpd callbacks
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 23 Nov, 2007 1 commit
-
-
Rémi Denis-Courmont authored
heavy simplification, and fix(/remove) piles of error cases. Server gets to choose the charset anyway.
-
- 09 Oct, 2007 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 18 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Please fix it *** IF YOU KNOW WHAT YOU ARE DOING ***
-
- 19 Aug, 2007 1 commit
-
-
Antoine Cellerier authored
-
- 05 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Nov, 2006 1 commit
-
-
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.
-
- 10 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 30 Apr, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 Apr, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 29 Mar, 2006 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 27 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Mar, 2006 1 commit
-
-
Antoine Cellerier authored
* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions. * macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
-
- 19 Feb, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
(instead of stoping after a depth of 2) src/misc/vlm.c : minor instance information reporting change
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 15 Dec, 2005 1 commit
-
-
Christophe Massiot authored
-
- 14 Dec, 2005 1 commit
-
-
Derk-Jan Hartman authored
* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com.
-
- 29 Aug, 2005 1 commit
-
-
Christophe Massiot authored
drive letters because it seems to cause problems with removable devices.
-
- 22 Aug, 2005 1 commit
-
-
Christophe Massiot authored
allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives. This is a bit kludgy but so convenient to change drives under Windows. * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach directory. Thou shalt escape all exported functions with E_() to avoid potential namespace collisions ! * po: Re-run make update-po since POTFILES.in has changed.
-
- 19 Aug, 2005 1 commit
-
-
Christophe Massiot authored
indicate which object we are playing with (for instance 'VLC_OBJECT_INPUT' or 'VLC_OBJECT_PLAYLIST'). Espace \ in addslashes. * modules/control/http: Factorized and simplified the RealPath() stuff. Fixed a few hardcoded '/' as a path separator.
-
- 18 Aug, 2005 1 commit
-
-
Clément Stenac authored
-