1. 18 Mar, 2003 3 commits
  2. 17 Mar, 2003 11 commits
  3. 16 Mar, 2003 6 commits
  4. 15 Mar, 2003 8 commits
  5. 14 Mar, 2003 6 commits
  6. 13 Mar, 2003 6 commits
    • Sigmund Augdal Helberg's avatar
      d21e31cf
    • Sigmund Augdal Helberg's avatar
      401d2c46
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/misc.? · 4815c251
      Derk-Jan Hartman authored
        - added VLBrushedMetalImageView. This imageview does not respond to
          mousedrage, so we can still move our window by it's background.
      * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
        - Changed the container of our background image to the new
          VLBrushedMetalImageView.
          This fixes #390
      4815c251
    • Marc Ariberti's avatar
      ff328a8e
    • Derk-Jan Hartman's avatar
      * extras/MacOSX/vlc.pbproj/project.pbxproj: · 2b4c0fcd
      Derk-Jan Hartman authored
        - added .qt and .pls file extensions.
      
      * modules/gui/macosx/intf.m:
        - increased the number of lines the messages dialog can hold to 400.
      
      * added fourcc '3iv1' to .avi and .mov
        - this is 3ivx D3.5 video.
        - we cannot read them at however and probably never will. I added them
          for completeness.
      
      * added fourcc '3iv2' to .avi and ffmpeg
        - this is 3ivx D4 video
        - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.
      
      * added fourcc '3ivd' to .avi, .mov and ffmpeg.
        - this is video which was divx doctored by the 3ivx doctor program.
        - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.
      
      * added fourcc '3vid' to .avi, .mov and ffmpeg.
        - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
        - ffmpeg can decode it however, so it is mapped to MPEG4 v3.
      2b4c0fcd
    • Marc Ariberti's avatar
      * all: enhancements of the familiar interface includes : · e5a02487
      Marc Ariberti authored
          - the interface adapts to the screen size/rotation
          - a playlist
          - a network tab next to te file tab inside the media tab
          - MRL-Combo behaviour changed a bit
          - apply handling in preferences
      e5a02487