1. 05 Nov, 2003 8 commits
    • 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
  2. 04 Nov, 2003 8 commits
  3. 03 Nov, 2003 7 commits
  4. 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
  5. 01 Nov, 2003 5 commits