An error occurred fetching the project authors.
  1. 08 Jun, 2007 1 commit
  2. 28 Mar, 2007 1 commit
  3. 11 Mar, 2007 1 commit
  4. 08 Mar, 2007 1 commit
  5. 05 Mar, 2007 1 commit
  6. 03 Mar, 2007 1 commit
  7. 02 Mar, 2007 1 commit
  8. 02 Feb, 2007 1 commit
    • Felix Paul Kühne's avatar
      * collection of various fixes and edits · cd19d6a4
      Felix Paul Kühne authored
          - removed <10.3 support in the preferences' code
          - added preliminary support for Obj-C 2.0 / Garbage Collection
              - needs to be enabled manually in intf.h for now and is restricted to future Darwin release
          - updated various copyright dates to approbate values
          - configured the source tree in the Xcode project for future Xcode releases
          - finally renamed the Xcode project to the correct bundle extension
      cd19d6a4
  9. 15 Sep, 2006 1 commit
    • Clément Stenac's avatar
      For consistency, remove references to vlc from libvlc · f485214f
      Clément Stenac authored
      Also, make it clearer what is shared and instance-specific
      
      So,
      libvlc_t ==> libvlc_global_t
      vlc_t ==> libvlc_int_t (internal instance)
      
      p_object->p_libvlc ==> p_object->p_libvlc_globale
      p_object->p_vlc ==> p_object->p_libvlc
      
      VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
      
      And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
      
      f485214f
  10. 30 Aug, 2006 1 commit
  11. 27 Aug, 2006 1 commit
    • Damien Fouilleul's avatar
      all: rewrite of mozilla plugin · a593fa18
      Damien Fouilleul authored
      - added a couple of support APIs in libvlc
      - retired XPCOM interface, all scripting now goes through NPObject apis
      - new APIs using libvlc (roughly similar to java bindings)
      
      a593fa18
  12. 14 Jun, 2006 1 commit
  13. 01 Jun, 2006 1 commit
  14. 04 Apr, 2006 1 commit
  15. 01 Apr, 2006 1 commit
  16. 30 Mar, 2006 1 commit
  17. 29 Mar, 2006 1 commit
  18. 19 Mar, 2006 1 commit
  19. 13 Feb, 2006 1 commit
  20. 01 Feb, 2006 1 commit
  21. 12 Jan, 2006 1 commit
  22. 18 Dec, 2005 1 commit
    • Benjamin Pracht's avatar
      * Apply changed made to the 0.8.5 branch to trunk. · f3ccaec1
      Benjamin Pracht authored
      * Embedded Vout should work now
      * To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder
      * Just make sure you define the view as resizeable
      * Hotkeys and mose events should work
      * Tests with the mozilla plugin are welcome
      
      
      f3ccaec1
  23. 09 Jul, 2005 1 commit
  24. 08 Jul, 2005 1 commit
  25. 14 Jun, 2005 1 commit
  26. 04 Jun, 2005 1 commit
  27. 25 Mar, 2005 1 commit
  28. 16 Mar, 2005 1 commit
  29. 23 Feb, 2005 1 commit
  30. 18 Feb, 2005 2 commits
  31. 13 Dec, 2004 1 commit
  32. 12 Dec, 2004 2 commits
  33. 05 Oct, 2004 1 commit
  34. 17 Aug, 2004 2 commits