An error occurred fetching the project authors.
  1. 28 Sep, 2008 11 commits
  2. 18 Sep, 2008 2 commits
  3. 07 Sep, 2008 1 commit
  4. 06 Sep, 2008 1 commit
  5. 28 Aug, 2008 1 commit
  6. 27 Aug, 2008 1 commit
  7. 26 Aug, 2008 2 commits
  8. 22 Aug, 2008 1 commit
  9. 17 Aug, 2008 1 commit
  10. 12 Aug, 2008 1 commit
  11. 03 Aug, 2008 1 commit
  12. 01 Aug, 2008 1 commit
  13. 28 Jul, 2008 1 commit
  14. 28 Jun, 2008 1 commit
  15. 21 Jun, 2008 1 commit
  16. 18 Jun, 2008 1 commit
  17. 17 Jun, 2008 1 commit
  18. 15 Jun, 2008 1 commit
  19. 14 Jun, 2008 3 commits
  20. 05 Jun, 2008 1 commit
    • Pierre d'Herbemont's avatar
      input: Add --auto-adjust-pts-delay, this allows to stream/receive with an extremely low latency. · ea89b9c2
      Pierre d'Herbemont authored
      Simple demo:
      vlc --sout="#duplicate{dst=display,dst='transcode{vcodec=mp4v}:std{access=http,dst=0.0.0.0:8080,mux=ts}'}" --ignore-config  --use-stream-immediate movie.avi &
      vlc --use-stream-immediate http://127.0.0.1:8080
      and
      vlc --use-stream-immediate http://127.0.0.1:8080 --auto-adjust-pts-delay
      
      You'll have to wait a bit until the pts delay is auto adjusted. Generally it takes 2-4 seconds, because access set a very high default pts delay value. One amelioration would be to lower the pts_delay when this option is set to allow a quicker convergence.
      
      The general algorithm requires some tuning, but results are here.
      
      Note, this only works if there is a video track. A similar function could be developped for the audio tracks.
      ea89b9c2
  21. 04 Jun, 2008 1 commit
  22. 23 Apr, 2008 1 commit
    • Rafaël Carré's avatar
      meta-data handling cleanup · 7bc28eeb
      Rafaël Carré authored
      Remove VLC_META_ENGINE_*
      Don't use VLC_META_INFO_CAT
      Avoid using input_Item{Add,Get}Info
      Remove disabled code in cdda
      Remove "meta fetcher":
          There was only 1 module (not) implementing it (musicbrainz)
          Reduces complexity in playlist core
      Use a more consistent naming
      Factorize QT4 sorting and column display code
      Remove unused members
      7bc28eeb
  23. 14 Apr, 2008 3 commits
  24. 30 Mar, 2008 1 commit