gstreamer/ext/vorbis
2012-07-28 00:35:02 +02:00
..
gstivorbisdec.c gst: Update for GST_PLUGIN_DEFINE() API change 2012-04-05 15:11:05 +02:00
gstvorbis.c gst: Update for GST_PLUGIN_DEFINE() API change 2012-04-05 15:11:05 +02:00
gstvorbiscommon.c vorbis: Port to the new multichannel caps 2012-01-05 10:34:24 +01:00
gstvorbiscommon.h vorbis: Port to the new multichannel caps 2012-01-05 10:34:24 +01:00
gstvorbisdec.c tag: Update for taglist/tag event API changes 2012-07-28 00:35:02 +02:00
gstvorbisdec.h Merge remote-tracking branch 'origin/master' into 0.11 2012-03-08 20:31:34 +00:00
gstvorbisdeclib.c vorbis: Port to the new multichannel caps 2012-01-05 10:34:24 +01:00
gstvorbisdeclib.h vorbis: give libvorbis-based decoder and vorbisidec decoder different type names 2012-05-16 15:31:38 +01:00
gstvorbisenc.c vorbisenc: adjust to modified audioencoder getcaps helper API 2012-07-25 15:58:19 +02:00
gstvorbisenc.h vorbisdec: Use new gst_audio_encoder_set_headers() API 2012-03-30 12:51:11 +02:00
gstvorbisparse.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gstvorbisparse.h vorbisparse: Pass correct header buffer size to libvorbis and include channels/rate in the srcpad caps 2012-01-27 12:08:33 +01:00
gstvorbistag.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +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 gst: Update versioning 2012-04-04 14:55:15 +02: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.