| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | util/png: Update add_text to take std::string_view for arguments | 2020-12-21 | 1 | -1/+1 | |
| | | |||||
| * | Various improvements to image file handling: | 2020-10-08 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Moved MS DIB parser out of ICO file reader and made it available for artwork and layout images. Added more efficient I/O and better error checking for JPEG file loading (MAME will no longer exit immediately on a bad JPEG file). Made caller responsible for opening files for loading images, to avoid decompressing images used in ZIP/7z artwork multiple times. Added support for JPEG and Windows DIB to picture_image_device. Added support for SVG image files in external artwork. Added support for using I/O port value for animation state and masking animation state values. Made bounds elements more flexible in layouts. Reworked headers to reduce dependencies. Updated layout file format documentation. | ||||
| * | emu: correct some file headers (nw) | 2020-06-19 | 1 | -1/+1 | |
| | | |||||
| * | recording: fix frame sync regression (nw) | 2020-06-19 | 1 | -7/+16 | |
| | | |||||
| * | srcclean and manual cleanup (nw) | 2020-04-26 | 1 | -8/+8 | |
| | | |||||
| * | Refactoring of AVI/MNG recording code (#6537) | 2020-04-22 | 1 | -0/+292 | |
| * Initial refactor of AVI/MNG movie recording, consolidation of copy and paste code, hiding of AVI/MNG behind interfaces * Extracted recording specific code out of src/emu/video.cpp and put into src/emu/recording.cpp * Took the opportunity to move slightly more logic out of video.cpp into recording.cpp * Bug fix * Consolidated frame counting logic | |||||
