1. 17 May, 2003 1 commit
    • Gildas Bazin's avatar
      · 4525fffa
      Gildas Bazin authored
      * configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
      * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
      4525fffa
  2. 16 May, 2003 1 commit
    • Gildas Bazin's avatar
      · bd7ed3ce
      Gildas Bazin authored
      * modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.
      bd7ed3ce
  3. 15 May, 2003 14 commits
  4. 14 May, 2003 8 commits
  5. 13 May, 2003 9 commits
  6. 12 May, 2003 5 commits
    • Gildas Bazin's avatar
      · 86e2b37d
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
      * modules/gui/wxwindows/open.cpp: small cosmetic changes.
      86e2b37d
    • Eric Petit's avatar
      modules/gui/beos/VlcWrapper.h: compile fix · a476938b
      Eric Petit authored
      a476938b
    • Gildas Bazin's avatar
      · cca686f8
      Gildas Bazin authored
      * include/vlc_common.h: small change to shut-up some memory checkers.
      cca686f8
    • Gildas Bazin's avatar
      · 0e7b380a
      Gildas Bazin authored
      * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
      * modules/video_output/directx/events.c: fixed non-initialized variable.
      * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
      * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
      * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
      * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
      0e7b380a
    • Derk-Jan Hartman's avatar
      * First set config variable, then add the files (and therefore potentially · 9d8a2d05
      Derk-Jan Hartman authored
        play them) in the playlist. Otherwise we can be too late.
      9d8a2d05
  7. 11 May, 2003 2 commits
    • Derk-Jan Hartman's avatar
      * extras/MacOSX/vlc.pbproj/project.pbxproj: · cfbae214
      Derk-Jan Hartman authored
        - Add the THANKS file to the Mac OS X application
      * modules/gui/macosx/about.?:
        - Use c-style comments instead of //
        - Open the AUTHORS file with the correct Encoding
        - Display the THANKS file as well
        - Rotate the scrolling when at the end
      * modules/gui/macosx/intf.m:
        - put Cocoa into multithreaded mode as soon as possible. Not really
          causing any problems now, but is cleaner.
      * modules/gui/macosx/prefs.m:
        - Select the current setting when we create a combobox.
      cfbae214
    • Derk-Jan Hartman's avatar
      * ALL: · b4080ac4
      Derk-Jan Hartman authored
        - removed a bit too much code from the interface files previous commit.
          Menu's were enabled if there was no input.
        - removed a NSLog which was used for bugtracking
      b4080ac4