An error occurred fetching the project authors.
  1. 04 Mar, 2004 1 commit
  2. 03 Mar, 2004 1 commit
    • Eric Petit's avatar
      macsox/* : added --macosx-fill · c6553ec2
      Eric Petit authored
        In fullscreen, crops the picture if necessary in order to fill
        the screen without black borders (e.g. you lose top and bottom parts
        of the picture when watching a 4:3 video on a 16:9 display).
        (Only implemented in OpenGL mode)
      c6553ec2
  3. 28 Feb, 2004 1 commit
  4. 26 Feb, 2004 2 commits
  5. 25 Feb, 2004 1 commit
  6. 12 Feb, 2004 1 commit
  7. 09 Feb, 2004 3 commits
  8. 03 Feb, 2004 1 commit
  9. 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
  10. 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
  11. 28 Jan, 2004 2 commits
  12. 27 Jan, 2004 1 commit
  13. 26 Jan, 2004 2 commits
  14. 25 Jan, 2004 1 commit
  15. 22 Dec, 2003 1 commit
  16. 15 Dec, 2003 1 commit
  17. 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
  18. 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
  19. 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
  20. 06 Nov, 2003 1 commit
  21. 05 Nov, 2003 1 commit
  22. 31 Oct, 2003 1 commit
  23. 30 Oct, 2003 1 commit
  24. 29 Oct, 2003 2 commits
  25. 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
  26. 25 Aug, 2003 1 commit
  27. 20 Aug, 2003 2 commits
  28. 19 Aug, 2003 1 commit
  29. 14 Aug, 2003 1 commit
  30. 03 Jun, 2003 1 commit
  31. 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
  32. 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