1. 26 Feb, 2003 1 commit
  2. 25 Feb, 2003 4 commits
    • Gildas Bazin's avatar
      · 81b6f23d
      Gildas Bazin authored
      * modules/codec/libmpeg2.c: fixed pts handling.
      81b6f23d
    • Gildas Bazin's avatar
      · e5d7f7ce
      Gildas Bazin authored
      * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
         my last commit.
      * po/Makevars: file needed by newer versions of gettext.
      e5d7f7ce
    • Laurent Aimar's avatar
      * stream_output.* : added a flags variable to sout_buffer_t, allowing to · 626d8bea
      Laurent Aimar authored
      mark headers.
       * httpd : added a way to use stream header, and changed the way that
      stream data are stored (allow better client handling).
       * http : use stream header, and add mime type detection by looking
      at file extention (could be improved).
       * ogg: fixed a segfault when removing a stream, mark header.
      626d8bea
    • Gildas Bazin's avatar
      · 08a2b6ba
      Gildas Bazin authored
      * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
         Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
         for comparing the performance against our custom decoder as it is currently
         missing some important features like the synchro stuff.
      08a2b6ba
  3. 24 Feb, 2003 11 commits
  4. 23 Feb, 2003 7 commits
  5. 22 Feb, 2003 2 commits
  6. 21 Feb, 2003 7 commits
  7. 20 Feb, 2003 3 commits
    • Derk-Jan Hartman's avatar
    • Gildas Bazin's avatar
      · de621e39
      Gildas Bazin authored
      * src/libvlc.h, modules/audio_output: added a global --spdif config option
         to allow using the spdif output by default if available.
      * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
         a dos command box.
      * modules/control/rc/rc.c: on win32 enabled the echo mode and the
         backspace key.
      * modules/codec/mpeg_audio.c: fixed a sync bug.
      de621e39
    • Sigmund Augdal Helberg's avatar
      * include/configuration.h: added a new flag to the configuration stucture to · 5a13b475
      Sigmund Augdal Helberg authored
      indicate wether it is an "advanced" option or not. The goal with this is to
      hide the user from all the strange options that very seldom needs to be
      changed. added an extra argument to all the add_* macros to indicate wether
      the item is advanced or not.
      * src/libvlc.h: added an "show advanced options" config option default
      disabled
      * src/libvlc.c: the advanced options are not listed by vlc --help and
      friends unless --advanced is used
      * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
      advanced options unless advanced is set
      all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
      using some common sense. Please check and correct
      
      note: All interfaces should still work like they used to, see the change in
      modules/gtk/preferences.c to find out how to "hide" options.
      
      second note: I think I've changed all the modules, but I could not test
      everyone for compilation, expect some broken modules (the fix is to add ",
      VLC_TRUE" as last argument to the add_* I forgot)
      5a13b475
  8. 19 Feb, 2003 3 commits
    • Gildas Bazin's avatar
      · 2d227502
      Gildas Bazin authored
      * modules/audio_output/directx.c: forgot to enable channel re-ordering.
      * modules/audio_output/waveout.c: fixed a crash that happened when probing
         devices supporting S/PDIF. (Should fix 354)
      2d227502
    • Derk-Jan Hartman's avatar
      * increased accuracy of positionslider in OSX. although this will not solve · 242857e2
      Derk-Jan Hartman authored
        all problems this will improve results a bit (by my own experience).
      242857e2
    • Gildas Bazin's avatar
      · 5154513d
      Gildas Bazin authored
      * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
         always return 80.
      5154513d
  9. 18 Feb, 2003 2 commits