1. 22 Jan, 2004 6 commits
  2. 21 Jan, 2004 10 commits
  3. 20 Jan, 2004 8 commits
  4. 19 Jan, 2004 10 commits
  5. 18 Jan, 2004 6 commits
    • Gildas Bazin's avatar
      · 4812e962
      Gildas Bazin authored
      * modules/demux/dvdnav.c: restart the decoders on VTS change only, not CELL change.
      * src/input/input_dec.c: fixed the pictures leak work-around.
         Wasn't working before because there always is at least one READY_PICTURE which is the last/currently displayed picture.
      4812e962
    • Laurent Aimar's avatar
      * all: added support for edts/elst entries (needed to play some files). · 341edf5e
      Laurent Aimar authored
       Please test, it may have heavily broken playback of some files !!!
      341edf5e
    • Laurent Aimar's avatar
    • Cyril Deguet's avatar
      * utils/var_bool.*: VarBool is now an interface for reading bool variables · 75feba09
      Cyril Deguet authored
       (not writing); use VarBoolImpl instead to instanciate read/write variables.
       Bool variables can now be combined with VarNotBool and VarBoolAndBool
       (TODO: VarBoolOrBool)
      * commands/cmd_show_window.hpp: the commands now call directly
        GenericWindow::show/hide, because the visibility variable of a
        window is a VarBool (so, read-only)
      * commands/cmd_input.hpp: added Play and Pause commands
      * parser/interpreter.cpp: beginning of support of boolean expressions,
       like "vlc.isSeekable and not vlc.isStopped" (operator precedence is
       not really well handled yet)
      * src/vlcproc.*: new variables "vlc.isSeekable", "vlc.isStopped" and
       "vlc.isPaused"
      * controls/ctrl_checkbox.cpp: the "state" variable of a checkbox is
        now a passive VarBool, so actions must be explicitely set with
        'action1="..." action2="..."' in the xml file
      * removed src/vlcvars.* => "vlc.isMute" doesn't work any more
       (anyway it didn't work well...)
      * theme/theme.xml: updated with the new VarBool behaviour
      75feba09
    • Laurent Aimar's avatar
    • Laurent Aimar's avatar
      * mp4: cosmetics. · 4a3faf87
      Laurent Aimar authored
      4a3faf87