summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Doxygen update, fixes, tweaks for release.R. Bernstein6-34/+57
2012-10-18Add cdtext_get_genreLeon Merten Lohse1-0/+7
2012-10-15More liberal space after #define suggested by Robert William FullerR. Bernstein1-1/+1
2012-10-02Add mmc_cmd2str()R. Bernstein1-1/+11
2012-10-02Add MMC5 commands. Thanks yet again to Thomash Schmitt for doing the heavy li...R. Bernstein1-1/+4
2012-09-30mmc.h: Add additional MMC4/ATAPI command codes from http://wiki.osdev.org/ATA...R. Bernstein1-1/+33
2012-09-26Work on packed definition for MinGWrocky1-12/+12
2012-09-24Make bool be 8-bit. Rather switch than find where in ISO9660 there was a disc...R. Bernstein1-1/+1
2012-04-28OSX and BSD use -E for extended re's rather than GNU -rR. Bernstein1-1/+1
2012-04-16Add back in MIN_CDTEXT_FIELD. It's compatible too.rocky1-0/+1
2012-03-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse1-1/+1
2012-03-27Fixed that CD-Text from cdrdao toc was shifted one track forward.Leon Merten Lohse1-98/+98
2012-03-25Typo in C preprocessor symbol Comment #3 Savannah #35818R. Bernstein1-1/+1
2012-03-25MinGW seems to need <stdio.h> for FILE in utf8.h nowrocky1-0/+1
2012-03-25Small changes.R. Bernstein2-412/+2
2012-03-25Replace a few collections of preprocessor #define's with enum's.R. Bernstein2-26/+36
2012-03-25More small header changes:R. Bernstein30-830/+806
2012-03-22Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse33-1264/+841
2012-03-22Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...Leon Merten Lohse2-2/+2
2012-03-19MinGW seems to need <stdio.h> for FILE in utf8.h nowrocky1-0/+1
2012-03-18Small changes.R. Bernstein2-412/+2
2012-03-18Replace a few collections of preprocessor #define's with enum's.R. Bernstein2-26/+36
2012-03-18More small header changes:R. Bernstein30-830/+806
2012-03-11[renamed] cdtext_languages_available to cdtext_list_languagesLeon Merten Lohse4-16/+42
2012-03-10More paranoia and unconfig removalPete Batard1-116/+0
2012-03-10Merge branch 'greenleon' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein7-143/+279
2012-03-10Small stylistic changes. More will go on in main branchR. Bernstein1-2/+0
2012-03-05Multilanguage CD-Text from greenleonR. Bernstein6-141/+279
2012-03-05Remove .cvsignore as well as cdio/paranoia.hPete Batard4-211/+0
2012-03-05Apply MSVC compatibility workaround to ecma_167.hPete Batard1-10/+34
2012-03-05Make fopen() and stat() support UTF-8 paths on WindowsPete Batard1-0/+14
2012-03-05Add _cdio_strdup_fixpath for absolute paths handling in MinGWPete Batard1-0/+6
2012-03-05More paranoia removalPete Batard1-3/+1
2012-03-04Makefile.am: add CDIO_ to all #defines in cdio_config.hR. Bernstein1-5/+4
2012-03-03Pete Batard's patches offset types especially for MinGW and MS Visual C.R. Bernstein3-10/+22
2012-03-03pbatard empty array changes for iso9660.h. I think the last of the header pat...R. Bernstein1-4/+14
2012-03-03pbatard flexible array for ecma_167.h headerR. Bernstein1-11/+23
2012-03-03Reduce differences in pbatard branch for headers. (Still need to add empty ar...R. Bernstein6-84/+78
2012-03-03Revise OO CD-Text CPP for different interface. Update copyright and untabify ...R. Bernstein1-3/+1
2012-02-25Silence 'cont_###' set but not used warnings on MinGWR. Bernstein1-3/+1
2012-02-25Fix 'struct timespec declared inside parameter list' MinGW warning.R. Bernstein1-0/+8
2012-02-24types.h: gcc before 4.5 has a no-argument form of deprecated.R. Bernstein2-10/+24
2012-02-23Make "distcheck" works again.R. Bernstein1-0/+1
2012-02-19paranoia code removed. Is now in separate tree under GPL v2+.rocky1-4/+0
2012-02-19Deprecate some defines - patch from Nicolas Boullis.rocky1-4/+4
2011-12-05Incorporate patch #7628 for building outside of source tree. Check for locale...R. Bernstein1-1/+1
2011-12-04Patch from Leon Merten Lohse: Correct the length of the CD-TEXT block.R. Bernstein1-1/+1
2011-11-241) cdtext objects are no longer associated with a track but with the disc.R. Bernstein8-44/+91
2011-11-16Don't error out on handling "NO PRE_EMPHASIS" in cdrdao TOC.R. Bernstein1-2/+2
2011-10-26Reduce doxygen warnings regarding documenting some parameters.R. Bernstein3-8/+23