libretroadmin
|
daa9e352cc
|
Remove asserts
|
2023-01-09 00:51:05 +01:00 |
|
twinaphex
|
3d2efdd2ef
|
(RJPEG) reorder structs, alignment
|
2020-08-16 00:09:10 +02:00 |
|
twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
|
twinaphex
|
b582f1c7c6
|
(RBMP/RJPEG) Cleanups + optimizations
|
2019-09-18 19:52:45 +02:00 |
|
twinaphex
|
aea55f9c2d
|
(RJPEG) Cleanup
|
2019-06-09 05:55:03 +02:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Francisco José García García
|
19549ddccf
|
[ORBIS] Fix __assert
|
2018-12-27 20:18:53 +01:00 |
|
Brad Parker
|
2f87f669f1
|
fix null dereference (but scan-build still warns with "Assigned value is garbage or undefined")
|
2018-08-18 01:00:53 -04:00 |
|
twinaphex
|
697531dbdd
|
Merge commit '944cac83520c99e1ddf3d8cd3bf25990c8746d14'
|
2018-06-21 08:07:19 +02:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
2712b60de0
|
(rjpeg) Cleanup
|
2017-04-10 06:11:53 +02:00 |
|
twinaphex
|
a84540515c
|
Cleanup
|
2017-04-10 06:03:49 +02:00 |
|
Twinaphex
|
216e7bcdaf
|
Silence more warnings on iOS
|
2017-02-26 21:46:19 +01:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
2fa5b09e7a
|
(RJPEG) Cleanups
|
2016-12-18 15:57:47 +01:00 |
|
twinaphex
|
d6ece7f1b8
|
(RJPEG) Cleanups
|
2016-12-18 15:51:08 +01:00 |
|
twinaphex
|
a44afda5c5
|
(RJPEG) Cleanups
|
2016-12-18 15:30:29 +01:00 |
|
twinaphex
|
099f3a8d52
|
(RJPEG) Style nits
|
2016-12-18 15:28:02 +01:00 |
|
twinaphex
|
35de6df7f9
|
(RJPEG) Cleanups
|
2016-12-18 12:15:36 +01:00 |
|
twinaphex
|
222650df35
|
(rjpeg.c) Cleanups
|
2016-12-18 12:12:09 +01:00 |
|
twinaphex
|
14fce400ce
|
Another C89 fix
|
2016-06-07 00:17:00 +02:00 |
|
Sebastien Ronsse
|
58328fa2b0
|
rjpeg: Fix invalid read/writes during JPEG RGBA to ARGB conversion
|
2016-05-25 15:57:01 +10:00 |
|
twinaphex
|
d037d12faa
|
(RJPEG) Attempt to solve defect
|
2016-05-24 23:43:51 +02:00 |
|
twinaphex
|
bfa6f49ae6
|
Fix logically dead code warnings
|
2016-05-24 22:12:51 +02:00 |
|
twinaphex
|
3cc84d60c8
|
(RJPEG) Cleanup
|
2016-05-24 20:54:32 +02:00 |
|
twinaphex
|
fc37ef5c7d
|
rjpeg_load_jpeg_image - cleanup
|
2016-05-24 20:44:46 +02:00 |
|
Twinaphex
|
fae5eb89df
|
rjpeg_process_image - cleanup
|
2016-05-24 20:36:27 +02:00 |
|
twinaphex
|
d04810f5fd
|
Reimplement rjpeg_process_image
|
2016-05-24 20:19:17 +02:00 |
|
Twinaphex
|
7e6f23ea54
|
(RJPEG) Cleanup
|
2016-05-24 20:05:45 +02:00 |
|
twinaphex
|
ffaa32842f
|
(libretro-common) Update
|
2016-05-24 14:18:29 +02:00 |
|
twinaphex
|
4309793b1d
|
Add rbmp.c
|
2016-05-17 21:21:45 +02:00 |
|
twinaphex
|
cecb50bd19
|
(RJPEG) Cleanups
|
2016-05-17 20:30:35 +02:00 |
|
twinaphex
|
8c640a28c6
|
(RJPEG) Remove unused rjpeg_image_load
|
2016-05-17 16:40:11 +02:00 |
|
twinaphex
|
a64f0a24c6
|
(RJPEG) Cleanups
|
2016-05-17 14:07:05 +02:00 |
|
Twinaphex
|
beac855ff7
|
(RJPEG) Remove unused variable
|
2016-05-17 13:51:42 +02:00 |
|
twinaphex
|
185050075a
|
(RJPEG) Cleanups
|
2016-05-17 12:56:11 +02:00 |
|
twinaphex
|
6c79ecdae7
|
(RJPEG) Cleanups
|
2016-05-17 12:52:45 +02:00 |
|
twinaphex
|
808004a132
|
(RJPEG) Cleanups
|
2016-05-17 12:47:46 +02:00 |
|
twinaphex
|
609d00b3d7
|
(RJPEG) Image needs to be converted from RGBA to ARGB
|
2016-05-17 12:17:45 +02:00 |
|
twinaphex
|
9202256c3c
|
Don't need rjpeg__jpeg_test
|
2016-05-17 12:02:24 +02:00 |
|
twinaphex
|
64c176288b
|
Should fix JPEG decoding tasks
|
2016-05-17 10:07:40 +02:00 |
|
twinaphex
|
7a16cf8806
|
Revert "(RJPEG) Remove rjpeg_test"
This reverts commit 5a4b062b0d2ad1f28e2897e373174be98b183443.
|
2016-05-13 13:31:10 +02:00 |
|
twinaphex
|
e56abc03b3
|
(rjpeg_process_image) Handle error
|
2016-05-13 11:15:31 +02:00 |
|
twinaphex
|
5a4b062b0d
|
(RJPEG) Remove rjpeg_test
|
2016-05-13 11:10:59 +02:00 |
|
twinaphex
|
19eaa05040
|
(RJPEG) Cleanups
|
2016-05-13 10:55:22 +02:00 |
|
twinaphex
|
101539b489
|
(RJPEG) more internal changes
|
2016-05-13 09:58:42 +02:00 |
|
twinaphex
|
1623d538d5
|
Add rjpeg_set_buf_ptr
|
2016-05-13 09:42:02 +02:00 |
|