1. 06 Nov, 2003 5 commits
  2. 05 Nov, 2003 12 commits
    • Derk-Jan Hartman's avatar
      * Compilation fix. One to many ) · 5ab31c4e
      Derk-Jan Hartman authored
      5ab31c4e
    • Laurent Aimar's avatar
    • Gildas Bazin's avatar
      · 313cc2da
      Gildas Bazin authored
      * modules/gui/wxwindows/streamout.cpp: fixed a couple of things.
      313cc2da
    • Gildas Bazin's avatar
      · 8331d363
      Gildas Bazin authored
      * include/vlc_codec.h, modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: tell the encoder to respect the aspect ratio of the input.
      * modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
      * src/misc/configuration.c: use strtol() instead of atoi().
      8331d363
    • Gildas Bazin's avatar
      · 48190fd3
      Gildas Bazin authored
      * src/input/input.c: honor the --demux config option (will be overriden if demux is specified in the MRL).
         I'm not exactly sure this is wise as some users will surely fuck-up their preferences and force a specific demux...
         but this also allows me to specifiy the demuxdump demux with an input option (very handy to include the demuxdump option in the streamout gui dialogs).
      * src/misc/modules.c: changed module_Need() to use var_Get() instead of config_Get.
      
      * modules/gui/wxwindows/*: moved the demuxdump option from the open dialog to the streamout dialog.
      48190fd3
    • Gildas Bazin's avatar
      · 64336427
      Gildas Bazin authored
      * modules/codec/ffmpeg/encoder.c: fixed bug in the audio encoder.
      * modules/gui/wxwindows/preferences_widgets.*: bug fix.
      64336427
    • Gildas Bazin's avatar
    • Gildas Bazin's avatar
      * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for... · 93de8cf8
      Gildas Bazin authored
      * modules/gui/wxwindows/preferences_widgets.*: added a refresh button for config vars with choices lists which have a pf_list_update callback.
      * modules/access/dshow/dshow.cpp: provide a callback to update the devices lists.
      
      93de8cf8
    • Laurent Aimar's avatar
    • Derk-Jan Hartman's avatar
      * moved garfou's changes before a variable that is at risk of overflow · c3b01ee0
      Derk-Jan Hartman authored
        maybe this will fix the random crashes?
      c3b01ee0
    • Gildas Bazin's avatar
      * include/configuration.h: some small re-work of the config declaration macros. · e53ac062
      Gildas Bazin authored
         String choices lists can now also have a list of text descriptions associated with them.
         Added integer choices lists.
      * modules/gui/wxwindows/: modified config widgets to use the new config options.
      * ALL: updated for the new config options.
      e53ac062
    • Derk-Jan Hartman's avatar
      Please test if this has any regressions · 354c7ab9
      Derk-Jan Hartman authored
      * include/codecs.h:
        - created a subtitle_data_t to be used by subtitle demuxers
          and decoders to pass information.
        - ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
          of this new struct.
      * modules/codec/subsdec.c:
        - moved the decoding of ssa textlines to here.
        - ToDo: support for any tags is lacking atm., but now possible.
      * modules/demux/mkv.cpp:
        - ssa is now passed undecoded to ssa subsdec.
        - ssa headers are passed to ssa subsdec via subtitle_data_t
        - ToDo: decode idx header info and fill the subtitle_data_t
        - ToDo: support for compressed vobsubs.
      * modules/demux/util/sub.?:
        - moved ssa decoding out of here.
        - ToDo: add support for multiple tracks
        - ToDo: implement reading vobsub .sub files (not .idx)
      354c7ab9
  3. 04 Nov, 2003 8 commits
  4. 03 Nov, 2003 7 commits
  5. 02 Nov, 2003 8 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