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 ivorbisdec: set rank to SECONDARY 2010-02-15 12:12:15 +01:00
gstvorbis.c vorbis: Rename source files to have the same name as the headers 2010-01-14 10:07:22 +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.c audio: use convert audio helper 2011-08-22 16:21:02 +02:00
gstvorbisdec.h audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstvorbisdeclib.c audio: rework audio caps. 2011-08-18 19:15:03 +02:00
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 -base: port to new SEGMENT API 2011-05-16 13:48:11 +02:00
gstvorbisparse.c Revert "-base_port to new query API" 2011-05-17 11:25:31 +02:00
gstvorbisparse.h vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts 2009-02-24 14:36:39 +01:00
gstvorbistag.c ext: Use G_DEFINE_TYPE instead of GST_BOILERPLATE 2011-04-19 14:22:42 +02: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: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
README ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer. 2004-05-10 17:44:07 +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.