• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D19-Apr-20191.3 KiB4638

Makefile.inH A D03-May-202247.8 KiB1,1171,008

READMEH A D19-Apr-2019680 1712

gstivorbisdec.cH A D19-Apr-20191.4 KiB4720

gstvorbis.cH A D19-Apr-20192.3 KiB7443

gstvorbiscommon.cH A D19-Apr-20195.6 KiB142116

gstvorbiscommon.hH A D19-Apr-20191.2 KiB3410

gstvorbisdec.cH A D19-Apr-201922.3 KiB805598

gstvorbisdec.hH A D19-Apr-20192.1 KiB8140

gstvorbisdeclib.cH A D19-Apr-20194.9 KiB225171

gstvorbisdeclib.hH A D19-Apr-20195.2 KiB194129

gstvorbisenc.cH A D19-Apr-201933.3 KiB1,110769

gstvorbisenc.hH A D19-Apr-20192.7 KiB9849

gstvorbisparse.cH A D19-Apr-201920.1 KiB710519

gstvorbisparse.hH A D19-Apr-20192.3 KiB8440

gstvorbistag.cH A D19-Apr-20194.2 KiB13563

gstvorbistag.hH A D19-Apr-20191.7 KiB6425

meson.buildH A D19-Apr-20191.8 KiB5953

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