- 07 Jan, 2003 1 commit
-
-
Laurent Aimar authored
decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's a replacement of p_demux_data as this variable is used by some demuxers in another way. This way, I will be able to add preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm demuxer so if somebody wants ...)
-
- 18 Dec, 2002 1 commit
-
-
Sam Hocevar authored
-
- 10 Dec, 2002 1 commit
-
-
Gildas Bazin authored
* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
-
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: a bunch of additional warning fixes.
-
- 03 Dec, 2002 1 commit
-
-
Laurent Aimar authored
microfsoft, not yet ima4) * wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm could not work with asf because of asf audio scrambling unsupported in asf demuxer). Seek will not work, because vlc send garbage and then break stream alignment.(I will try to fix that).
-
- 28 Nov, 2002 1 commit
-
-
Laurent Aimar authored
test if mp4,asf,avi,wav demuxers and araw,ffmpeg,faad decoders work under big endian architectures ? (else could you give vlc log )
-
- 21 Nov, 2002 1 commit
-
-
Sam Hocevar authored
* ./modules/access/file.c: the file access plugin gets the real file size under WinCE. * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion filter to play some WAV files without an FPU. * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
-
- 26 Oct, 2002 1 commit
-
-
Laurent Aimar authored
* all : fix for new use of p_selected_area->i_tell. Just a word: now we cannot update anymore p_input->p_current_data without updating i_tell. I known that it's used for skipping some bytes in mp3 demux (not yet fixed), I don't known if it's used elsewhere....
-
- 14 Oct, 2002 1 commit
-
-
Laurent Aimar authored
* wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but untested under big endian machine(for pcm). All are compiled by default.
-