summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/riff.h
Commit message (Collapse)AuthorAgeFilesLines
* gst/wavparse/Makefile.am gst/wavparse/riff.h gst/wavparse/wavparse.vcproj ↵Stéphane Loeuillet2004-10-061-440/+0
| | | | | | | | | | riff.h removal (unused and duplication with... Original commit message from CVS: * gst/wavparse/Makefile.am * gst/wavparse/riff.h * gst/wavparse/wavparse.vcproj riff.h removal (unused and duplication with riff-ids.h)
* rename WMAx codec defines to be consistentStéphane Loeuillet2004-05-171-3/+3
| | | | | Original commit message from CVS: rename WMAx codec defines to be consistent
* *.h: Revert indentingJohan Dahlin2004-03-151-94/+77
| | | | | Original commit message from CVS: * *.h: Revert indenting
* gst-indentThomas Vander Stichele2004-03-141-77/+94
| | | | | Original commit message from CVS: gst-indent
* Add a local copy of riff.h as we don't use rifflib anymore.Iain Holmes2003-10-291-0/+440
Original commit message from CVS: Add a local copy of riff.h as we don't use rifflib anymore. Rewrite the main loop to use bytestreams instead of rifflib. Make it a loopbased filter. Handle metadata, cues and labels as well