1. 04 Mar, 2003 3 commits
    • Derk-Jan Hartman's avatar
      ALL: · eb1ba666
      Derk-Jan Hartman authored
       - the german translation requires two different translations of the word
         File. I added a _ANS() function to the macosx version that gets the
         translation of 1:File and strips the first two characters of this
         alternate translation.
       - updated all .po files to make sure we don't break anything
       - committed the March 1 version of the german translation by Felix
         Kuhne <FK@aenneburghardt.de>
      eb1ba666
    • Christophe Massiot's avatar
      * Fixed a major bug in the LPCM codec. · 47e65c0f
      Christophe Massiot authored
      * Moved input_ExtractPES to where it belongs, input_ext-dec.c.
      47e65c0f
    • Gildas Bazin's avatar
      · 75426e20
      Gildas Bazin authored
      * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
         bandlimited interpolation resampler.
         It is not yet enabled by default because it requires a bit more works
         (not fully stable yet because of buffer overflows under certain conditions).
      
      * src/audio_output/input.c: the resamplers are now always active (expcept
         in spdif mode).
      
      * modules/audio_filter/resampler/*: modified the resampler to return the
         input buffer when no resampling is needed.
      75426e20
  2. 03 Mar, 2003 7 commits
  3. 02 Mar, 2003 7 commits
  4. 01 Mar, 2003 3 commits
    • Gildas Bazin's avatar
      · 15f7b18e
      Gildas Bazin authored
      * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
         implementation and fixed an initialization bug in libvlc.
      15f7b18e
    • Olivier Teulière's avatar
      - about.dfm: the layout of the "About" dialog box is slightly different · 69c9de44
      Olivier Teulière authored
       - misc.cpp: toolbar buttons are translated too
       - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
         were rather useless, and added an "Eject disc" menu entry
         Also hid the caption for all the toolbar buttons
       - win32.cpp: Added a config option to display or not these captions
       - preferences.cpp: small modification to support non-advanced mode
      69c9de44
    • Gildas Bazin's avatar
      · d0a61d5a
      Gildas Bazin authored
      * install-win32, Makefile.am: added the html faq to the win32 package.
      * toolbox, msvc/*: few fixes to the msvc project files generation.
         (compiling plugins won't work yet because there are a few hacks that
          need to be done in order to compile dlls that use the c-runtime)
      d0a61d5a
  5. 28 Feb, 2003 3 commits
  6. 27 Feb, 2003 6 commits
  7. 26 Feb, 2003 8 commits
  8. 25 Feb, 2003 3 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