1. 05 Mar, 2003 1 commit
  2. 04 Mar, 2003 12 commits
    • Christophe Massiot's avatar
      Bumped up to 0.5.2-test3 · 6eabb991
      Christophe Massiot authored
      6eabb991
    • Christophe Massiot's avatar
      * Made rt-priority a real-time variable (shut-up sam) and misc attempts · b3793e34
      Christophe Massiot authored
        to improve responsiveness under OS X
      b3793e34
    • Derk-Jan Hartman's avatar
    • Gildas Bazin's avatar
      · f1d93a31
      Gildas Bazin authored
      * modules/video_output/directx: added support for the mouse gestures interface.
      f1d93a31
    • Derk-Jan Hartman's avatar
      * grrr debug message in the wild. · f94579f9
      Derk-Jan Hartman authored
      f94579f9
    • Gildas Bazin's avatar
      · 4cc13889
      Gildas Bazin authored
      * modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
      * NEWS: added a note for the fixed MSVC project files.
      4cc13889
    • Derk-Jan Hartman's avatar
      * NEWS: · 8e8c87dd
      Derk-Jan Hartman authored
        - added item on fix of 'clicking' sound between stream changes.
        - added item on new bandlimited resampler
      * ALL:
        - bumped up revision number to 0.5.2-test3
      8e8c87dd
    • Gildas Bazin's avatar
      · 2dd2df69
      Gildas Bazin authored
      * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
         not declared).
      * modules/access/file.c: use _lseeki64 instead of lseek on win32. This
         should allow seeking on files > 1.2Gb (Hopefully closes #168).
      2dd2df69
    • Gildas Bazin's avatar
      · 1206810b
      Gildas Bazin authored
      * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
         quality badly + some clean-up.
         Changed the module priority so it is now the default resampler.
      1206810b
    • 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
  3. 03 Mar, 2003 7 commits
  4. 02 Mar, 2003 7 commits
  5. 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
  6. 28 Feb, 2003 3 commits
  7. 27 Feb, 2003 6 commits
  8. 26 Feb, 2003 1 commit