gstreamer/ext/vorbis
Wim Taymans 68eb1421af ext/theora/: Copy seqnum.
Original commit message from CVS:
* ext/theora/gsttheoradec.h:
* ext/theora/theoradec.c: (gst_theora_dec_init),
(gst_theora_dec_reset), (theora_dec_src_event),
(theora_dec_sink_event), (theora_handle_type_packet):
Copy seqnum.
Keep events in a pending list, like vorbisdec, instead of trying
to construct a segment event ourselves.
* ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
(vorbis_dec_src_event), (vorbis_dec_sink_event):
* ext/vorbis/vorbisdec.h:
Copy seqnum.
2008-11-04 18:17:24 +00:00
..
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00
README ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer. 2004-05-10 17:44:07 +00:00
vorbis.c ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +00:00
vorbisdec.c ext/theora/: Copy seqnum. 2008-11-04 18:17:24 +00:00
vorbisdec.h ext/theora/: Copy seqnum. 2008-11-04 18:17:24 +00:00
vorbisenc.c ext/vorbis/vorbisenc.c: Fix discontinuity detection which was broken by last commit. 2008-10-10 15:21:38 +00:00
vorbisenc.h ext/vorbis/vorbisenc.*: Keep track of the upstream segments and use the running time on that segment instead of the b... 2008-10-08 12:08:01 +00:00
vorbisparse.c Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. Drop mentining that all our example pipe... 2008-07-10 21:06:06 +00:00
vorbisparse.h ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +00:00
vorbistag.c Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. Drop mentining that all our example pipe... 2008-07-10 21:06:06 +00:00
vorbistag.h ext/vorbis/: Add new vorbistag element which derives from vorbisparse and is essentially the same as well, only that ... 2006-10-03 11:51:48 +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.