An error occurred fetching the project authors.
- 11 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Now lets hunt the format warnings!
-
- 02 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Dec, 2006 1 commit
-
-
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 :)
-
- 01 Dec, 2006 1 commit
-
-
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.
-
- 24 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 27 Apr, 2006 1 commit
-
-
Jean-Paul Saman authored
Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
-
- 18 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 02 Mar, 2006 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier 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.
-
- 04 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
* share/html/* : sepcify UTF-8 as XML encoding * httpd.c : add a bunch of "const"
-
- 29 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(much like httpd_ClientIP()) - Rewrite httpd_ClientIP() to use existing API and not use malloc/free
-
- 12 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont 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 Jun, 2005 1 commit
-
-
Christophe Massiot authored
allowed to connect. The format is : 192.168.0.0/24 172.16.12.42/32 * src/misc/net.c: New function net_CheckIP to check that an IP is in a given range. * OTHERS: Changed prototypes to allow for two new arguments for the hosts list.
-
- 22 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
a minor TLS httpd API change was needed (closes #92)
-
- 04 Nov, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 03 Mar, 2004 1 commit
-
-
Laurent Aimar authored
* include/vlc_httpd.h src/misc/httpd.c: added new http daemon, it will allow http 1.1, redirection, RTSP, ...
-