gstreamer/gst-libs/gst/riff
Ronald S. Bultje d42d7aae5b gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks together in a LIST chunk are not of the s...
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_audio_caps),
(gst_riff_create_audio_template_caps):
* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
Fix for unaligned RIFF files (i.e. where all the chunks together
in a LIST chunk are not of the same size as the size given in
the LIST chunk header). Fixes several odd WAVE files. Also fix
ADPCM (block_align property) in audio, so that wavparse based
on this works now as it used to stand-alone.
2004-05-09 15:49:25 +00:00
..
Makefile.am Whoops, this one is needed too 2003-12-07 22:50:30 +00:00
riff-ids.h Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand. 2004-05-08 00:33:39 +00:00
riff-media.c gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks together in a LIST chunk are not of the s... 2004-05-09 15:49:25 +00:00
riff-media.h gst/: Add MS RLE support. I added some functions to read out strf chunks into strf chunks and the data behind it. Thi... 2004-04-16 01:20:43 +00:00
riff-read.c gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks together in a LIST chunk are not of the s... 2004-05-09 15:49:25 +00:00
riff-read.h Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand. 2004-05-08 00:33:39 +00:00
riff.c gst-indent 2004-03-14 22:34:30 +00:00