gstreamer/ext/vorbis
Sebastian Dröge d4e9225ed4 vorbis: Move channel layout definitions into a single separate file
...instead of having two copies.
2010-01-14 10:05:35 +01:00
..
gstvorbiscommon.c vorbis: Move channel layout definitions into a single separate file 2010-01-14 10:05:35 +01:00
gstvorbiscommon.h vorbis: Move channel layout definitions into a single separate file 2010-01-14 10:05:35 +01:00
gstvorbisdec.h vorbisdec: adapt to new oggdemux 2009-12-10 13:22:00 +01:00
gstvorbisenc.h vorbisenc: Ensure output buffers fall within the segment 2009-04-29 16:48:45 +01:00
gstvorbisparse.h vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts 2009-02-24 14:36:39 +01:00
gstvorbistag.h vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts 2009-02-24 14:36:39 +01:00
Makefile.am vorbis: Move channel layout definitions into a single separate file 2010-01-14 10:05:35 +01: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 Add ranks to the Oggmuxer, Vorbis encoder and Theora encoder 2009-05-12 12:17:55 +01:00
vorbisdec.c vorbis: Move channel layout definitions into a single separate file 2010-01-14 10:05:35 +01:00
vorbisenc.c vorbis: Move channel layout definitions into a single separate file 2010-01-14 10:05:35 +01:00
vorbisparse.c vorbisparse: be smarter when queueing headers 2009-03-13 15:29:29 +01:00
vorbistag.c vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts 2009-02-24 14:36:39 +01: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.