1. 04 Nov, 2003 2 commits
    • Laurent Aimar's avatar
      * input: fixed position-offset, time and time-offset. · ea33ac4c
      Laurent Aimar authored
       * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
       completely broken,  there is a lot  more things to do),  all interfaces
       have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
       rate(-slower|-faster)...  ).
       Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
       input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
       unavailable for intf), so we should convert remaining interfaces (ie all
       except wx, osx, rc, http, hotkeys).
      
       * avi: implemented DEMUX_SET_TIME (not yet used).
      ea33ac4c
    • Laurent Aimar's avatar
      * araw: ported to new API. · 2069ebe6
      Laurent Aimar authored
      2069ebe6
  2. 03 Nov, 2003 7 commits
  3. 02 Nov, 2003 12 commits
    • Clément Stenac's avatar
      Removed debug messages · 6edaeb5f
      Clément Stenac authored
      6edaeb5f
    • Gildas Bazin's avatar
      · 63beb0fd
      Gildas Bazin authored
      * modules/control/http.c: cough cough.
      63beb0fd
    • Gildas Bazin's avatar
      · 452fecf0
      Gildas Bazin authored
      * Makefile.am: small change to the package-win32 target.
      452fecf0
    • Gildas Bazin's avatar
      · 597323ab
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences_widgets.cpp: show the current value when using sliders.
      597323ab
    • Gildas Bazin's avatar
      · 80f94155
      Gildas Bazin authored
      * modules/demux/util/id3.c, modules/demux/util/id3tag.c: don't use input_Peek() to read an id3 tag as these tags can be bigger than what input_Peek() can read.
      80f94155
    • Gildas Bazin's avatar
      · ae27f53b
      Gildas Bazin authored
      * Makefile.am: include the .css file from the html interface into the win32 package.
      ae27f53b
    • Gildas Bazin's avatar
      · 2a212b5c
      Gildas Bazin authored
      * modules/control/http.c: delete command supports a list of items.
      * doc/intf-http.txt: update for delete command.
      * share/http/index.html: added the possibility to delete playlist items.
      2a212b5c
    • Sigmund Augdal Helberg's avatar
      modules/demux/mkv.cpp: · 8a4ad005
      Sigmund Augdal Helberg authored
       * proper fix for timing with vobsub tracks ( and possibly some other cases )
      8a4ad005
    • Sigmund Augdal Helberg's avatar
      modules/demux/mkv.cpp: · a77da791
      Sigmund Augdal Helberg authored
       * fix a segfault on close caused by setting default language
      a77da791
    • Gildas Bazin's avatar
      · 5f151d51
      Gildas Bazin authored
      * src/audio_output/input.c: on-the-fly visualization changes.
      * modules/gui/wxwindows/menus.cpp: added a visualization entry.
      5f151d51
    • Derk-Jan Hartman's avatar
      * modules/audio_output/input.c: created variables to allow for a autogenerated · faf9b659
      Derk-Jan Hartman authored
        Visualizations menu (is this the right location?)
        Problems currently are: Doesn't work on the fly. where to start?
        For that reason it now also uses config options instead of variables.
      * modules/visualization/visual/visual.c: small adaptions
      * modules/gui/macosx/controls.m: fix warnings.
      faf9b659
    • Derk-Jan Hartman's avatar
      * Fixed bugs in parsing SSA lines. Turns out we are currently parsing within demuxers. · afc9d70d
      Derk-Jan Hartman authored
        The parsing of lines should of course be moved to the decoder level.
      afc9d70d
  4. 01 Nov, 2003 9 commits
  5. 31 Oct, 2003 5 commits
  6. 30 Oct, 2003 5 commits