gstreamer/ext/vorbis
2010-10-06 12:05:27 +02:00
..
gstivorbisdec.c
gstvorbis.c
gstvorbiscommon.c
gstvorbiscommon.h
gstvorbisdec.c vorbisdec: reverse playback; decode pending buffers upon EOS 2010-10-06 12:05:27 +02:00
gstvorbisdec.h vorbis: have a copy_sample func as a func pointer 2010-05-06 08:22:36 +03:00
gstvorbisdeclib.c vorbis: have a copy_sample func as a func pointer 2010-05-06 08:22:36 +03:00
gstvorbisdeclib.h vorbis: have a copy_sample func as a func pointer 2010-05-06 08:22:36 +03:00
gstvorbisenc.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
gstvorbisenc.h
gstvorbisparse.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
gstvorbisparse.h
gstvorbistag.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
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.