1. 02 Nov, 2003 5 commits
  2. 01 Nov, 2003 9 commits
  3. 31 Oct, 2003 5 commits
  4. 30 Oct, 2003 7 commits
  5. 29 Oct, 2003 14 commits
    • Sigmund Augdal Helberg's avatar
      modules/demux/mkv.cpp: · f67d9f1a
      Sigmund Augdal Helberg authored
       * added support for matroska files with embedded spu tracks, what the
         matroska people call VobSubs
      f67d9f1a
    • Gildas Bazin's avatar
      · 79270b87
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences_widgets.cpp: attempt at optimizing KeyConfigControl which is really slow on wxGTK.
      79270b87
    • Clément Stenac's avatar
    • Gildas Bazin's avatar
      · 80675857
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences.cpp: restored the old size of the preferences panel... it is big enough already.
      80675857
    • Gildas Bazin's avatar
      · 33143a68
      Gildas Bazin authored
      * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MPEG2VIDEO only supported from version 4676.
      33143a68
    • Gildas Bazin's avatar
      · faf0b184
      Gildas Bazin authored
      * modules/codec/ffmpeg/ffmpeg.c: CODEC_ID_MP3 is only available on recent ffmpeg versions.
      faf0b184
    • Gildas Bazin's avatar
      · 7f257862
      Gildas Bazin authored
      * modules/gui/wxwindows/*: fixed breakage.
      7f257862
    • Clément Stenac's avatar
    • Clément Stenac's avatar
      * src/playlist/* && Makefile.am · 84b846bf
      Clément Stenac authored
         - splitted the enormous playlist.c file
         - implemented a better item group system: groups have a name
           and must be created before use by
            playlist_CreateGroup( p_playlist, "newgroupname")
      
      * modules/misc/sap.c
         - Create our own playlist group ("SAP") and use it
      
      * modules/access/slp.c
         - Create our own playlist group ("SLP") and use it
      
      * modules/demux/util/id3tag.c
         - Trigger playlist update when we have parsed our tag
      
      * modules/gui/wxwindows/interface.cpp
         - Fixed the about box by using vlc_wraptext
         - Added the simple open and the streaming wizard icons
                 *** Icons need to be changed ! ***
         - Added the visualization to the extended gui
      
      * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
         - Enlarged the window to fit the wrapped text
         - Added help for audio encoders
      
      * modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
         - Created a "streaming wizard" window (3-step streaming)
      
      * modules/gui/wxwindows/iteminfo.cpp:
         - Group change is now based on the name
      
      * modules/gui/wxwindows/playlist.cpp
         - Added author and group columns to the listview
         - Redesigned the window
         - Added the Sort menu with several criteria (title, author, group)
         - Added up/down buttons to move an item in the playlist
         - Added the group menu to enable/disable a group in an understandable way
      
      
      TODO:
      -----
      
      * playlist core :
         - Implement advanced sort capabilities  (multi-criteria)
         - File format to save the new features
         - export playlist (to M3U, eg)
         - more robust group creation (duplicates check, ...)
      
      * wxWindows playlist:
         The idea of a treeview seems impossible, because of wxWindow's treeview,
         that don't allow multi-selection, and, as far as I know, multi-columns.
         - Provide a frontend to advanced sort (when it's done :-) )
         - Allow moving items by drag & drop (well, if possible, haven't checked yet)
         - Allow moving several items at once
         - Customizable listview (ability to remove/move columns)
         - Find a solution to the focus problem
           (when you change track, the selected one scrolls at the
            bottom of the visible screen)
      
      * wxWindows interface:
         - New icons, our icons begin to get old and not so pretty
         - Find a solution for the volume bar (nobody understands what it is)
      84b846bf
    • Gildas Bazin's avatar
      * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment. · f0c46561
      Gildas Bazin authored
      * modules/video_output/directx/events.c: fixed key modifiers detection.
      * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
      f0c46561
    • Derk-Jan Hartman's avatar
    • Derk-Jan Hartman's avatar
      * the OSX vout has support for the new hotkeys now. no prefs for it yet. · cd2c272c
      Derk-Jan Hartman authored
        And this is no final solution, i think it should be handled in VLCApplication.
      cd2c272c
    • Gildas Bazin's avatar
      · 90973854
      Gildas Bazin authored
      * ALL: improved hotkeys support.
      90973854
    • Sigmund Augdal Helberg's avatar
      modules/misc/freetype.c: · e41adc05
      Sigmund Augdal Helberg authored
       * fixed freetype module on big endian systems
       * removed a nasty debug line
       * cosmetic fix
      e41adc05