gstreamer/ext/vorbis
Monty Montgomery 9cbe7c1403 vorbisenc: Relax overly-tight jitter tolerances in gstvobisenc
vorbisenc currently reacts in a rater draconian fashion if input
timestamps are more than 1/2 sample off what it considers ideal. If data
is 'too late' it truncates buffers, if it is 'too soon' it completely
shuts down encode and restarts it.  This is causingvorbisenc to produce
corrupt output when encoding data produced by sources with bugs that
produce a smple or two of jitter (eg, flacdec)
2011-08-23 10:11:18 +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 vorbisdec: Handle headers in caps 2011-05-18 22:08:46 +02:00
gstvorbisdec.h vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
gstvorbisdeclib.c vorbis: have a copy_sample func as a func pointer 2010-05-06 08:22:36 +03:00
gstvorbisdeclib.h vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
gstvorbisenc.c vorbisenc: Relax overly-tight jitter tolerances in gstvobisenc 2011-08-23 10:11:18 +02:00
gstvorbisenc.h vorbisenc: Ensure output buffers fall within the segment 2009-04-29 16:48:45 +01:00
gstvorbisparse.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
gstvorbisparse.h vorbis: Rename vorbis*.h to gstvorbis*.h to prevent name conflicts 2009-02-24 14:36:39 +01:00
gstvorbistag.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +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 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.