gstreamer/ext/vorbis
Tim-Philipp Müller 177525f89f Merge remote-tracking branch 'origin/master' into 0.11
Conflicts:
	gst-libs/gst/netbuffer/gstnetbuffer.c
	gst/ffmpegcolorspace/avcodec.h
	gst/ffmpegcolorspace/gstffmpegcodecmap.c
	gst/ffmpegcolorspace/imgconvert.c
	gst/ffmpegcolorspace/imgconvert_template.h
	gst/ffmpegcolorspace/mem.c
	gst/playback/README
	gst/playback/gstplaybasebin.c
	gst/playback/gstplaybasebin.h
	gst/playback/gstplaybin.c
	sys/v4l/v4lmjpegsrc_calls.c
	sys/v4l/videodev_mjpeg.h
	tests/check/elements/gnomevfssink.c
2011-12-02 11:10:17 +00:00
..
gstivorbisdec.c
gstvorbis.c
gstvorbiscommon.c
gstvorbiscommon.h
gstvorbisdec.c Merge remote-tracking branch 'origin/master' into 0.11 2011-12-02 11:10:17 +00:00
gstvorbisdec.h Merge branch 'master' into 0.11 2011-10-08 10:19:06 +02:00
gstvorbisdeclib.c audio: rework audio caps. 2011-08-18 19:15:03 +02:00
gstvorbisdeclib.h vorbisdec: report to 0.11 2011-10-08 11:05:29 +02:00
gstvorbisenc.c various: fix pad template leaks 2011-11-28 13:09:02 +00:00
gstvorbisenc.h vorbisenc: only push header buffers following initial events 2011-10-09 21:20:35 +02:00
gstvorbisparse.c various: fix pad template leaks 2011-11-28 13:09:02 +00:00
gstvorbisparse.h
gstvorbistag.c
gstvorbistag.h
Makefile.am audio: remove unstable API guards from the audio decoder and encoder base classes 2011-11-25 13:11:54 +00:00
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.