gstreamer/ext/vorbis
Sebastian Dröge 31b677599a ext/vorbis/: Add sane defaults for the 7 and 8 channel layouts as those are undefined in the Vorbis spec. Use NONE ch...
Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
* ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
Add sane defaults for the 7 and 8 channel layouts as those are
undefined in the Vorbis spec. Use NONE channel layouts when decoding
more than 8 channels instead of erroring out. Fixes bug #535356.
2008-05-29 07:02:50 +00:00
..
Makefile.am configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
README ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer. 2004-05-10 17:44:07 +00:00
vorbis.c ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +00:00
vorbisdec.c ext/vorbis/: Add sane defaults for the 7 and 8 channel layouts as those are undefined in the Vorbis spec. Use NONE ch... 2008-05-29 07:02:50 +00:00
vorbisdec.h ext/vorbis/vorbisdec.*: First stab at vorbis reverse playback. 2006-11-13 18:14:48 +00:00
vorbisenc.c ext/vorbis/: Add sane defaults for the 7 and 8 channel layouts as those are undefined in the Vorbis spec. Use NONE ch... 2008-05-29 07:02:50 +00:00
vorbisenc.h ext/vorbis/vorbisenc.*: Handle discontinuities in the input vorbis stream correctly, so that the output is properly t... 2006-07-28 12:48:21 +00:00
vorbisparse.c Printf format fixes. 2006-10-05 15:55:21 +00:00
vorbisparse.h ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +00:00
vorbistag.c Use new metadata copy function. 2007-03-09 16:38:06 +00:00
vorbistag.h ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +00:00

oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the
               GStreamer way of doing things and should be removed for 
	       0.9. It is still called "vorbisenc" for backward compatibility
	       reasons. It also takes integer audio as input.
vorbisenc :    Encodes to a raw vorbis stream and should be used together
 	       with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
	       It also takes raw float samples as input.

TODO for 0.9:

- remove oggvorbisenc.c and oggvorbisenc.h
- remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
- remove the element vorbisenc.
- rename the element rawvorbisenc to vorbisenc.