An error occurred fetching the project authors.
- 08 Mar, 2006 1 commit
-
-
Eric Petit authored
-
- 06 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
-
- 05 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
- Remove vlc_dcgettext in those cases
-
- 02 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 18 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Feb, 2006 1 commit
-
-
Clément Stenac authored
-
- 02 Feb, 2006 1 commit
-
-
Antoine Cellerier authored
to use in interfaces) The downloadable plugins part still needs some work. modules/control/rc.c : add function to query updates (mainly used for testing) modules/gui/wxwidgets/* : update pannel.
-
- 01 Feb, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
-
- 27 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 24 Jan, 2006 1 commit
-
-
Clément Stenac authored
It is only available in debug mode. To use: stats_TimerStart( vlc_object_t* , char *name ); stats_TimerStop( vlc_object_t *, char *name ); stats_TimerDump( vlc_object_t* , char *name ) will print a line TIMER name : last_time - total_time / number of samples (average time) stats_TimersDumpAll is not implemented yet
-
- 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
-
- 08 Jan, 2006 1 commit
-
-
Clément Stenac authored
Fix compilation
-
- 04 Jan, 2006 1 commit
-
-
Clément Stenac authored
Initial support for registering and handling some shared stats
-
- 15 Dec, 2005 1 commit
-
-
Clément Stenac authored
Minor headers cleanup
-
- 05 Dec, 2005 1 commit
-
-
Clément Stenac authored
-
- 22 Sep, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 26 Aug, 2005 1 commit
-
-
Christophe Massiot authored
to spawn an external process and get its output. Only implemented for UNIX-style systems at present. * src/misc/httpd.c: New "handler" node type which bypasses the internal HTTPD behaviour. * modules/control/http: New --http-handlers option to dedicate particular extensions to external programs (PHP or Perl for instance). This is in accordance with the CGI/1.1 specification.
-
- 23 Aug, 2005 1 commit
-
-
Christophe Massiot authored
compilation time. * configure.ac: Compilation information are now determined at configure-time. Fixed libSDL_image static linking. * src/libvlc.c: Removed VLC_CompileTime() since this is not possible without increasing the compilation time.
-
- 22 Aug, 2005 2 commits
-
-
Christophe Massiot authored
-
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.
-
- 17 Aug, 2005 1 commit
-
-
Christophe Massiot authored
* toolbox: New --update-version switch, which builds the version.c file from current date, user/hostname/domainname, compiler version and svn changeset. * src/libvlc.c: Exported API to access data from version.c. * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by, vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. To stream use a commandline similar to this: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv For local playback a commandline like this is needed: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv Have fun with the basic functionality - jpsaman.
-
- 06 Aug, 2005 3 commits
-
-
Cyril Deguet authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 05 Aug, 2005 1 commit
-
-
Christophe Massiot authored
* modules/control/http.c: Use scandir instead of readdir since it allows to sort the files alphanumerically. * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
-
- 17 Jul, 2005 1 commit
-
-
Cyril Deguet authored
* all: compilation fix with vc7.1 compiler, and removed a bunch of warnings (there are still many warnings about size_t/int mismatch though...)
-
- 13 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
we ever need to reborn vlc_reduce for some unanticipated reason
-
- 12 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Jul, 2005 1 commit
-
-
Christophe Massiot authored
-
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(someone show me a screen with a negative pixel resolution)
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 31 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Apr, 2005 1 commit
-
-
Damien Fouilleul authored
-