jdgleaver
|
a501dfd680
|
Update 7-Zip dependency to latest stable version (fixes CHD support on static platforms)
|
2021-04-28 12:00:50 +01:00 |
twinaphex
|
bdaf3d532a
|
(libretro-common) Resync
|
2021-02-09 15:49:32 +01:00 |
twinaphex
|
1348faa209
|
(RTGA) Lower raw_data size to 18 bytes and leave behind a comment
|
2021-02-03 11:01:36 +01:00 |
twinaphex
|
34636ed9f0
|
(RTGA) Silence long-standing warning
|
2021-02-03 10:58:28 +01:00 |
Autechre
|
39e8225c82
|
(clang/MacOS) Silence warning 'Possible misuse of comma operator here' (#11945)
warnings
|
2021-01-26 19:43:53 +01:00 |
twinaphex
|
1b071f16f5
|
Silence implicit conversion warnings
|
2021-01-16 20:03:04 +01:00 |
jdgleaver
|
5c50d2f389
|
(RXML) Fix memory leak
|
2020-11-06 17:40:32 +00:00 |
twinaphex
|
3fdf93a273
|
Update libretro-common
|
2020-11-01 17:22:32 +01:00 |
Bernhard Schelling
|
cc1937a3af
|
Fix possible output corruption in rjson
Was possible when translation service was adding a base64 encoded string with a length less than 1536 characters.
Introduced in commit c20b01e9e1 .
|
2020-10-26 10:44:04 +09:00 |
Bernhard Schelling
|
c20b01e9e1
|
Replace custom JSON parser/writer in translation service with rjson
|
2020-10-25 21:43:30 +09:00 |
jdgleaver
|
3e52f318d5
|
AI Service fixes
|
2020-10-22 15:59:26 +01:00 |
Bernhard Schelling
|
b90ce9b451
|
Fixes for Clang warnings
|
2020-10-12 05:25:12 +09:00 |
Bernhard Schelling
|
c0cb3373e3
|
Fixes for CXX_BUILD
|
2020-10-12 04:30:45 +09:00 |
schellingb
|
ba1ed2da4b
|
New faster json parser/writer library rjson
Replace existing libraries jsonsax_full and jsonsax with it
|
2020-10-12 03:02:20 +09:00 |
twinaphex
|
cde5d37eb2
|
Put this behind RPNG_TEST
|
2020-08-24 18:17:47 +02:00 |
Twinaphex
|
a175af4e6a
|
Cleanup some unused variables
|
2020-08-22 18:04:34 +02:00 |
twinaphex
|
503131de66
|
(RPNG) Cleanups
|
2020-08-22 17:37:34 +02:00 |
twinaphex
|
f4432acd06
|
(RPGN) Cleanups to IHDR code
|
2020-08-22 17:34:13 +02:00 |
twinaphex
|
73ed02b5f6
|
(RPNG) Cleanup read_chunk_header
|
2020-08-22 17:18:32 +02:00 |
twinaphex
|
d6f22a7a4c
|
(RPNG) Simplify png_process_ihdr
|
2020-08-22 16:28:50 +02:00 |
twinaphex
|
c7cf9d6df7
|
(RPNG) Simplify rpng_start
|
2020-08-22 16:11:54 +02:00 |
twinaphex
|
5cc4d0da0f
|
(RPNG) Make sure we don't use stdio/fprintf unless DEBUG is defined
|
2020-08-22 16:07:03 +02:00 |
twinaphex
|
deafd70934
|
(RPNG) More simplifications - get rid of png_chunk struct, just pass
uint32_t around to function
|
2020-08-22 15:37:21 +02:00 |
twinaphex
|
91345fe867
|
(RPNG) read_chunk_header - simplify code some more
|
2020-08-22 15:34:32 +02:00 |
twinaphex
|
8b5b472a2d
|
Optimize read_chunk_header
|
2020-08-22 14:24:11 +02:00 |
twinaphex
|
2e6b87d156
|
Simplify rpng.c - read_chunk
|
2020-08-22 14:20:50 +02:00 |
twinaphex
|
cb0a193eea
|
Fix RPNG build failure
|
2020-08-19 18:20:55 +02:00 |
twinaphex
|
c4be485baf
|
Revert "Optimize png_reverse_filter_copy_line_rgb"
This reverts commit aa428cc415 .
|
2020-08-19 18:17:16 +02:00 |
twinaphex
|
ae0d63ccc0
|
Revert "Optimize png_reverse_filter_copy_line_rgba"
This reverts commit ad3c67f275 .
|
2020-08-19 18:16:57 +02:00 |
twinaphex
|
e8170a4354
|
Revert "Optimize png_reverse_filter_copy_line_gray_alpha"
This reverts commit 710226504e .
|
2020-08-19 18:16:42 +02:00 |
twinaphex
|
7c19d4d009
|
Revert "Optimize png_read_plte"
This reverts commit 107b640bc0 .
|
2020-08-19 18:16:10 +02:00 |
twinaphex
|
ea5d134337
|
Revert "Optimize read_chunk_header"
This reverts commit 33f9ef90d8 .
|
2020-08-19 18:15:54 +02:00 |
twinaphex
|
282d34aeb1
|
Revert "(RPNG) Optimize png_reverse_filter_adam7_deinterlace_pass"
This reverts commit a283b71261 .
|
2020-08-19 18:15:24 +02:00 |
twinaphex
|
003ff126ce
|
Revert "(RPNG) optimizations to copy_line_bw"
This reverts commit 9b29217564 .
|
2020-08-19 18:15:08 +02:00 |
Twinaphex
|
e3d77d7f28
|
Remove unused variable
|
2020-08-19 17:21:22 +02:00 |
twinaphex
|
9b29217564
|
(RPNG) optimizations to copy_line_bw
|
2020-08-19 12:07:56 +02:00 |
twinaphex
|
a283b71261
|
(RPNG) Optimize png_reverse_filter_adam7_deinterlace_pass
|
2020-08-19 10:05:09 +02:00 |
twinaphex
|
33f9ef90d8
|
Optimize read_chunk_header
|
2020-08-19 09:09:38 +02:00 |
twinaphex
|
107b640bc0
|
Optimize png_read_plte
|
2020-08-19 08:58:18 +02:00 |
twinaphex
|
710226504e
|
Optimize png_reverse_filter_copy_line_gray_alpha
|
2020-08-19 08:18:09 +02:00 |
twinaphex
|
ad3c67f275
|
Optimize png_reverse_filter_copy_line_rgba
|
2020-08-19 08:14:23 +02:00 |
twinaphex
|
aa428cc415
|
Optimize png_reverse_filter_copy_line_rgb
|
2020-08-19 08:09:17 +02:00 |
twinaphex
|
5166eebcaf
|
for loop cleanups - use space after 'for'
|
2020-08-19 03:06:22 +02:00 |
twinaphex
|
b69ceaea1b
|
Reorder structs, alignment
|
2020-08-16 01:07:42 +02:00 |
Alcaro
|
37efa9d52e
|
rpng: delete "unused" png_chunk member
also fix a rather ugly buffer overflow that relies on the unused member existing and being null
|
2020-08-16 00:27:25 +02:00 |
twinaphex
|
982fbadd15
|
(RBMP) Reorder structs, alignment
|
2020-08-16 00:13:16 +02:00 |
twinaphex
|
3d2efdd2ef
|
(RJPEG) reorder structs, alignment
|
2020-08-16 00:09:10 +02:00 |
twinaphex
|
d0b68ee838
|
(RPNG) Struct alignment changes
|
2020-08-14 17:54:03 +02:00 |
twinaphex
|
b4dc19d7aa
|
(RPNG) Cleanups
|
2020-08-14 17:49:33 +02:00 |
jdgleaver
|
b19eb64329
|
(m3u_file) Replace static entries array with dynamic array via RBUF library
|
2020-08-13 17:25:45 +01:00 |
twinaphex
|
3680804217
|
Undo path_basedir_size
|
2020-08-04 03:05:20 +02:00 |
twinaphex
|
6f0874f2b1
|
Silence warning
|
2020-08-01 18:26:20 +02:00 |
twinaphex
|
cd9ea1f44b
|
Another warning fix
|
2020-08-01 18:16:19 +02:00 |
twinaphex
|
4ee45304b0
|
More warning fixes
|
2020-08-01 18:14:48 +02:00 |
twinaphex
|
4f931f2729
|
Use UINT32_C / UINT64_C throughout the codebase
|
2020-07-29 04:48:11 +02:00 |
twinaphex
|
8656b3d6f8
|
Create specialized optimized path_basedir_size
|
2020-07-11 19:29:43 +02:00 |
twinaphex
|
96dd505a0f
|
(libchdr) Backport baka0815 commits
|
2020-07-01 19:50:46 +02:00 |
twinaphex
|
6bdc9795e7
|
(libchdr) Backport f08156f947
|
2020-07-01 19:44:17 +02:00 |
twinaphex
|
5ded7872de
|
(libretro-common/libchdr) Backport 2785de8481
|
2020-07-01 19:41:24 +02:00 |
twinaphex
|
8d8800229c
|
(libchdr) Backport 16eae7e4e5/src/chd.c
|
2020-07-01 19:27:14 +02:00 |
twinaphex
|
d2afef58d7
|
(libchdr) Resync against c05c91300a (diff-b4791a43102472fe8d3959f86bd376c4)
|
2020-07-01 19:23:33 +02:00 |
twinaphex
|
9e9fb47c05
|
(libchdr) More resyncs
|
2020-07-01 19:21:40 +02:00 |
twinaphex
|
436f161cc3
|
(libchdr) More rebases
|
2020-07-01 19:15:45 +02:00 |
twinaphex
|
88804a05de
|
(libchdr) Cleanups + attempts to rebase against upstream
|
2020-07-01 19:12:20 +02:00 |
twinaphex
|
968922e151
|
Fix static code analysis warnings
|
2020-06-29 21:24:32 +02:00 |
twinaphex
|
b93c3b36ed
|
Prevent more static code analysis warnings
|
2020-06-29 20:34:47 +02:00 |
twinaphex
|
5cfc4defc6
|
(libretro-common) Prevent more static code analysis warnings
|
2020-06-29 20:31:14 +02:00 |
twinaphex
|
55d9456cbb
|
More static code analyzer fixes
|
2020-06-29 20:14:14 +02:00 |
twinaphex
|
47d93f7fb1
|
(formats/xml) Cleanups
|
2020-06-28 22:30:53 +02:00 |
twinaphex
|
6085ed358d
|
(RPNG) Use malloc
|
2020-06-27 21:09:29 +02:00 |
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
twinaphex
|
8fccac666e
|
Use STRLEN_CONST where possible
|
2020-06-24 22:57:41 +02:00 |
Jamiras
|
7d488aa200
|
use rcheevos for identifying games
|
2020-06-07 17:13:50 -06:00 |
twinaphex
|
bb73fc6a89
|
Silence warnings
|
2020-06-05 22:39:44 +02:00 |
twinaphex
|
8bf11e9b18
|
(libretro-common) Try to prevent implicit usage of stdio fprintf
|
2020-05-24 20:18:36 +02:00 |
twinaphex
|
376b62e8fa
|
Cut down on more unnecessary strlens
|
2020-05-24 17:25:52 +02:00 |
jdgleaver
|
d24498bdf1
|
Image file type detection fixes/optimisations
|
2020-05-22 16:57:37 +01:00 |
jdgleaver
|
548c5dc925
|
(glcore/slang) Set filter and wrap mode correctly when intialising shader textures
|
2020-04-30 17:04:02 +01:00 |
Jamiras
|
7fe952ddeb
|
don't ignore errors from decompress_v5_map
|
2020-03-31 11:08:35 -06:00 |
jdgleaver
|
c61f6aafc1
|
(m3u_file.c) Replace tab indents with spaces
|
2020-03-20 14:53:53 +00:00 |
jdgleaver
|
e24274a314
|
(Manual content scanner/playlist cleaner) Prevent redundant playlist entries when handling M3U content
|
2020-03-20 14:26:08 +00:00 |
twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
twinaphex
|
652923d056
|
Move files around
|
2020-01-30 17:31:49 +01:00 |
twinaphex
|
a034909ae9
|
Cleanups
|
2020-01-30 16:35:59 +01:00 |
twinaphex
|
eb4e365820
|
(libretro-common) Cleanups
|
2020-01-27 17:00:18 +01:00 |
Jamiras
|
3b4e55d0e5
|
proper calculation of offset to track 2 when sector sizes vary
|
2019-12-19 13:17:32 -07:00 |
negativeExponent
|
d96409ff37
|
Fix heap-use-after-free found when using asan
Fix https://github.com/libretro/RetroArch/issues/9871
|
2019-12-19 04:44:34 +08:00 |
jdgleaver
|
a27ee73622
|
Manual content scan arcade DAT files: Add support for MAME 'Software List' XML format
|
2019-12-04 16:19:32 +00:00 |
jdgleaver
|
9b012e907a
|
(Manual Content Scanner) Enable automatic naming of arcade content via DAT files
|
2019-12-04 12:46:04 +00:00 |
twinaphex
|
f0784351c4
|
Update header include - should look in system dir
|
2019-11-19 06:19:09 +01:00 |
Twinaphex
|
53b7fb2ba2
|
Remove unused variables
|
2019-11-19 06:08:54 +01:00 |
Huw Pascoe
|
4eebfa237b
|
Fixed xml parsing
|
2019-11-16 20:56:12 +00:00 |
Jamiras
|
0b92224c36
|
update PCEngine-CD hash algorithm; pregap cdfs support for CUE and CHD files
|
2019-10-24 18:46:43 -06:00 |
Jamiras
|
1ab81e5711
|
support for Sega CD/Saturn; reduce hash calls to server
|
2019-09-29 09:07:16 -06:00 |
twinaphex
|
5f87fa1aca
|
CXX_BUILD buildfix
|
2019-09-22 14:04:02 +02:00 |
Barry Rowe
|
4e155dbc8e
|
Added in rpng string streaming to ai service.
|
2019-09-21 23:57:59 -07:00 |
Jamiras
|
c5750da85a
|
improve handling of line endings in m3u and cue files
|
2019-09-21 08:06:06 -06:00 |
twinaphex
|
7dc2ca425f
|
(RTGA) Further optimizations
|
2019-09-18 21:49:18 +02:00 |
twinaphex
|
1075522147
|
(RTGA) Cleanups
|
2019-09-18 21:13:46 +02:00 |
twinaphex
|
9a5b8f0475
|
(RBMP) Typo fix and some further cleanups
|
2019-09-18 20:30:39 +02:00 |