Skip to content
Snippets Groups Projects
  1. Oct 23, 2003
  2. Oct 22, 2003
    • gbazin's avatar
      · 0ca852db
      gbazin authored
      * NEWS, modules/LIST: updated with the new features.
      0ca852db
    • ipkiss's avatar
      * modules/gui/skins/*: Added a "playondrop" attribute to the "Window" · bbf9da7d
      ipkiss 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
    • gbazin's avatar
      · 2b22ca83
      gbazin authored
      * modules/codec/speex.c: fixed a couple of bugs.
      2b22ca83
    • gbazin's avatar
      · dd9e6708
      gbazin 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
  3. Oct 21, 2003
  4. Oct 20, 2003
  5. Oct 19, 2003
    • gbazin's avatar
      · 6fc5b53e
      gbazin 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
    • hartman's avatar
      * include/codecs.h: cosmetic fixes. · 908f4efc
      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
    • sigmunau's avatar
      modules/gui/wxwindows/interface.cpp: oooops · 4b33c51d
      sigmunau authored
      4b33c51d
    • sigmunau's avatar
      Factored the code for each of the different types of config options out into · cae376f2
      sigmunau 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
    • gbazin's avatar
      · ed1df1f7
      gbazin authored
      * modules/gui/skins/x11/x11_window.cpp: try _NET_WM_STATE_STAYS_ON_TOP as well for KDE.
      ed1df1f7
    • Cyril Deguet's avatar
      * lalala · f20d985a
      Cyril Deguet authored
      f20d985a
    • Cyril Deguet's avatar
    • gbazin's avatar
      · 65be6620
      gbazin authored
      * modules/demux/ogg.c: fixed endless loop when trying to play a theora stream while the demux was not compiled with theora support.
      65be6620
    • hartman's avatar
      * Update portugese brazilian translation · 76d5dc16
      hartman authored
      76d5dc16
    • hartman's avatar
      * modules/demux/avi/* · 898575aa
      hartman authored
        - print a debug message in case of 0xfffe audio
          This is either a WAVEFORMATEXTENSIBLE or encapsulated vorbis audio
        - use c-style comments
      * modules/gui/macosx/info.m:
        - release your objects when you finished using them.
      898575aa
    • gbazin's avatar
      · af0b400d
      gbazin authored
      * modules/gui/skins/src/vlcproc.cpp: free()/delete mismatch.
      af0b400d
    • gbazin's avatar
      · ae9e72a7
      gbazin authored
      * src/playlist/playlist.c: fixed locking problem.
      * modules/gui/skins/src/skin_main.cpp: fixed division by 0.
      ae9e72a7
Loading