1. 24 Oct, 2003 2 commits
  2. 23 Oct, 2003 13 commits
  3. 22 Oct, 2003 5 commits
    • Gildas Bazin's avatar
      · 0ca852db
      Gildas Bazin authored
      * NEWS, modules/LIST: updated with the new features.
      0ca852db
    • Olivier Teulière's avatar
      * modules/gui/skins/*: Added a "playondrop" attribute to the "Window" · bbf9da7d
      Olivier Teulière authored
           tag, which enables to choose whether drop files should be played
           directly or only enqueued (default is "true", to be backwards
           compatible).
           Implemented on win32 and x11, only tested on win32.
       * doc/skins/skins-howto.txt: Updated the doc accordingly
      bbf9da7d
    • Gildas Bazin's avatar
      · 2b22ca83
      Gildas Bazin authored
      * modules/codec/speex.c: fixed a couple of bugs.
      2b22ca83
    • Gildas Bazin's avatar
      · dd9e6708
      Gildas Bazin authored
      * configure.ac, modules/codec/Modules.am, modules/codec/speex.c: new speex decoder and packetizer using libspeex.
      * modules/demux/ogg.c: added support for speex to the Ogg demuxer.
      * modules/mux/ogg.c: added support for speex to the Ogg muxer.
      * src/misc/variables.c: when creating choices object variables with inheritance enabled, automatically add the inherited value to the list of choices.
      * modules/access/udp.c: use an object variable and inheritance for "udp-caching".
      * src/input/input.c: disable the hack for filenames with colons on win32 because filenames can't contain colons.
      dd9e6708
    • Laurent Aimar's avatar
      * added support for S_SSA and S_ASS old way (fix 1373). · c106f23b
      Laurent Aimar authored
         added removing of all {\xxxx} in the SSA stream.
      c106f23b
  4. 21 Oct, 2003 5 commits
  5. 20 Oct, 2003 11 commits
  6. 19 Oct, 2003 4 commits
    • Gildas Bazin's avatar
      · 6fc5b53e
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix for unicode build.
         Small cosmetic fixes to the code.
      * modules/gui/wxwindows/menus.cpp: added a couple of new options.
      6fc5b53e
    • Derk-Jan Hartman's avatar
      * include/codecs.h: cosmetic fixes. · 908f4efc
      Derk-Jan Hartman authored
      * modules/gui/macosx/*:
        - remove the enqueue option from the open panel. why did i even add it? KISS
        - better use of name and uri fields of playlist_item_t
        - when users d&d a CD on VLC, it will now play. This breaks d&d folders
          located on a CD for now. Not really important but should be fixed later on.
      908f4efc
    • Sigmund Augdal Helberg's avatar
      4b33c51d
    • Sigmund Augdal Helberg's avatar
      Factored the code for each of the different types of config options out into · cae376f2
      Sigmund Augdal Helberg authored
      separate widgets. This makes preferences.cpp much cleaner and opens up
      greater possibilities for the config item controls.
      * Added "browse..." button to CONFIG_ITEM_DIRECTORY
      * Added a slider to CONFIG_ITEM_INTEGER when i_min or i_max differs from 0
      * Made it possible to change CONFIG_ITEM_KEY options with the preferences
      dialog
      cae376f2