Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.am | D | 12-May-2024 | 1.3 KiB | 46 | 38 | |
Makefile.in | D | 12-May-2024 | 48.2 KiB | 1,117 | 1,008 | |
README | D | 12-May-2024 | 680 | 17 | 12 | |
gstivorbisdec.c | D | 12-May-2024 | 1.4 KiB | 47 | 20 | |
gstvorbis.c | D | 12-May-2024 | 2.3 KiB | 74 | 43 | |
gstvorbiscommon.c | D | 12-May-2024 | 5.6 KiB | 142 | 116 | |
gstvorbiscommon.h | D | 12-May-2024 | 1.2 KiB | 34 | 10 | |
gstvorbisdec.c | D | 12-May-2024 | 22.3 KiB | 805 | 598 | |
gstvorbisdec.h | D | 12-May-2024 | 2.1 KiB | 81 | 40 | |
gstvorbisdeclib.c | D | 12-May-2024 | 4.9 KiB | 225 | 171 | |
gstvorbisdeclib.h | D | 12-May-2024 | 5.2 KiB | 194 | 129 | |
gstvorbisenc.c | D | 12-May-2024 | 33.3 KiB | 1,110 | 769 | |
gstvorbisenc.h | D | 12-May-2024 | 2.7 KiB | 98 | 49 | |
gstvorbisparse.c | D | 12-May-2024 | 20.1 KiB | 710 | 519 | |
gstvorbisparse.h | D | 12-May-2024 | 2.3 KiB | 84 | 40 | |
gstvorbistag.c | D | 12-May-2024 | 4.2 KiB | 135 | 63 | |
gstvorbistag.h | D | 12-May-2024 | 1.7 KiB | 64 | 25 | |
meson.build | D | 12-May-2024 | 1.8 KiB | 59 | 53 |
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