Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-05 | Remove .cvsignore as well as cdio/paranoia.h | Pete Batard | 2 | -29/+0 | |
2012-03-05 | More source headers harmonization | Pete Batard | 1 | -13/+7 | |
* fix missing #ifdefs * remove spaces and page feeds * follow same set of rules everywhere, with cdio includes coming after standard C includes. | |||||
2012-03-05 | Joliet improvements | Pete Batard | 1 | -10/+25 | |
* support discs with more than one secondary volume descriptors * add Joliet support for extract sample * add fallback to non-Joliet if non-Joliet may be longer | |||||
2012-03-05 | More paranoia removal | Pete Batard | 6 | -274/+1 | |
* Also some silencing of makefile operations | |||||
2012-03-04 | Makefile.am: add CDIO_ to all #defines in cdio_config.h | R. Bernstein | 1 | -300/+302 | |
extract.c: give filename on extract errors and convert encoding to unix. | |||||
2012-03-03 | More patches from pbatard to reduce warnings, etc. | R. Bernstein | 3 | -3/+3 | |
2012-03-03 | Pete Batard's patches offset types especially for MinGW and MS Visual C. | R. Bernstein | 3 | -3/+3 | |
2012-03-03 | A foolish consistency with respect to the ordering of making example programs | R. Bernstein | 1 | -3/+3 | |
2012-03-03 | Reduce differences between master and pbatard branch. | R. Bernstein | 5 | -3/+309 | |
2012-03-03 | Revise OO CD-Text CPP for different interface. Update copyright and untabify ↵ | R. Bernstein | 2 | -63/+62 | |
some files. | |||||
2012-03-03 | Harmonize source headers: C++ examples [PATCH 3/5] from pbatard. | R. Bernstein | 20 | -53/+150 | |
2012-03-02 | Harmonize source headers: C examples (Patch 4/5) | R. Bernstein | 23 | -66/+163 | |
2012-02-24 | Fix some of the tests for MinGW and fix the use of Sleep/usleep for MinGW & ↵ | R. Bernstein | 1 | -16/+14 | |
MSVC platforms * Sleep takes ms, not s * Use sleep/Sleep rather than usleep in the cdchange sample, as usleep is not available on recent MinGW platforms From pbatard branch. | |||||
2012-02-19 | paranoia code removed. Is now in separate tree under GPL v2+. | rocky | 6 | -298/+6 | |
realpath.c: patch from Debian and N. Boullis | |||||
2012-01-17 | Enable automake enable silent rules which makes it easier to spot warnings. | R. Bernstein | 2 | -2/+2 | |
If Automake v1.10 or earlier is used, AM_SILENT_RESULES is be ignored. Patch also from Pete Batard. | |||||
2012-01-17 | Remove a couple of "possibly unused variable" warnings. Patch from Pete Batard. | R. Bernstein | 2 | -4/+2 | |
2011-11-24 | 1) cdtext objects are no longer associated with a track but with the disc. | R. Bernstein | 1 | -15/+20 | |
2) - cdio_get_cdtext no longer takes track as an argument - cdtext_get, cdtext_get_const, cdtext_set require track argument 3) Language, Genre, Genre Code and Encoding Fields are now properly parsed and stored in the cdtext object 4) Added public function cdio_get_cdtext_raw to extract the binary CD-Text 5) Added CDTEXTFILE keyword logic in cue sheet parser. Parses binary/raw CD-Text files 6) Added cdtext_genre2str to convert genre code 7) altered the example programs, test drivers, cdda-player and cd-info to work with these changes 8) Added test case 9) A few smaller changes A disc either holds CD-Text for all the tracks or does not hold any. Therefore a CD-Text object for the whole disc seems more natural to me. It also enables us to store global fields, like genre, encoding, language. Patch was tested on GNU/Linux 32 bit running Gentoo. | |||||
2011-11-05 | discid (http://discid.sourceforge.net/) using libcdio. | R. Bernstein | 4 | -1/+94 | |
2011-10-21 | libcdio.texi: add information about the cdio/cdio_config.h and ↵ | R. Bernstein | 1 | -2/+0 | |
cdio_unconfig.hs header mess. README.libcdio: revise for FreeBSD and other BSDs. | |||||
2011-10-20 | Make sure config.h or the copy of that gets included only once to reduce ↵ | R. Bernstein | 9 | -12/+23 | |
duplicate include warnings. | |||||
2011-10-20 | Note that some adjustments might be needed to compile example programs | R. Bernstein | 1 | -5/+8 | |
2011-10-19 | Remove CVS $Id$ line which is no longer automatically updated. | R. Bernstein | 1 | -3/+1 | |
ios9660.hpp under FS because of Solaris macro conflict as suggested by Thomas Schmitt. cd-drive.c: add some casts to remove gcc warnings src/cd-paranoia/Makefile.am: remove a GNU make idiom. README.develop: note needing GNU make or remake | |||||
2011-10-19 | Remove some warnings | R. Bernstein | 3 | -12/+8 | |
2011-05-30 | patch from Honza Horak using Coverity's static analysis tool. | rocky | 3 | -2/+7 | |
2011-05-19 | Add git install instructions. Simplify and customize INSTALL. Add dependency ↵ | R. Bernstein | 1 | -1/+1 | |
to cause version.texi to get created. Update my email address. | |||||
2011-04-23 | From Leon Merten Lohse https://savannah.gnu.org/patch/?7532: | R. Bernstein | 1 | -2/+3 | |
* discid field extraction * genre field extraction (experimental) * blocksize field extraction * read charcode from blocksize field * some unneeded comments removed * unneeded local variables removed * typos | |||||
2010-05-30 | config.h has to come first else _FILE_OFFSET_BITS are redefined in say ↵ | R. Bernstein | 6 | -16/+30 | |
opensolaris. Part 2 of patch from Thomas Schmitt | |||||
2010-02-11 | Start to remove sleep in favor of usleep. Bug #28543. | R. Bernstein | 1 | -17/+12 | |
2010-02-09 | Add mmc_read_disc_information. Change get_disctype to use it and thus it | R. Bernstein | 1 | -1/+3 | |
moves from mmc.c into mmc_hl_cmds.c. Status is now the return type, not erasable. Split mmc_cmds.h into mmc_ll_cmds.h and mmc_hl_cmds.h. test/driver/mmc.c for invalid page check we get the right sense key, asc, and ascq. | |||||
2010-02-08 | Use mmc_get_disctype in mmc example. | R. Bernstein | 1 | -3/+12 | |
2010-02-06 | Start to split off specific mmc commands from the lower-level internals. | R. Bernstein | 1 | -1/+2 | |
2010-01-30 | Update date | R. Bernstein | 1 | -1/+1 | |
2010-01-30 | Linguistic purity. | R. Bernstein | 1 | -2/+2 | |
2010-01-30 | Show off drive_erasable() in MMC example. | R. Bernstein | 1 | -18/+28 | |
2010-01-21 | Remove more warnings. test/testnrg.c.in -> test/driver/nrg.c.in | R. Bernstein | 1 | -13/+15 | |
2010-01-18 | More information around access modes for specific drivers. | R. Bernstein | 1 | -1/+2 | |
2010-01-17 | driver/*.c: Add response for get_arg("mmc-supported?") | R. Bernstein | 2 | -1/+13 | |
example/*.c: remove compiler wranings. | |||||
2010-01-17 | lib/driver/libcdio.sym: cdio_realpath is extern now. | R. Bernstein | 1 | -1/+5 | |
udffile.c: remove warning test/driver/gnu_linux.c: don't have scsi-tuple-linux any more. | |||||
2009-12-26 | Don't eject a CDROM drive door in testing. | R. Bernstein | 1 | -5/+10 | |
2009-12-26 | example/* change failures so the record as skipped tests when running 'make ↵ | rocky | 8 | -27/+17 | |
check'. | |||||
2009-11-26 | Remove one more example program from distcheck | R. Bernstein | 1 | -1/+1 | |
2009-11-26 | Remove some example program from make check to make "make distcheck" work ↵ | R. Bernstein | 1 | -3/+2 | |
easier. I would Rather remove programs than coddle automake. | |||||
2009-11-26 | Possibly make compiling example programs easier from the outside - don't ↵ | R. Bernstein | 41 | -244/+75 | |
assume HAVE_CONFIG_H is defined but pick up values from the runtime version of that file. We also now run example programs as tests if they are built. | |||||
2009-10-27 | Remove some cppcheck style warnings | R. Bernstein | 1 | -2/+2 | |
2009-10-27 | In 0.83git now. Fix minor leaks in libcdio 0.82 detected by cppcheck | R. Bernstein | 1 | -0/+1 | |
via Eric Sesterhenn. | |||||
2009-10-21 | Ignore windows executables and stack dumps. | R. Bernstein | 1 | -0/+2 | |
2009-07-13 | Remove all remaining uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, ↵ | Nicolas Boullis | 3 | -21/+15 | |
CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER. | |||||
2009-07-02 | Adapted from patches by Nicolas Boullis on Debian: | R. Bernstein | 2 | -0/+3 | |
* alignment issues on sparc * "make check" failure when stderr is not a tty * wrong program name in manpages in tarball * build failure with hurd * "make check" failure on machines with no disc drive * make distclean fixes | |||||
2009-04-20 | Revise for new paranoia descriptions. | rocky | 2 | -4/+4 | |
2009-04-20 | paranoia.cpp: write WAV file of up to the first 300 sectors of the first track | rocky | 6 | -19/+66 | |
*/Makefile.am remove any created WAV files. README: update paranoia descriptions parananoia.c: track-01.wav -> track01s.wav |