]> git.sesse.net Git - vlc/commit
* modules/video_output/directx/directx.c: fixed the "refresh" button for the --direct...
authorGildas Bazin <gbazin@videolan.org>
Thu, 5 Feb 2004 22:56:12 +0000 (22:56 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 5 Feb 2004 22:56:12 +0000 (22:56 +0000)
commita4b486148b57b3bc15c165e1cebea1ee0e444284
treead8f9eefa623b3a6a02db2e38b0fbd2ac6746346
parent93f3c135d207a60abc4d4261d6dd0a861b2889ca
* 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.
configure.ac
modules/access/cdda.c
modules/audio_filter/converter/dtstofloat32.c [new file with mode: 0644]
modules/demux/dts.c
modules/demux/wav.c
modules/video_output/directx/directx.c