1. 07 Feb, 2004 4 commits
    • Laurent Aimar's avatar
      * deinterlace: compilation fix. · 4580d2dc
      Laurent Aimar authored
      4580d2dc
    • Gildas Bazin's avatar
      · 1916bc59
      Gildas Bazin authored
      * modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
      1916bc59
    • Gildas Bazin's avatar
      · a02533c3
      Gildas Bazin authored
      * include/vlc_es.h: s/es_format_Free/es_format_Clean.
      a02533c3
    • Gildas Bazin's avatar
      · f6fd063a
      Gildas Bazin authored
      * modules/demux/ogg.c: fixed memleak.
      * modules/codec/flac.c: fixed memleak.
      * include/vlc_es.h: es_format_Free().
      f6fd063a
  2. 06 Feb, 2004 6 commits
    • Gildas Bazin's avatar
      · 4ca92c14
      Gildas Bazin authored
      * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h.
      * src/input/input.c: fixed memleak.
      * modules/demux/ogg.c: fixed another timing bug.
      4ca92c14
    • Gildas Bazin's avatar
      · 32e83f8a
      Gildas Bazin authored
      * include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
      32e83f8a
    • Gildas Bazin's avatar
      · ab728fe9
      Gildas Bazin authored
      * modules/codec/dts.c: fixes a buffer overflow with s/pdif.
      * modules/access/cdda.c, modules/audio_output/file.c: endianness fixes for WAV header.
      ab728fe9
    • Derk-Jan Hartman's avatar
      * msg_Err -> msg_Warn · 7db8bcc2
      Derk-Jan Hartman authored
      7db8bcc2
    • Derk-Jan Hartman's avatar
      * Added sortID · cbd4b6ac
      Derk-Jan Hartman authored
      * Fixed adding multiple items
      * playlist API changes fixes
      * fixed options
      cbd4b6ac
    • Derk-Jan Hartman's avatar
      f1e0ca60
  3. 05 Feb, 2004 3 commits
    • Gildas Bazin's avatar
      · a4b48614
      Gildas Bazin authored
      * modules/video_output/directx/directx.c: fixed the "refresh" button for the --directx-device option.
      * modules/demux/dts.c: implemented DEMUX_GET_TIME and DEMUX_GET_LENGTH.
      * modules/access/cdda.c: got rid of the cdda demux and add a wav header at the beginning of the data.
         This allows to correctly support DTS audio cd (demux will detect what kind of CD it is).
      * modules/demux/wav.c: code cleanup and fixed seeking.
      a4b48614
    • Derk-Jan Hartman's avatar
      * added a package-translations target · 93f3c135
      Derk-Jan Hartman authored
        - holds doc/translations.txt
        - all the .po's
        - convert-po.sh
      93f3c135
    • Laurent Aimar's avatar
      * httpd: fixed a integer overflow. · 6051a4ee
      Laurent Aimar authored
      6051a4ee
  4. 04 Feb, 2004 6 commits
  5. 03 Feb, 2004 6 commits
    • Gildas Bazin's avatar
      · a5ce76c3
      Gildas Bazin authored
      * modules/codec/dts.c: a bunch of fixes.
      a5ce76c3
    • Gildas Bazin's avatar
      · d596c8e3
      Gildas Bazin authored
      * modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
      d596c8e3
    • Laurent Aimar's avatar
      * http: Err -> Warn for Seek. · 9f3bc429
      Laurent Aimar authored
      9f3bc429
    • Eric Petit's avatar
    • Sigmund Augdal Helberg's avatar
      configure.ac: · 9c08885d
      Sigmund Augdal Helberg authored
       * define CAN_COMPILE_MMX and CAN_COMPILE_MMXEXT if availabe
      modules/video_filter/deinterlace/deinterlace.c:
       * changed how accelerated code is handled.
      9c08885d
    • Gildas Bazin's avatar
      · a1fc3b9f
      Gildas Bazin authored
      * modules/demux/dts.c: added detection for 14bits big endian and 16bits little endian bitstreams.
         (we still assume that the stream must begin with a new DTS frame, which doesn't always seem to be the case).
      a1fc3b9f
  6. 02 Feb, 2004 11 commits
  7. 01 Feb, 2004 4 commits