Skip to content
Snippets Groups Projects
  1. Oct 08, 2003
    • gbazin's avatar
      · c28682f6
      gbazin authored
      * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences.
      * src/extras/libc.c, include/vlc_common.h: resuscitated vlc_wraptext() and added utf8 support.
      * modules/gui/wxwindows/preferences.cpp: use vlc_wraptext() for capabilities help.
      c28682f6
    • gbazin's avatar
      · 52f2126b
      gbazin authored
      * modules/misc/sap.c: fixed win32 breakage.
      52f2126b
    • zorglub's avatar
    • zorglub's avatar
      Compilation fix · e8fbf16e
      zorglub authored
      e8fbf16e
    • zorglub's avatar
      * modules/misc/httpd.c: added missing sanity checks · 123a98f9
      zorglub authored
      * modules/misc/sap.c: added sanity checks and more coding style fixes
      
      * src/video_output/video_output.c:
        Video filters can now be enabled on the fly (vout is respawned)
        You need to var_Set( p_vout, "filters", psz_yourvalue)
            for this
      
      * modules/gui/wxwindows/interface.cpp : Enable the adjust filter on the fly
      123a98f9
  2. Oct 07, 2003
  3. Oct 06, 2003
    • gbazin's avatar
      · 9549f78f
      gbazin authored
      * modules/gui/wxwindows/*: compilation fixes for the unicode version.
         made the "Extended GUI" option a checkable menuitem.
      9549f78f
    • zorglub's avatar
      * include/vlc_playlist.h · 12cbd4c8
      zorglub authored
        src/playlist/playlist.c:
           * Implemented a boolean b_enabled to disable a playlist item
           * Implemented the idea of group (p_item->i_group), that allows
             to enable/disable and to sort some series of items
           * Implemented an unused (at the moment), psz_author field
           * Started to implement a new playlist format to store all of these
      
      * modules/gui/wxwindows/interface.cpp:
           Added a hiddeable panel to put some important options.
           (Menu Preferences->Extra GUI)
           At the moment, we put the adjust filter and aspect ratio, and must
           decide what options we want here
      
      * modules/gui/wxwindows/playlist.cpp
        modules/gui/wxwindows/iteminfo.cpp:
           Added "Enable/disable group button", options to enable/disable selection
           Added an item info dialog box
      
      * modules/misc/sap.c :
           Added a sap-group-id option: the SAP playlist items are in a separate group
           (defaults to 42)
      
      * modules/visualization/visual/effects.c:
           Minor coding style fixes
      
      Todo:
      -----
      
      * Advanced sort (alphabetical and/or by group)
      * Ability to load 0_6 playlists
      * Really use the libid3tag
      12cbd4c8
    • gbazin's avatar
      · de2868c4
      gbazin authored
      * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
      de2868c4
  4. Oct 05, 2003
  5. Oct 04, 2003
    • sigmunau's avatar
      modules/gui/wxwindows/preferences.cpp: · 84c04e72
      sigmunau authored
       * Increased size of and decreased margins around the section heading. It
         looks nice now.
      84c04e72
    • gbazin's avatar
      · fd05dc69
      gbazin authored
      * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
      * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
      * modules/LIST: update.
      fd05dc69
    • sigmunau's avatar
      Further doxygenization. · 0f814562
      sigmunau authored
      0f814562
    • Samuel Hocevar's avatar
      * src/misc/modules_plugin.h.in: Added a missing return value that caused · c992c9ca
      Samuel Hocevar authored
          module loading to fail.
      c992c9ca
    • Samuel Hocevar's avatar
    • gbazin's avatar
      · 580edf4d
      gbazin authored
      * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse.
      580edf4d
    • Christophe Massiot's avatar
      Fixed dyld commit. · 5692fbd8
      Christophe Massiot authored
      5692fbd8
    • Samuel Hocevar's avatar
    • gbazin's avatar
      · d3daf21f
      gbazin authored
      * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
      * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
      d3daf21f
    • gbazin's avatar
      · 12336778
      gbazin authored
      * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
      12336778
    • Samuel Hocevar's avatar
      * configure.ac: · 2d3c9c2c
      Samuel Hocevar authored
          + First try to detect the OS X native dynamic linker before falling
            back to dlfcn.h.
          + Enhanced the dlopen-style loader detection.
          + Added a check for HP-UX's shl_* functins.
        * src/misc/modules_plugin.h.in:
          + Support for the dylib dynamic loader on OS X.
          + Support for the shl dynamic loader on HP-UX.
      2d3c9c2c
    • gbazin's avatar
      · 782cc32b
      gbazin authored
      * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
      * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
      782cc32b
  6. Oct 03, 2003
  7. Oct 02, 2003
Loading