- 08 Feb, 2004 16 commits
-
-
Gildas Bazin authored
* configure.ac: forgot one version number and added the aiff demux.
-
Gildas Bazin authored
* ALL: bumped version number to 0.7.1 in preparation for the release.
-
Jean-Paul Saman authored
Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
-
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
-
Derk-Jan Hartman authored
-
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.
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: another fix for post-processing.
-
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)
-
Gildas Bazin authored
* src/playlist/*: fixed complete fuckage of playlist_ItemAddOption() and moved it to item.c. * modules/gui/wxwindows/open.cpp: cleanup.
-
Laurent Aimar authored
auto-detection.
-
Gildas Bazin authored
* modules/demux/dts.c: more fixes.
-
Rocky Bernstein authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: fixed crash when disabling post-processing with videos with B frames.
-
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.
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstospdif.c: cough cough.
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstospdif.c: only swab big endian bitstreams.
-
- 07 Feb, 2004 7 commits
-
-
Rocky Bernstein authored
-
Sigmund Augdal Helberg authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/codec/dts.c: DTS S/PDIF fix (Thanks Dnumgis for all the testing).
-
Gildas Bazin authored
* include/vlc_es.h: s/es_format_Free/es_format_Clean.
-
Gildas Bazin authored
* modules/demux/ogg.c: fixed memleak. * modules/codec/flac.c: fixed memleak. * include/vlc_es.h: es_format_Free().
-
- 06 Feb, 2004 6 commits
-
-
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.
-
Gildas Bazin authored
* include/vlc_common.h: forgot the Set*LE() helpers in my last commit.
-
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.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Fixed adding multiple items * playlist API changes fixes * fixed options
-
Derk-Jan Hartman authored
-
- 05 Feb, 2004 3 commits
-
-
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.
-
Derk-Jan Hartman authored
- holds doc/translations.txt - all the .po's - convert-po.sh
-
Laurent Aimar authored
-
- 04 Feb, 2004 6 commits
-
-
Gildas Bazin authored
* modules/codec/dts.c: should be more correct (hopefully).
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstospdif.c: don't forget to take care of the sample's starting date.
-
Gildas Bazin authored
* modules/audio_filter/converter/dtstospdif.c: oops forgot something.
-
Laurent Aimar authored
(gottbehuet at active-elements dot de) (untested)
-
Gildas Bazin authored
* modules/demux/dts.c: should detect DTS wav files even if the data doesn't start with a DTS frame.
-
Derk-Jan Hartman authored
the file with information on how to make translations.
-
- 03 Feb, 2004 2 commits
-
-
Gildas Bazin authored
* modules/codec/dts.c: a bunch of fixes.
-
Gildas Bazin authored
* modules/audio_output/file.c: added --audiofile-channels=integer option to specify the number of channels wanted in the output file.
-