summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-22-U option-processing fixes.rocky2-7/+8
2012-10-21Add allow iso-read and iso-info to handle UDF format via options --udf or -U....R. Bernstein3-56/+153
2012-10-19Add UDF support to iso-readR. Bernstein1-47/+47
2012-10-19Move ISO9660 specific code to a helper function; adding UDF support to iso-read.R. Bernstein2-28/+110
2012-10-18Add cdtext_get_genreLeon Merten Lohse1-0/+6
2012-10-02Remove some gcc warnings and change wording of a test warning messageR. Bernstein1-5/+3
2012-09-23Try again for more consistent use of booleans. WARNING libiso9660 is broke. L...R. Bernstein1-3/+2
2012-04-28osx.c: try to eliminate invalid free of an uninitialized structure. untabify ...R. Bernstein1-1/+1
2012-03-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse1-1/+3
2012-03-25Add catalog number to ISO 9660 cue file.R. Bernstein1-1/+3
2012-03-25More small header changes:R. Bernstein1-21/+21
2012-03-22Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse1-21/+21
2012-03-22Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...Leon Merten Lohse1-1/+1
2012-03-18More small header changes:R. Bernstein1-21/+21
2012-03-11[renamed] cdtext_languages_available to cdtext_list_languagesLeon Merten Lohse1-1/+1
2012-03-10Merge branch 'greenleon' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein2-17/+27
2012-03-05Multilanguage CD-Text from greenleonR. Bernstein2-17/+27
2012-03-05Remove .cvsignore as well as cdio/paranoia.hPete Batard1-21/+0
2012-03-05More source headers harmonizationPete Batard1-0/+2
2012-03-05Fix various issuesPete Batard1-0/+1
2012-03-04Remove more paranoia codeR. Bernstein27-5112/+0
2012-03-04More pbatard patchesR. Bernstein1-3/+7
2012-03-04More pbatard patchesR. Bernstein1-5/+8
2012-03-04More patches from the pbatard branch.R. Bernstein4-16/+19
2012-03-04src/Makefile.am: Attempt to use GNU set (e.g. on Solaris)rocky1-1/+1
2012-03-03More pbatard patchesR. Bernstein1-4/+10
2012-03-03More patches from pbatard to reduce warnings, etc.R. Bernstein1-4/+2
2012-03-03Pete Batard's patches offset types especially for MinGW and MS Visual C.R. Bernstein1-1/+1
2012-02-19paranoia code removed. Is now in separate tree under GPL v2+.rocky1-7/+1
2012-02-19manual page corrections.rocky2-2/+2
2011-12-05Incorporate patch #7628 for building outside of source tree. Check for locale...R. Bernstein1-1/+1
2011-11-30cygwin has ncurses.h in <ncurses/ncurses.h>rocky1-5/+9
2011-11-241) cdtext objects are no longer associated with a track but with the disc.R. Bernstein2-20/+22
2011-10-20src/cd-paranoia.h and include/cdio/cdio_config.h are derived files, so don't ...R. Bernstein1-6/+3
2011-10-20Make sure config.h or the copy of that gets included only once to reduce dupl...R. Bernstein6-12/+18
2011-10-20Correct test for enable_cdda to accept either curses.h *or* ncurses.hR. Bernstein1-0/+3
2011-10-20Add remake --task documentationR. Bernstein1-0/+1
2011-10-19Add <strings.h> to pick up definition of bzero.R. Bernstein1-1/+5
2011-10-19Remove CVS $Id$ line which is no longer automatically updated.R. Bernstein2-6/+5
2011-10-04--no-header omits warranty. Patch from Martin von Gagem. Savannah #29307.R. Bernstein1-3/+4
2011-09-12Give CDDB info if *any* tracks are found to be audio tracks.R. Bernstein1-3/+4
2011-05-31Two more Coverty static analysis issues addressed by Honza Horak.R. Bernstein1-1/+0
2011-05-30patch from Honza Horak using Coverity's static analysis tool.rocky4-1/+12
2011-05-27Change a number of sprintf's to snprintf.R. Bernstein1-524/+525
2011-05-19Add git install instructions. Simplify and customize INSTALL. Add dependency ...R. Bernstein12-15/+11
2011-05-18Add ISRC track info to cd-info output. Code from Scot C. Bontrager.rocky1-259/+268
2011-05-18Correct wording in cdda-player comments. For Christopher Yeleighton,R. Bernstein1-8/+10
2011-05-18Don't wrap-around volume adjustment for cdda-player. The rationale is thatR. Bernstein1-17/+33
2011-02-24Correct erroneous error message. Thanks to Bas Timmer via libcdio-help.rocky1-4/+3
2010-11-30Guard against not having S_ISLNK and S_ISSOCK.R. Bernstein1-3/+9