index
:
libcdio.git
bsd-logging
cdtext-osx
cdtext-testing
cdtext-win32
dev
master
netbsd-mmc-rdwr-excl
pbatard
pbatard-fixes
pbatard-integration2
pbatard-multiextent
pbatard-multiextent2
pragmatic-multiextent-2020
rr-deep-directory
serge-cdtext
solaris-fixes
static-analysis
stef-cdda-lib-patch
libcdio
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
driver
/
cdtext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
Made CD-TEXT character set interpretation more tolerant towards bad input. Re...
Thomas Schmitt
1
-2
/
+18
2018-06-13
Make a pass over CD-Text documentation...
R. Bernstein
1
-11
/
+15
2018-05-30
Removed an unreachable return statement from cdtext_lang2str()
Thomas Schmitt
1
-1
/
+0
2018-05-29
Bug fix: cdtext_lang2str() yielded wrong texts, invalid memory addresses, or ...
Thomas Schmitt
1
-8
/
+18
2018-05-28
Renamed internal cdtext_is_language() to cdtext_lang2str() and promoted it to...
Thomas Schmitt
1
-14
/
+7
2018-05-27
New API call cdtext_list_languages_v2() to be preferred over now deprecated
Thomas Schmitt
1
-9
/
+86
2017-11-19
More complete CD-Text free
R. Bernstein
1
-0
/
+1
2016-04-13
Add cdtext binary parser and track number to public api
Leon Merten Lohse
1
-0
/
+31
2016-04-13
Avoid buffer overflow in CD-Text parser
Leon Merten Lohse
1
-1
/
+6
2016-04-04
Interpret TAB indicators in CD-Text parser
Leon Merten Lohse
1
-4
/
+25
2016-04-03
Increase track # for short CD-Text fields
R. Bernstein
1
-12
/
+16
2014-09-24
Add cdio_free function for freeing memory allocated by libcdio.
enzo1982
1
-1
/
+1
2013-12-14
Remove remaining compilation warnings. Thanks again to Thomas Schmitt.
rocky
1
-1
/
+1
2013-12-14
mmc_read.c: no need to special case FreeBSD.
rocky
1
-2
/
+1
2013-03-31
One more attempt to give a guard against using more than 99 tracks.
R. Bernstein
1
-27
/
+23
2012-10-24
removed warning while parsing empty cd-text
Leon Merten Lohse
1
-1
/
+1
2012-10-18
Add cdtext_get_genre
Leon Merten Lohse
1
-0
/
+12
2012-03-22
Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...
Leon Merten Lohse
1
-7
/
+4
2012-03-11
[renamed] cdtext_languages_available to cdtext_list_languages
Leon Merten Lohse
1
-1
/
+1
2012-03-10
Small stylistic changes. More will go on in main branch
R. Bernstein
1
-19
/
+24
2012-03-10
Don't set crc field outside of the limit of the cdtext_pack_t structure.
R. Bernstein
1
-1
/
+1
2012-03-09
Redo some of rocky's beautifications.
Leon Merten Lohse
1
-232
/
+227
2012-03-05
Multilanguage CD-Text from greenleon
R. Bernstein
1
-287
/
+588
2012-03-03
Reduce complation warnings via changes in pbatard branch
R. Bernstein
1
-1
/
+1
2011-12-04
Patch from Leon Merten Lohse: Correct the length of the CD-TEXT block.
R. Bernstein
1
-6
/
+8
2011-11-24
1) cdtext objects are no longer associated with a track but with the disc.
R. Bernstein
1
-110
/
+184
2011-10-20
Make sure config.h or the copy of that gets included only once to reduce dupl...
R. Bernstein
1
-0
/
+1
2011-10-20
Correct test for enable_cdda to accept either curses.h *or* ncurses.h
R. Bernstein
1
-0
/
+3
2011-04-23
From Leon Merten Lohse https://savannah.gnu.org/patch/?7532:
R. Bernstein
1
-79
/
+163
2011-03-28
CD-text patches from Leon Merten Lohse to handle double-byte strings. See htt...
R. Bernstein
1
-42
/
+62
2009-05-14
Guard against dereferncing a null cdtext pointer.
R. Bernstein
1
-1
/
+2
2008-11-29
First commit after CVS conversion. Should be just administrative changes.
R. Bernstein
1
-0
/
+253