1. 09 Mar, 2003 4 commits
    • Jon Lech Johansen's avatar
      * DTS S/PDIF support. · 1d5118e0
      Jon Lech Johansen authored
      1d5118e0
    • Gildas Bazin's avatar
      · 03fc820b
      Gildas Bazin authored
      * configure.ac.in: fixed my previous commit.
      * NEWS: added an entry about fixes in the dvd menu support.
      03fc820b
    • Gildas Bazin's avatar
      · ec22d731
      Gildas Bazin authored
      * configure.ac.in: don't include the screensaver plugin on win32.
      * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
      * modules/codec/spudec/parse.c: removed unnessecary code.
      * modules/access/dvdplay/access.c: fixed some navigation problems.
      ec22d731
    • Laurent Aimar's avatar
      * fixed a really stupid bug with compressed header, improved parsing · 7677f085
      Laurent Aimar authored
      of audio stsd box. (handle qt3+ audio box)
       (I still need to fix mp4.c to read audio track that aren't mp4a)
      7677f085
  2. 08 Mar, 2003 1 commit
  3. 07 Mar, 2003 1 commit
    • Gildas Bazin's avatar
      · 44ae8d78
      Gildas Bazin authored
      * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
      messages window regularly.
      44ae8d78
  4. 06 Mar, 2003 16 commits
  5. 05 Mar, 2003 7 commits
  6. 04 Mar, 2003 11 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