1. 04 Nov, 2003 8 commits
  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 4 commits
    • Sam Hocevar's avatar
      d41734c3
    • Derk-Jan Hartman's avatar
      * starting support for external vobsubs. · fc19e0d5
      Derk-Jan Hartman authored
        we can now read the .idx file. TODO:
        - create a structure to store subinfo in (like WAVEFORMATEX and BITMAPINFO
        - allow for multiple tracks in the sub demux
        - open the .sub vobsub file, remove the mpeg crud and prepare a packet
          for spudec.
      fc19e0d5
    • Gildas Bazin's avatar
      · f698e1fc
      Gildas Bazin authored
      * modules/control/hotkeys.c: use demux_Control( p_input, DEMUX_SET_TIME, ...) to seek, for better precision.
      * modules/video_output/directx/events.c: fix to catch the Alt key.
      f698e1fc
    • Laurent Aimar's avatar
      * begin to add a rtp mixer. For now it support mpeg audio and ac3(untested). · 86982725
      Laurent Aimar authored
       TODO: (a lot of work)
          - gather multiple small frames in one packets (not really important).
          - add mpeg 1/2 video
          - export a sdp file (needed for all next codecs).
          - add mpeg4 audio/video
          - add ts/ps over RTP.
          - perhaps ogg over RTP if something is abled to read that.
      
       command: #rtp{dst=ip,port=port,[mux=muxer]} (mux not yet implemented)
      
       It automaticaly uses ip:port, ip:port+2, ip:port+4 ... (port should
       be odd btw)
      86982725