1. 29 Oct, 2003 7 commits
    • Clément Stenac's avatar
    • Clément Stenac's avatar
      * src/playlist/* && Makefile.am · 84b846bf
      Clément Stenac authored
         - splitted the enormous playlist.c file
         - implemented a better item group system: groups have a name
           and must be created before use by
            playlist_CreateGroup( p_playlist, "newgroupname")
      
      * modules/misc/sap.c
         - Create our own playlist group ("SAP") and use it
      
      * modules/access/slp.c
         - Create our own playlist group ("SLP") and use it
      
      * modules/demux/util/id3tag.c
         - Trigger playlist update when we have parsed our tag
      
      * modules/gui/wxwindows/interface.cpp
         - Fixed the about box by using vlc_wraptext
         - Added the simple open and the streaming wizard icons
                 *** Icons need to be changed ! ***
         - Added the visualization to the extended gui
      
      * modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
         - Enlarged the window to fit the wrapped text
         - Added help for audio encoders
      
      * modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
         - Created a "streaming wizard" window (3-step streaming)
      
      * modules/gui/wxwindows/iteminfo.cpp:
         - Group change is now based on the name
      
      * modules/gui/wxwindows/playlist.cpp
         - Added author and group columns to the listview
         - Redesigned the window
         - Added the Sort menu with several criteria (title, author, group)
         - Added up/down buttons to move an item in the playlist
         - Added the group menu to enable/disable a group in an understandable way
      
      
      TODO:
      -----
      
      * playlist core :
         - Implement advanced sort capabilities  (multi-criteria)
         - File format to save the new features
         - export playlist (to M3U, eg)
         - more robust group creation (duplicates check, ...)
      
      * wxWindows playlist:
         The idea of a treeview seems impossible, because of wxWindow's treeview,
         that don't allow multi-selection, and, as far as I know, multi-columns.
         - Provide a frontend to advanced sort (when it's done :-) )
         - Allow moving items by drag & drop (well, if possible, haven't checked yet)
         - Allow moving several items at once
         - Customizable listview (ability to remove/move columns)
         - Find a solution to the focus problem
           (when you change track, the selected one scrolls at the
            bottom of the visible screen)
      
      * wxWindows interface:
         - New icons, our icons begin to get old and not so pretty
         - Find a solution for the volume bar (nobody understands what it is)
      84b846bf
    • Gildas Bazin's avatar
      * modules/misc/freetype.c: don't use the pitch of the picture to calculate the text alignment. · f0c46561
      Gildas Bazin authored
      * modules/video_output/directx/events.c: fixed key modifiers detection.
      * modules/gui/wxwindows/*: removed the sorted flag from a couple of comboboxes.
      f0c46561
    • Derk-Jan Hartman's avatar
    • Derk-Jan Hartman's avatar
      * the OSX vout has support for the new hotkeys now. no prefs for it yet. · cd2c272c
      Derk-Jan Hartman authored
        And this is no final solution, i think it should be handled in VLCApplication.
      cd2c272c
    • Gildas Bazin's avatar
      · 90973854
      Gildas Bazin authored
      * ALL: improved hotkeys support.
      90973854
    • Sigmund Augdal Helberg's avatar
      modules/misc/freetype.c: · e41adc05
      Sigmund Augdal Helberg authored
       * fixed freetype module on big endian systems
       * removed a nasty debug line
       * cosmetic fix
      e41adc05
  2. 28 Oct, 2003 7 commits
  3. 27 Oct, 2003 10 commits
    • Jean-Paul Saman's avatar
      PDA interface update: · 52b25baa
      Jean-Paul Saman authored
      * File tab is beginning to work
      * Adding file to Playlist begins to work
      
      Note: not very usefull yet.
      52b25baa
    • Gildas Bazin's avatar
      · fe3f88ca
      Gildas Bazin authored
      * modules/gui/wxwindows/streamout.cpp: added theora to the list of video codecs and a few more bitrates.
      fe3f88ca
    • Gildas Bazin's avatar
      · 5d8bdd3f
      Gildas Bazin authored
      * src/audio_output/dec.c: moved the audio desync option out of p_vlc so it can be modified on a per input basis.
      5d8bdd3f
    • Gildas Bazin's avatar
      · 21567c21
      Gildas Bazin authored
      * modules/stream_out/transcode.c: bail out if we can't find an audio encoder.
      21567c21
    • Gildas Bazin's avatar
      · f6dca10f
      Gildas Bazin authored
      * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: move the ffmpeg pts hack to the ffmpeg encoder.
      f6dca10f
    • Rocky Bernstein's avatar
      Don't assume when Activate is called that i_tell is at the beginning of · 1e13b57c
      Rocky Bernstein authored
      an MPEG. Instead save that position seek to the beggining and restore
      the position. This allows Video CD's to be able to start from an
      entry other than the first one of a track.
      1e13b57c
    • Gildas Bazin's avatar
      · d83f47c4
      Gildas Bazin authored
      * modules/codec/vorbis.c: fixed vorbis encoding.
      * modules/codec/ffmpeg/*: fixed ffmpeg encoding.
      * modules/stream_out/transcode.c: transcoding is working again.
      d83f47c4
    • Damien Lucas's avatar
      . in PMT decoder, fix the iso639-2B language code decoding bug: · e7d66505
      Damien Lucas authored
         only iso-639-2T codes were decoded
      e7d66505
    • Gildas Bazin's avatar
      17a52d7d
    • Gildas Bazin's avatar
      · 630b0fc7
      Gildas Bazin authored
      * modules/codec/ffmpeg/*: ported the ffmpeg audio and video decoders to the new api.
         Isolated the video postprocessing routines in postprocess.c
      
      * modules/codec/ffmpeg/encoder.c, modules/codec/vorbis.c, modules/stream_out/transcode.c,
         include/vlc_block.h, include/vlc_codec.h: extracted the encoders out of transcode.c.
         transcode now uses encoder plugins (currently ffmpeg, vorbis and theora).
      
      PS: transcoding is currently a bit broken but I'll fix that ASAP.
      630b0fc7
  4. 26 Oct, 2003 10 commits
    • Sigmund Augdal Helberg's avatar
      modules/video_output/x11/xcommon.c: · 074f7be5
      Sigmund Augdal Helberg authored
       * report F1 to F12 keys
      074f7be5
    • Gildas Bazin's avatar
      · 42ffb818
      Gildas Bazin authored
      * modules/video_output/x11/xcommon.c: compilation fix.
      42ffb818
    • Gildas Bazin's avatar
      · 82e4304a
      Gildas Bazin authored
      * Makefile.am: strip the mozilla plugin when doing the win32 package.
      * configure.ac: on win32 we compile the theora module as a plugin, not builtin.
      82e4304a
    • Gildas Bazin's avatar
      · dc29951c
      Gildas Bazin authored
      * configure.ac: check for mozilla-config.h on win32 as well.
      * mozilla/support/npwin.cpp: some mozilla sdk don't include mozilla-config.h explicitly so do it ourselves.
      dc29951c
    • Sam Hocevar's avatar
      c253c256
    • Sam Hocevar's avatar
    • Sigmund Augdal Helberg's avatar
      modules/access/dvdplay/intf.c: · 78984fbe
      Sigmund Augdal Helberg authored
       * use new key-pressed in p_vlc, and not the one in p_vout
      src/video_output/video_output.c:
       * do not create the key-pressed variable in p_vout
      78984fbe
    • Gildas Bazin's avatar
      · 54167ecf
      Gildas Bazin authored
      * INSTALL.win32: updated build instructions.
      54167ecf
    • Gildas Bazin's avatar
      · a27027bb
      Gildas Bazin authored
      * configure.ac: added a --disable-fribidi option and make sure the freetype module is linked with libiconv.
      a27027bb
    • Sigmund Augdal Helberg's avatar
      src/libvlc.c: · 9ec1b8a0
      Sigmund Augdal Helberg authored
       * created a variable "key-pressed" in p_vlc that can be used to
         report or read key presses
       * allways try to start hotkeys interface in the background
      configure.ac, modules/control/Modules.am, modules/control/hotkeys.c:
       * a new control module that reads keypresses from "key-pressed" and
         performs an action depending on what is asosiated with this key.
         Also uses nice on screen messages to indicate what action was performed
      modules/video_filter/filter_common.h:
       * removed code to pass old style key reporting through filters
      modules/video_output/x11/xcommon.c:
       * report key-presses through the new mechanism. Incomplete, I need help
         with this.
      9ec1b8a0
  5. 25 Oct, 2003 6 commits