Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
AUTHORS | D | 07-Sep-2024 | 604 | 17 | 15 | |
Makefile.am | D | 07-Sep-2024 | 1.2 KiB | 69 | 52 | |
Makefile.in | D | 07-Sep-2024 | 21.5 KiB | 719 | 616 | |
README | D | 07-Sep-2024 | 907 | 27 | 18 | |
common.c | D | 07-Sep-2024 | 9.7 KiB | 365 | 255 | |
common.h | D | 07-Sep-2024 | 1.5 KiB | 44 | 15 | |
dct64_i386.c | D | 07-Sep-2024 | 11.5 KiB | 349 | 261 | |
dct64_i386.h | D | 07-Sep-2024 | 1,021 | 31 | 5 | |
decode_i386.c | D | 07-Sep-2024 | 9.9 KiB | 225 | 171 | |
decode_i386.h | D | 07-Sep-2024 | 1.3 KiB | 34 | 8 | |
depcomp | D | 07-Sep-2024 | 23 KiB | 792 | 502 | |
huffman.h | D | 07-Sep-2024 | 16.6 KiB | 354 | 298 | |
interface.c | D | 07-Sep-2024 | 19.9 KiB | 719 | 500 | |
interface.h | D | 07-Sep-2024 | 2 KiB | 57 | 19 | |
l2tables.h | D | 07-Sep-2024 | 11.7 KiB | 184 | 153 | |
layer1.c | D | 07-Sep-2024 | 7.3 KiB | 233 | 190 | |
layer1.h | D | 07-Sep-2024 | 1.1 KiB | 30 | 6 | |
layer2.c | D | 07-Sep-2024 | 13 KiB | 404 | 342 | |
layer2.h | D | 07-Sep-2024 | 1.1 KiB | 40 | 10 | |
layer3.c | D | 07-Sep-2024 | 62.6 KiB | 1,970 | 1,601 | |
layer3.h | D | 07-Sep-2024 | 1.3 KiB | 33 | 9 | |
mpg123.h | D | 07-Sep-2024 | 3.7 KiB | 153 | 105 | |
mpglib.h | D | 07-Sep-2024 | 3.6 KiB | 119 | 81 | |
tabinit.c | D | 07-Sep-2024 | 5.7 KiB | 153 | 114 | |
tabinit.h | D | 07-Sep-2024 | 1 KiB | 33 | 7 |
README
1hip - Hip Isn't a Player 2A LGPLed mpeg audio decoding library. 3 4Based off of Michael Hipp's mpglib 0.2a <http://www.mpg123.de/>, with many 5improvements by the lame development team (see AUTHORS). 6 7The interface to the library is based off of vorbisfile. If you add mp3 8support to your app using this library it should be a snap to add Ogg Vorbis 9support as well. 10 11This isn't as fast as mpg123 will be for decoding as none of it is in 12assmbler. 13 14Seeking currently isn't implemented. 15 16 17From mpglib's orginal README: 18============================= 19 20PLEASE NOTE: This software may contain patented algorithms (at least 21 patented in some countries). It may be not allowed to sell/use products 22 based on this source code in these countries. Check this out first! 23 24COPYRIGHT of MP3 music: 25 Please note, that the duplicating of copyrighted music without explicit 26 permission violates the rights of the owner. 27