1. 08 Feb, 2004 16 commits
    • Gildas Bazin's avatar
      · de8289ba
      Gildas Bazin authored
      * configure.ac: forgot one version number and added the aiff demux.
      de8289ba
    • Gildas Bazin's avatar
      · 9dec8bef
      Gildas Bazin authored
      * ALL: bumped version number to 0.7.1 in preparation for the release.
      9dec8bef
    • Jean-Paul Saman's avatar
      Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found... · 0192ffc2
      Jean-Paul Saman authored
      Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
      
      0192ffc2
    • Jean-Paul Saman's avatar
      Fixed several things with configure.ac script: · 6f50b235
      Jean-Paul Saman authored
      - Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
      - Add a AC_ARG_ENABLE for cdda
      6f50b235
    • Derk-Jan Hartman's avatar
      * Update copyright info · 2ef754d0
      Derk-Jan Hartman authored
      2ef754d0
    • Derk-Jan Hartman's avatar
      * Fix /dev/di bug · fe969c9f
      Derk-Jan Hartman authored
        Though this still remains a hack. People should just use 'Open Disc' menu.
        I see no way to retrieve the original (non parition version) /dev entry,
        from the mounted drive.
      fe969c9f
    • Gildas Bazin's avatar
      · 8822d581
      Gildas Bazin authored
      * modules/codec/ffmpeg/video.c: another fix for post-processing.
      8822d581
    • Sigmund Augdal Helberg's avatar
      modules/demux/avi/avi.c: · d5c32a93
      Sigmund Augdal Helberg authored
       * pass bit per pixel info on to decoder
      modules/demux/avi/libavi.h:
       * add 1 as fourcc for msrle
      module/codec/ffmpeg/video.c:
       * pass bit per pixel info to libavcodec (needed for msrle)
      d5c32a93
    • Gildas Bazin's avatar
      · cb55dfe4
      Gildas Bazin authored
      * src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c.
      * modules/gui/wxwindows/open.cpp: cleanup.
      cb55dfe4
    • Laurent Aimar's avatar
      caf2925c
    • Gildas Bazin's avatar
      · e79dec99
      Gildas Bazin authored
      * modules/demux/dts.c: more fixes.
      e79dec99
    • Rocky Bernstein's avatar
      Add me. · ce491a51
      Rocky Bernstein authored
      ce491a51
    • Gildas Bazin's avatar
      · c642d8bb
      Gildas Bazin authored
      * modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
      c642d8bb
    • Gildas Bazin's avatar
      · 96a6787b
      Gildas Bazin authored
      * src/interface/interface.c: added skins2 to the interface menu.
      * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
      96a6787b
    • Gildas Bazin's avatar
      · 3301dd40
      Gildas Bazin authored
      * modules/audio_filter/converter/dtstospdif.c: cough cough.
      3301dd40
    • Gildas Bazin's avatar
      · 623dd6d8
      Gildas Bazin authored
      * modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
      623dd6d8
  2. 07 Feb, 2004 7 commits
  3. 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
  4. 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
  5. 04 Feb, 2004 6 commits
  6. 03 Feb, 2004 2 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