1. 10 Oct, 2003 3 commits
  2. 09 Oct, 2003 7 commits
  3. 08 Oct, 2003 8 commits
    • Gildas Bazin's avatar
      · 0b9cad3a
      Gildas Bazin authored
      * modules/codec/theora.c, modules/stream_out/transcode.c: theora encoding fixes.
      0b9cad3a
    • Gildas Bazin's avatar
      · a80030a9
      Gildas Bazin authored
      * modules/demux/util/sub.c: fix when no subs specified.
      * modules/video_output/x11/xcommon.c: fixed invalid chroma.
      * modules/codec/a52.c, modules/codec/libmpeg2.c: small cleanup.
      a80030a9
    • Gildas Bazin's avatar
      · d44f9d26
      Gildas Bazin authored
      * include/vlc_codec.h: defines decoders/encoders related structures here.
      * include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
      * include/vlc/decoder.h: include vlc_codec.h
      * src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
      * modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
      * src/input/*: some cleanup.
      d44f9d26
    • Gildas Bazin's avatar
      · c28682f6
      Gildas Bazin 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
    • Gildas Bazin's avatar
      · 52f2126b
      Gildas Bazin authored
      * modules/misc/sap.c: fixed win32 breakage.
      52f2126b
    • Clément Stenac's avatar
    • Clément Stenac's avatar
      Compilation fix · e8fbf16e
      Clément Stenac authored
      e8fbf16e
    • Clément Stenac's avatar
      * modules/misc/httpd.c: added missing sanity checks · 123a98f9
      Clément Stenac 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
  4. 07 Oct, 2003 5 commits
  5. 06 Oct, 2003 3 commits
    • Gildas Bazin's avatar
      · 9549f78f
      Gildas Bazin authored
      * modules/gui/wxwindows/*: compilation fixes for the unicode version.
         made the "Extended GUI" option a checkable menuitem.
      9549f78f
    • Clément Stenac's avatar
      * include/vlc_playlist.h · 12cbd4c8
      Clément Stenac 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
    • Gildas Bazin's avatar
      · de2868c4
      Gildas Bazin authored
      * src/input/input_dec.c: forgot to commit that with my last libmpeg2 plugin changes.
      de2868c4
  6. 05 Oct, 2003 8 commits
  7. 04 Oct, 2003 6 commits