gstreamer/ext/vorbis
Wim Taymans 33196cdd2c audio: change audio format syntax a little
Remove the _ in front of the endianness prefix.
Remove the _3 postfix for the 24 bits formats.
Add a _32 postfix after the formats that occupy extra space beyond their
natural size.
The result is that the GST_AUDIO_NE() macro can simply append the endianness
after all formats and that we only specify a different sample width when it is
different from the natural size of the sample. This makes things more consistent
and follows the pulseaudio conventions instead of the alsa ones.
2011-09-06 12:06:39 +02:00
..
gstivorbisdec.c
gstvorbis.c
gstvorbiscommon.c
gstvorbiscommon.h
gstvorbisdec.c
gstvorbisdec.h
gstvorbisdeclib.c
gstvorbisdeclib.h audio: change audio format syntax a little 2011-09-06 12:06:39 +02:00
gstvorbisenc.c Merge branch 'master' into 0.11 2011-08-24 11:04:53 +02:00
gstvorbisenc.h
gstvorbisparse.c
gstvorbisparse.h
gstvorbistag.c
gstvorbistag.h
Makefile.am
README

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.