Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 12-May-2024 | 680 | 17 | 12 | |
gstivorbisdec.c | D | 12-May-2024 | 1.2 KiB | 37 | 14 | |
gstvorbis.c | D | 12-May-2024 | 1.3 KiB | 44 | 19 | |
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.8 KiB | 816 | 610 | |
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 | |
gstvorbiselement.c | D | 12-May-2024 | 1.2 KiB | 41 | 14 | |
gstvorbiselements.h | D | 12-May-2024 | 1.3 KiB | 39 | 12 | |
gstvorbisenc.c | D | 12-May-2024 | 33.5 KiB | 1,115 | 775 | |
gstvorbisenc.h | D | 12-May-2024 | 2.7 KiB | 98 | 49 | |
gstvorbisparse.c | D | 12-May-2024 | 20.3 KiB | 716 | 525 | |
gstvorbisparse.h | D | 12-May-2024 | 2.3 KiB | 84 | 40 | |
gstvorbistag.c | D | 12-May-2024 | 4.4 KiB | 140 | 68 | |
gstvorbistag.h | D | 12-May-2024 | 1.7 KiB | 64 | 25 | |
meson.build | D | 12-May-2024 | 1.8 KiB | 57 | 52 |
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