An error occurred fetching the project authors.
  1. 07 Jun, 2007 2 commits
  2. 06 Jun, 2007 1 commit
  3. 03 Jun, 2007 1 commit
    • Laurent Aimar's avatar
      - Added support for embeded cover. Demuxer just need to fill psz_arturl meta · 9d8ceda6
      Laurent Aimar authored
      field to "attachment://NAME" where NAME is an attachment filename
      (returned by DEMUX_GET_ATTACHMENTS)
      - Lock input_item_t every time we access p_meta fields (there is still a problem
      as playlist code does not always do so...).
      - Do not preparse item we have already played.
      - Wait that the current playing item is meta parsed before fetching its cover.
      
      9d8ceda6
  4. 31 May, 2007 1 commit
  5. 30 May, 2007 1 commit
  6. 29 May, 2007 1 commit
  7. 25 May, 2007 1 commit
  8. 19 May, 2007 1 commit
  9. 18 May, 2007 1 commit
  10. 11 May, 2007 1 commit
  11. 05 Apr, 2007 1 commit
  12. 24 Mar, 2007 1 commit
  13. 23 Mar, 2007 1 commit
  14. 07 Mar, 2007 1 commit
  15. 02 Mar, 2007 1 commit
  16. 28 Feb, 2007 1 commit
  17. 26 Feb, 2007 1 commit
    • Laurent Aimar's avatar
      Force VLM stream to not use sout-keep. · d7bc817f
      Laurent Aimar authored
      Fixed race condition with sout-keep.
      Fixed broken sout-keep behaviour (currently active sout can be used
       twice or destroyed..., it might fixed segfaults reported by xxcv))
      
      d7bc817f
  18. 22 Feb, 2007 1 commit
  19. 21 Feb, 2007 1 commit
  20. 12 Feb, 2007 1 commit
  21. 05 Jan, 2007 1 commit
  22. 03 Jan, 2007 2 commits
    • Rémi Denis-Courmont's avatar
      Same thing as previous commit. · e85b2e83
      Rémi Denis-Courmont authored
      Do not ignore access specification; do not fallback to vcd, file whatever.
      It sucks (e.g. if following an HTTP URL you really should only try to
      use the HTTP plugin, and this is the proper and only way to do it).
      
      Again MRLSplit might need to be improved (not sure how)
      e85b2e83
    • Rémi Denis-Courmont's avatar
      Remove the ugly insecure hack. · 57be55cd
      Rémi Denis-Courmont authored
      Maybe you have a colon in your filename,
      but it is no reason to mix access protocols.
      57be55cd
  23. 22 Dec, 2006 1 commit
    • Clément Stenac's avatar
      Add facilities to report and enrich error messages. · 65d21833
      Clément Stenac authored
      The idea is that a given error should be reported only once to the user.
      At the moment, for example, we can get:
      - "no suitable access module" (printed by module_Need)
       - "unable to create access" (printed by input/access)
       - "unable to open stream" (printed by input/input)
       - ...
      
      The facilities provided here are:
      * msg_StackSet( code, message ) : "throw" a new error
      * msg_StackAdd( message ) : Append a message allowing to trace the message
      * msg_StackMsg() : Retrieve the message
      
      So, in the previous example, module_Need would msg_StackSet( code, "no
      suitable access module"), then input/input would add "unable to create
      access" and finally, input/input can print the "unable to open stream:
      unable to create access: no suitable module" message.
      
      The three functions are context-free, you don't need a vlc_object, so
      that we can add verbose error reporting everywhere.
      
      65d21833
  24. 10 Dec, 2006 1 commit
  25. 03 Dec, 2006 1 commit
  26. 27 Nov, 2006 1 commit
  27. 26 Nov, 2006 3 commits
    • Clément Stenac's avatar
      3fada58d
    • Clément Stenac's avatar
      Ah Ah · ea6f725b
      Clément Stenac authored
      ea6f725b
    • Clément Stenac's avatar
      A bit of headers cleanup · d3fe7f28
      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.
      d3fe7f28
  28. 25 Nov, 2006 1 commit
  29. 23 Nov, 2006 1 commit
  30. 08 Nov, 2006 2 commits
  31. 29 Oct, 2006 2 commits
  32. 21 Oct, 2006 1 commit
  33. 19 Oct, 2006 1 commit
  34. 11 Oct, 2006 1 commit