• Home
Name Date Size #Lines LOC

..--

READMED12-May-2024680 1712

gstivorbisdec.cD12-May-20241.2 KiB3714

gstvorbis.cD12-May-20241.3 KiB4419

gstvorbiscommon.cD12-May-20245.6 KiB142116

gstvorbiscommon.hD12-May-20241.2 KiB3410

gstvorbisdec.cD12-May-202422.8 KiB816610

gstvorbisdec.hD12-May-20242.1 KiB8140

gstvorbisdeclib.cD12-May-20244.9 KiB225171

gstvorbisdeclib.hD12-May-20245.2 KiB194129

gstvorbiselement.cD12-May-20241.2 KiB4114

gstvorbiselements.hD12-May-20241.3 KiB3912

gstvorbisenc.cD12-May-202433.5 KiB1,115775

gstvorbisenc.hD12-May-20242.7 KiB9849

gstvorbisparse.cD12-May-202420.3 KiB716525

gstvorbisparse.hD12-May-20242.3 KiB8440

gstvorbistag.cD12-May-20244.4 KiB14068

gstvorbistag.hD12-May-20241.7 KiB6425

meson.buildD12-May-20241.8 KiB5752

README

1oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the
2               GStreamer way of doing things and should be removed for
3	       0.9. It is still called "vorbisenc" for backward compatibility
4	       reasons. It also takes integer audio as input.
5vorbisenc :    Encodes to a raw vorbis stream and should be used together
6 	       with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
7	       It also takes raw float samples as input.
8
9TODO for 0.9:
10
11- remove oggvorbisenc.c and oggvorbisenc.h
12- remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
13- remove the element vorbisenc.
14- rename the element rawvorbisenc to vorbisenc.
15
16
17