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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
aviio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
aviio.cpp: Use std::clamp
AJR
2023-09-17
1
-3
/
+4
*
aviio.cpp: Massive code cleanup
AJR
2023-09-17
1
-755
/
+514
*
Replaced most simple uses of sprintf with type-safe equivalents. (#10948)
Erik
2023-03-10
1
-49
/
+32
*
aviio.cpp, msdib.cpp: Use core inline functions as appropriate
AJR
2022-11-15
1
-8
/
+2
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-43
/
+41
*
Low-level #include overhaul
AJR
2021-01-02
1
-2
/
+4
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-8
/
+8
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-0
/
+10
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
1
-6
/
+6
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-10
/
+0
*
Fix invalid std::vector<> lookup in aviio.cpp
npwoods
2019-11-04
1
-1
/
+2
*
aviio: increase max size (nw)
hap
2019-10-05
1
-1
/
+1
*
aviio: dont crash on buffer overflow (nw)
hap
2019-10-04
1
-0
/
+3
*
-avivideo.cpp: Added an image device to provide looping uncompressed AVI fram...
mooglyguy
2019-09-23
1
-13
/
+13
*
srcclean (nw)
Vas Crabb
2019-07-28
1
-3
/
+3
*
-aviio: Added functionality to read RGB24 and YUV420p uncompressed video fram...
mooglyguy
2019-07-21
1
-14
/
+131
*
fix building with clang 6.0.1 (nw)
smf-
2018-07-07
1
-2
/
+0
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-5
/
+5
*
Fixed MT #6291
ImJezze
2016-07-16
1
-18
/
+12
*
Added generic fix for #6286
ImJezze
2016-07-16
1
-2
/
+26
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Fix 7z name match, fix VS2015 build
Vas Crabb
2016-03-15
1
-1
/
+1
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-1740
/
+1629
*
fix compile (nw)
Jeffrey Clark
2016-02-15
1
-1
/
+1
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-26
/
+26
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-62
/
+62
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+3789