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
/
lib
/
util
/
png.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-46
/
+16
*
Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup.
Vas Crabb
2023-04-13
1
-83
/
+87
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-182
/
+270
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-3
/
+3
*
Low-level #include overhaul
AJR
2021-01-02
1
-0
/
+1
*
util/png: Use std::string_view internally in another function
AJR
2020-12-22
1
-8
/
+6
*
util/png: Update add_text to take std::string_view for arguments
AJR
2020-12-21
1
-11
/
+9
*
Various improvements to image file handling:
Vas Crabb
2020-10-08
1
-130
/
+123
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-9
/
+9
*
recording: fix frame sync regression (nw)
hap
2020-06-19
1
-3
/
+3
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-5
/
+5
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
Fix compilation errors with -Og
Celelibi
2018-12-11
1
-1
/
+1
*
that doesn't require an instance (nw)
Vas Crabb
2017-09-03
1
-18
/
+18
*
png: make verify_header public (nw)
hap
2017-09-02
1
-15
/
+26
*
add a not BIOS machine filter (useful in composite filters), support RGB PNG ...
Vas Crabb
2017-08-15
1
-7
/
+19
*
fix indexed transparency (nw)
Vas Crabb
2017-08-14
1
-3
/
+3
*
PNG: support greyscale with transparent pen, encode/decode text chunks as UTF...
Vas Crabb
2017-08-14
1
-99
/
+162
*
png: make it not leak memory by default, and look a but more like C++
Vas Crabb
2017-08-13
1
-431
/
+368
*
png: support 16-bit samples
Vas Crabb
2017-08-13
1
-21
/
+35
*
PNG: fix unfiltering
Vas Crabb
2017-08-12
1
-76
/
+71
*
ui: save/restore images/info selection in right panel
Vas Crabb
2017-08-12
1
-0
/
+2
*
More PNG handling overhaul:
Vas Crabb
2017-08-12
1
-115
/
+211
*
add minimal support for reading Adam7 interlaced PNG
Vas Crabb
2017-08-12
1
-360
/
+372
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-7
/
+7
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-55
/
+55
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-4
/
+4
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-5
/
+5
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-31
/
+31
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-8
/
+8
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-45
/
+45
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1165