An error occurred fetching the project authors.
  1. 17 Apr, 2008 1 commit
  2. 13 Apr, 2008 1 commit
  3. 09 Apr, 2008 1 commit
  4. 07 Apr, 2008 2 commits
  5. 31 Mar, 2008 1 commit
  6. 27 Mar, 2008 1 commit
  7. 26 Mar, 2008 1 commit
  8. 25 Mar, 2008 1 commit
  9. 13 Mar, 2008 1 commit
  10. 12 Mar, 2008 1 commit
    • Rafaël Carré's avatar
      Improvements to syslog logger - by Hans Lambermont · 0cd7064a
      Rafaël Carré authored
      - add PID to syslog and use lowercase vlc (conforming to syslog standards)
      - add the command-line verbosity control -v[0-2] to html/text/syslog
          logging, such that one can disable f.i. LOG_DEBUG from being offered
          to html/text/syslog completely.
      - add the priority to the syslog message
      0cd7064a
  11. 09 Mar, 2008 1 commit
  12. 05 Mar, 2008 2 commits
  13. 04 Mar, 2008 1 commit
  14. 29 Feb, 2008 2 commits
  15. 19 Feb, 2008 1 commit
  16. 12 Feb, 2008 1 commit
  17. 10 Feb, 2008 4 commits
  18. 03 Feb, 2008 2 commits
  19. 21 Jan, 2008 1 commit
  20. 19 Jan, 2008 2 commits
    • Christophe Mutricy's avatar
      typo · 176de7b8
      Christophe Mutricy authored
      176de7b8
    • Jean-Paul Saman's avatar
      Patch by Frans van Veen and Jasper Alias with modifications by me. · 65de9dd7
      Jean-Paul Saman authored
      New;
      - Mozilla/firefox toolbar for Linux
      - Play, Pause, Stop, Fullscreen and Mute buttons
      - Timeline, you can click on any place in the timeline and the movie will jump to it
      
      Fixed: 
      - Coding style, readibility
      - Maximum 80 characters per line
      - Major memory leak, due to not releasing image data
      
      Known bugs:
      - updating timeline not working well because callback function not working "libvlc_event_attach......"
      - white line below the toolbar
      - play/pause toggle not working well because ticket #1065
      
      65de9dd7
  21. 18 Jan, 2008 1 commit
  22. 13 Jan, 2008 1 commit
  23. 10 Jan, 2008 1 commit
  24. 07 Jan, 2008 1 commit
  25. 01 Jan, 2008 1 commit
  26. 30 Dec, 2007 1 commit
  27. 21 Dec, 2007 1 commit
  28. 14 Dec, 2007 1 commit
  29. 06 Dec, 2007 1 commit
  30. 29 Nov, 2007 1 commit
  31. 22 Nov, 2007 1 commit
  32. 21 Nov, 2007 1 commit
    • Jean-Paul Saman's avatar
      Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR... · ab76f23e
      Jean-Paul Saman authored
      Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
      
      ab76f23e