RetroArch/libretro-common
LibretroAdmin e6f3a387b2 png_reverse_filter_copy_line - optimization - paeth would always return
'b' input value (and input is unsigned, so abs would have no effect), so
get rid of the paeth function call for the first loop iteration
2022-08-02 13:22:13 +02:00
..
audio C89_BUILD buildfix 2022-08-02 11:34:41 +02:00
cdrom (CDROM) Fix memory leak caught with asan - buf passed to filestream_read_file 2022-07-15 19:00:59 +02:00
compat Simplify fopen_utf8 2022-07-19 21:31:26 +02:00
crt Squashed 'libretro-common/' changes from edffe4d147..1548bee835 2018-06-25 23:55:40 +02:00
dynamic (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
encodings (libretro-common) Move file_crc32 out of encoding_crc32.c - we don't want file I/O 2022-08-01 14:04:01 +02:00
features (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
file Optimize fill_pathname_join - avoid the call to fill_pathname_slash() 2022-08-01 22:14:26 +02:00
formats png_reverse_filter_copy_line - optimization - paeth would always return 2022-08-02 13:22:13 +02:00
gfx Put fprintfs and printfs behind ifndef NDEBUG 2020-06-17 11:22:31 +02:00
glsym (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
hash (libretro-common) Rename rhash to lrc_hash 2020-12-28 19:55:54 +01:00
include (sinc resampler) Simplifications - call besseli0 directly instead of 2022-08-02 11:29:05 +02:00
libco [PSL1GHT] Add libco support for ps3 2022-03-27 18:03:35 +02:00
lists (libretro-common) More documentation refinement 2022-08-01 11:03:58 +02:00
media Replace more trivial sscanf usage with strtol 2022-07-17 18:38:28 +02:00
memmap (libretro-common) Update copyright 2020-01-31 15:43:42 +01:00
net (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
playlists (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
queues (libretro-common) Style nits/cleanups 2022-07-10 18:13:49 +02:00
rthreads (libretro-common) Style nits/cleanups 2022-07-10 18:13:49 +02:00
samples Add Czech language option (#13680) 2022-03-07 19:11:39 +01:00
streams (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
string (libretro-common) refinements to documentation 2022-08-01 13:06:35 +02:00
test (libretro-common) Move file_crc32 out of encoding_crc32.c - we don't want file I/O 2022-08-01 14:04:01 +02:00
time Revert "Move strftime_am_pm to libretro-common rtime.c, remove duplicate" 2022-07-12 03:31:42 +02:00
utils Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00
vfs (libretro-common) Small cleanups - don't NULL-terminate string 2022-07-22 19:33:30 +02:00
vulkan Squeeze extra blank lines with cat(1). 2019-01-08 11:04:58 -08:00
.gitignore Updates 2020-12-13 21:21:21 +01:00
Makefile.test Moving more stuff from samples to tests 2021-05-10 19:45:50 +02:00