An error occurred fetching the project authors.
  1. 08 Mar, 2006 1 commit
  2. 06 Mar, 2006 1 commit
  3. 05 Mar, 2006 1 commit
  4. 02 Mar, 2006 1 commit
  5. 19 Feb, 2006 1 commit
  6. 18 Feb, 2006 1 commit
  7. 03 Feb, 2006 1 commit
  8. 02 Feb, 2006 1 commit
  9. 01 Feb, 2006 2 commits
  10. 27 Jan, 2006 1 commit
  11. 24 Jan, 2006 1 commit
    • Clément Stenac's avatar
      Add a timing facility (Refs:#473) · c8f73cd6
      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
       
      c8f73cd6
  12. 15 Jan, 2006 1 commit
  13. 12 Jan, 2006 1 commit
  14. 08 Jan, 2006 1 commit
  15. 04 Jan, 2006 1 commit
  16. 15 Dec, 2005 1 commit
  17. 05 Dec, 2005 1 commit
  18. 22 Sep, 2005 2 commits
  19. 26 Aug, 2005 1 commit
    • Christophe Massiot's avatar
      * src/extras/libc.c: Implemented a wrapper around fork() and execve() · fe927c0f
      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.
      fe927c0f
  20. 23 Aug, 2005 1 commit
  21. 22 Aug, 2005 2 commits
  22. 17 Aug, 2005 1 commit
    • Christophe Massiot's avatar
      * Makefile.am: New file version.c, generated at each 'make' command. · 2851705c
      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.
      2851705c
  23. 10 Aug, 2005 1 commit
    • Jean-Paul Saman's avatar
      Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu... · 26e60046
      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.
      
      26e60046
  24. 06 Aug, 2005 3 commits
  25. 05 Aug, 2005 1 commit
  26. 17 Jul, 2005 1 commit
  27. 13 Jul, 2005 1 commit
  28. 12 Jul, 2005 1 commit
  29. 11 Jul, 2005 1 commit
  30. 10 Jul, 2005 1 commit
  31. 09 Jul, 2005 1 commit
  32. 08 Jul, 2005 1 commit
  33. 31 May, 2005 1 commit
  34. 22 May, 2005 1 commit
  35. 28 Apr, 2005 1 commit