You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fix null pointer dereference in id3_ucs4_length (CVE-2017-11550) |
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
packaging | 2 years ago | |
.gitignore | 2 years ago | |
CHANGES | 1 year ago | |
CMakeLists.txt | 1 year ago | |
COPYING | 2 years ago | |
COPYRIGHT | 2 years ago | |
CREDITS | 2 years ago | |
README | 2 years ago | |
TODO | 2 years ago | |
compat.c | 2 years ago | |
compat.gperf | 2 years ago | |
compat.h | 2 years ago | |
crc.c | 2 years ago | |
crc.h | 2 years ago | |
debug.c | 2 years ago | |
debug.h | 2 years ago | |
field.c | 2 years ago | |
field.h | 2 years ago | |
file.c | 2 years ago | |
file.h | 2 years ago | |
frame.c | 2 years ago | |
frame.h | 2 years ago | |
frametype.c | 2 years ago | |
frametype.gperf | 2 years ago | |
frametype.h | 2 years ago | |
genre.c | 2 years ago | |
genre.dat | 2 years ago | |
genre.dat.in | 2 years ago | |
genre.dat.sed | 2 years ago | |
genre.h | 2 years ago | |
global.h | 2 years ago | |
id3tag.h.in | 2 years ago | |
latin1.c | 2 years ago | |
latin1.h | 2 years ago | |
libid3tag.list.in | 2 years ago | |
parse.c | 2 years ago | |
parse.h | 2 years ago | |
render.c | 2 years ago | |
render.h | 2 years ago | |
tag.c | 2 years ago | |
tag.h | 2 years ago | |
ucs4.c | 2 years ago | |
ucs4.h | 2 years ago | |
utf8.c | 2 years ago | |
utf8.h | 2 years ago | |
utf16.c | 2 years ago | |
utf16.h | 2 years ago | |
util.c | 2 years ago | |
util.h | 2 years ago | |
version.c | 2 years ago | |
version.h | 2 years ago |
README
libid3tag - ID3 tag manipulation library Copyright (C) 2000-2004 Underbit Technologies, Inc. $Id: README,v 1.5 2004/01/23 09:41:32 rob Exp $ =============================================================================== INTRODUCTION libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. See the file `id3tag.h' for the current library interface. =============================================================================== BUILDING AND INSTALLING libid3tag depends on zlib. It uses the CMake build system. To build it, run: cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/to/install/to -S . -B build cmake --build build --parallel number-of-cpu-cores cmake --install build =============================================================================== COPYRIGHT Please read the `COPYRIGHT' file for copyright and warranty information. Also, the file `COPYING' contains the full text of the GNU GPL. Send inquiries, comments, bug reports, suggestions, patches, etc. to: Underbit Technologies, Inc. <support@underbit.com> See also the MAD home page on the Web: http://www.underbit.com/products/mad/ ===============================================================================