gstreamer/gst-libs/gst/riff
Ronald S. Bultje da9c830916 gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_caps_with_data),
(gst_riff_create_video_template_caps):
Add DIB fourcc (raw, palettized 8-bit RGB).
* gst-libs/gst/riff/riff-read.c:
(gst_riff_read_strf_vids_with_data):
Oops, fix strf_data reading bug.
* gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
Use a non-NULL tag.
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
Time for hacks. Sorry Dave. At least one quicktime movie (a
trailer) that I've encountered contains multiple video tracks.
One of those is the actual video track, the other are one-frame
tracks (images). Unfortunately, the number of frames according
to the trak header is 1 for each, so that doesn't help. So
instead, I look at the duration and discard tracks with a
duration shorter than 20% of the length of the stream. Better
than nothing.
2004-10-02 14:10:19 +00:00
..
Makefile.am Whoops, this one is needed too 2003-12-07 22:50:30 +00:00
riff-ids.h rename WMAx codec defines to be consistent 2004-05-17 16:29:16 +00:00
riff-media.c gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB). 2004-10-02 14:10:19 +00:00
riff-media.h gst/: Set codec_data on caps for avidemuxer. 2004-07-13 10:24:29 +00:00
riff-read.c gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB). 2004-10-02 14:10:19 +00:00
riff-read.h gst/: Set codec_data on caps for avidemuxer. 2004-07-13 10:24:29 +00:00
riff.c gst-indent 2004-03-14 22:34:33 +00:00
riff.def add more plugins to the build add some definitions needed by plugins fixes for build problems 2004-07-26 22:09:59 +00:00
riff.vcproj more working plugins 2004-07-27 21:41:30 +00:00