An error occurred fetching the project authors.
  1. 28 Feb, 2004 1 commit
  2. 26 Feb, 2004 2 commits
  3. 25 Feb, 2004 1 commit
  4. 12 Feb, 2004 1 commit
  5. 09 Feb, 2004 3 commits
  6. 03 Feb, 2004 1 commit
  7. 02 Feb, 2004 1 commit
    • Eric Petit's avatar
      macosx/prefs.m: compile fix · 90a72314
      Eric Petit authored
       macosx/vout*: fixed quality problems introduced in my last commit
         (noticeably slower now, but fixed), cleaning
      90a72314
  8. 29 Jan, 2004 1 commit
    • Eric Petit's avatar
      macosx/vout* : · 7cef32c0
      Eric Petit authored
         + Unkludged a lot the way the OpenGL output was working until now
         + Optimized here and here. Please test!
      7cef32c0
  9. 28 Jan, 2004 2 commits
  10. 27 Jan, 2004 1 commit
  11. 26 Jan, 2004 2 commits
  12. 25 Jan, 2004 1 commit
  13. 22 Dec, 2003 1 commit
  14. 15 Dec, 2003 1 commit
  15. 08 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · b2149863
      Gildas Bazin authored
      * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
      * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
      b2149863
  16. 15 Nov, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * New OSX controller (iTunes style) · 1e96bee0
      Derk-Jan Hartman authored
        - Drag and drop implemented
        - still need new sliders and remove the titlebar.
      * revert the mozilla plugin changes. i will build a seperate module for that
      * simplified previous/next (only playlist, people with chapters and titles
         will have to use the menu
      * Moved the disable screensaver from interface to vout.
      1e96bee0
  17. 11 Nov, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * include/vlc_keys.h: added StringToKey() · 764f9e8b
      Derk-Jan Hartman authored
      * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
      * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
      * REST: implemented configurable hotkeys for OS X.
      764f9e8b
  18. 06 Nov, 2003 1 commit
  19. 05 Nov, 2003 1 commit
  20. 31 Oct, 2003 1 commit
  21. 30 Oct, 2003 1 commit
  22. 29 Oct, 2003 2 commits
  23. 20 Sep, 2003 2 commits
    • Derk-Jan Hartman's avatar
      * include/vlc/vlc.h: · 2b78a774
      Derk-Jan Hartman authored
        - removed the defines for i_mode concerning random and loop. We use config
          variables for all of these.
      * src/libvlc.h:
        - removed the enqueue playlist config option. It's no longer used.
        - added a repeat option. vlc will keep playing the same playlist_item,
          until the option is unset.
      * src/playlist/playlist.c:
        - added a repeat, random and loop variable.
        - wxwindows should use these as well I think.
      * modules/gui/macosx:
        - added the INTF_ABOUT_MSG to the about dialog.
        - implemented the about and repeat items.
      2b78a774
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/*: · 47d57d6d
      Derk-Jan Hartman authored
        - implemented the new input variables for control.
        - reevaltuated the locking mechanisms in the osx intf.
          a lot of this can now be removed, because of the new input structures,
          and the vout garbage collector of playlist.
      47d57d6d
  24. 25 Aug, 2003 1 commit
  25. 20 Aug, 2003 2 commits
  26. 19 Aug, 2003 1 commit
  27. 14 Aug, 2003 1 commit
  28. 03 Jun, 2003 1 commit
  29. 23 May, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;) · f070592b
      Derk-Jan Hartman authored
      * modules/gui/macosx/vout.m: removed some code that was preventing us from
        using chroma converters.
      * modules/codec/quicktime.c:
        - added the video decoder. only works with SVQ3 atm, returns Invalid
          BITMAPHEADER for some reason in all other cases.
        - did some cleaning up. this might just work under Win32 now aswell,
          gibalou will do some testing tomorrow ;)
        - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
          faster. I'm not yet sure which one i prefer.
      f070592b
  30. 21 May, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * include/main.h · d90e04a7
      Derk-Jan Hartman authored
        src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
      * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
        of identifying the right Codec to use for decoding to be one of these areas.
        So when we do this, only one thread at a time can use QT.
        Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
      d90e04a7
  31. 05 May, 2003 1 commit
  32. 04 May, 2003 1 commit
    • Gildas Bazin's avatar
      · 30336bba
      Gildas Bazin authored
      * src/misc/variables.c, ALL: improvements to the object variables api.
         - added another argument to var_Change().
         - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
           that are used to set/get a friendly name to an object variable.
         - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
           the number of availabel choices without having to get their value
           as well.
         - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
           a friendly name to the choice value.
         - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
           names.
      
      * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
      30336bba