index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
tools
/
chdman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-0
/
+2
*
fixed some C++11 compiler warnings (nw)
Oliver Stöneberg
2015-02-05
1
-1
/
+1
*
Report core file position in case of a CHD hunk read error (nw)
jbu
2015-02-05
1
-1
/
+4
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-2
/
+2
*
added missing catch in chd_file_compressor::async_read() and chdman main() (nw)
Oliver Stöneberg
2015-01-16
1
-0
/
+6
*
fixed chdman.c compiler warning (nw)
Oliver Stöneberg
2015-01-16
1
-1
/
+1
*
chdman: added -s/--size parameter for "createhd" to create blank harddisk bas...
Oliver Stöneberg
2015-01-16
1
-9
/
+24
*
fixed "make tools" with VS14 CTP4 (nw)
smf-
2014-10-18
1
-3
/
+3
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
CHD cleanups: [MetalliC]
R. Belmont
2014-04-28
1
-2
/
+6
*
chd updates: [MetalliC]
R. Belmont
2014-04-18
1
-5
/
+55
*
first round of printf fixes (nw)
Oliver Stöneberg
2014-02-25
1
-4
/
+4
*
Fix tools compile (nw)
Alex W. Jackson
2014-02-20
1
-5
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
removed accidental change from src/tools/chdman.c (nw)
Oliver Stöneberg
2013-09-05
1
-2
/
+0
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-1
/
+1
*
Fixes for building MAME with Visual Studio 2013 preview [smf]
smf-
2013-07-05
1
-7
/
+7
*
disable creation of uncompressed LD CHDs (nw)
Oliver Stöneberg
2013-07-03
1
-0
/
+5
*
chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying...
Oliver Stöneberg
2013-06-21
1
-7
/
+2
*
chdman: fixed deletion of output file in case of an error (nw)
Oliver Stöneberg
2013-06-21
1
-5
/
+5
*
chdman: -c would only overwrite the amount of compressions defined - part of ...
Oliver Stöneberg
2013-06-18
1
-0
/
+5
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-1
/
+1
*
Various CD-ROM / CHDMAN improvements: [R. Belmont]
R. Belmont
2013-05-18
1
-4
/
+15
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-263
/
+263
*
cdrom: Introduces concept of logical sector addresses so games see the disc w...
R. Belmont
2013-01-05
1
-2
/
+2
*
Fix for output of TOC and GDI content on extractcd option (nw)
Miodrag Milanovic
2012-05-17
1
-2
/
+3
*
Added code to cdrom.c to compute and verify ECC codes for mode 1/2
Aaron Giles
2012-04-06
1
-1
/
+1
*
When copying CHDs, preserve the flag that indicates whether the metadata
Aaron Giles
2012-03-06
1
-2
/
+2
*
Windows compile fix, thanks OG (no whatsnew)
Miodrag Milanovic
2012-03-05
1
-1
/
+1
*
chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve...
R. Belmont
2012-03-04
1
-109
/
+220
*
Cleanup recent changes, fix a missing case where a compressor was
Aaron Giles
2012-02-28
1
-42
/
+21
*
fixed stack overflow in chdman when compiled with Visual Studio by moving obj...
Miodrag Milanovic
2012-02-28
1
-23
/
+39
*
SDL: support unofficial (not in the OSD class) num_processors API used by chd...
R. Belmont
2012-02-26
1
-5
/
+0
*
chdman: Properly handle and warn on bin/cue output of images with subcode dat...
R. Belmont
2012-02-26
1
-4
/
+19
*
Clean-ups and version bump
mame0145u2
Angelo Salese
2012-02-26
1
-3
/
+3
*
Better management of FLAC block sizes, aiming to keep them around 2k
Aaron Giles
2012-02-26
1
-2
/
+2
*
Added new function dumpmeta to dump out a particular piece of metadata
Aaron Giles
2012-02-21
1
-0
/
+89
*
Better fix is to just not parse start/end when there's no input file.
Aaron Giles
2012-02-20
1
-4
/
+5
*
Fixed empty CHD creation for HDD's (no whatsnew)
Miodrag Milanovic
2012-02-20
1
-2
/
+2
*
Error message type fix from Firewave (nw)
Miodrag Milanovic
2012-02-20
1
-1
/
+1
*
Fix ld tool compilation.
Aaron Giles
2012-02-20
1
-4
/
+7
*
Clean-ups and version bump
mame0145u1
Angelo Salese
2012-02-19
1
-165
/
+165
*
Fail initializing the CD-FLAC codec if the hunk size is not CD-compatible.
Aaron Giles
2012-02-17
1
-491
/
+510
*
Added new CHD codec: CD-FLAC which knows how to shuffle CD data
Aaron Giles
2012-02-17
1
-2
/
+2
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-3020
/
+2232
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-1
/
+1
*
Disable -createcdflac for now. The CHDs produced are not
Aaron Giles
2012-01-24
1
-1
/
+1
*
Added FLAC (lossless audio) codec support plus experimental hooks in samples ...
R. Belmont
2012-01-22
1
-2
/
+11
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-324
/
+304
*
Fix for tools compile provided by qmc2 author (no whatsnew)
Miodrag Milanovic
2012-01-02
1
-2
/
+2
[next]