1. 06 Mar, 2003 15 commits
  2. 05 Mar, 2003 7 commits
  3. 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
  4. 03 Mar, 2003 6 commits
    • Derk-Jan Hartman's avatar
      * updated dutch strings. · a7c736f0
      Derk-Jan Hartman authored
      a7c736f0
    • Christophe Massiot's avatar
      * mpeg_video is back as a built-in because it is reproduceably faster than · 7665fe72
      Christophe Massiot authored
        as a plug-in,
      * Another desperate attempt at fixing OS X lock-ups.
      7665fe72
    • Derk-Jan Hartman's avatar
      * NEWS: · 851a8aac
      Derk-Jan Hartman authored
        - added remarks on m-audio fixes and other OSX specific fixes.
        - added improved ID3 detection item
      * README.MacOSX.rtf
        - updated to reflect M-Audio fixes.
      * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
        - widened the Browse.. button to allow for the german word: durchsuchen.
      851a8aac
    • Gildas Bazin's avatar
      · 171d858e
      Gildas Bazin authored
      * ALL: another bunch of fixes for the MSVC build.
      171d858e
    • Gildas Bazin's avatar
      · 7211d64e
      Gildas Bazin authored
      * ALL: Finally fixed the MSVC project files.
             Don't include io.h on win32 when not necessary.
             A few build fixes for MSVC.
      
      * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
         present.
      7211d64e
    • Christophe Massiot's avatar
      * Fixed a bug in LPCM codec. · 25a00dad
      Christophe Massiot authored
      * Changed an error into a warning.
      25a00dad