1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
radius
665be01b6b [record] add recording threads setting 2018-11-25 15:51:52 -05:00
radius
f9c12866bf [record] add more recording options 2018-11-25 15:20:11 -05:00
radius
8c9e6a7c4e fix these two 2018-10-13 16:31:58 -05:00
radius
70dcdc7cf0 [record] fixes 2018-09-26 20:04:08 -05:00
radius
2c59716e77 [record] refinements 2018-09-26 18:46:00 -05:00
radius
ef3677633c [record] fix logging 2018-09-26 18:00:39 -05:00
radius
6f0a79acf9 [record] hide these on non suitable platforms 2018-09-26 16:49:48 -05:00
radius
58b7621559 [record] add settings for video scale factor 2018-09-23 19:53:13 -05:00
radius
554ad5a494 [record] hookup quality 2018-09-23 19:42:43 -05:00
radius
c427847944 [record] define quality profiles 2018-09-23 18:43:26 -05:00
twinaphex
dbfcd02b82 Start adding a way to set a hardbaked config 2018-09-18 11:27:18 +02:00
twinaphex
b4dc1fbb5b Rename ffemu_audio_data/ffemu_video_data 2018-09-18 10:22:34 +02:00
radius
5a1bfe2cfd [record] release file handles 2018-09-18 00:43:19 -05:00
radius
f3db15b282 [record] further cleanups of the workflow 2018-09-18 00:34:25 -05:00
twinaphex
32b2808fe0 Revert "Turn scaler_ctx_scale_direct into inline function"
This reverts commit d51edd8239.
2018-03-14 23:48:47 +01:00
twinaphex
d51edd8239 Turn scaler_ctx_scale_direct into inline function 2018-03-11 18:14:17 +01:00
twinaphex
b9248cf3af Start preparing runtime toggleable resampler quality settings 2017-12-31 20:55:26 +01: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
76dadbc603 Try to retain backwards compat. with older ffmpeg versions 2017-11-20 23:38:25 +01:00
orbea
4f5fc6e4ad Fix build with ffmpeg snapshots.
Fixes https://github.com/libretro/RetroArch/issues/5717
2017-11-20 13:52:53 -08:00
twinaphex
f0c2d786ae Update arrays struct 2017-04-28 22:59:13 +02:00
twinaphex
96c8ca5a09 Header update #1 2017-01-22 13:40:32 +01:00
twinaphex
b89ec1369f Rename rarch_resampler_* to retro_resampler_* 2017-01-09 12:45:51 +01:00
radius
c395e13261 allow downscaling too 2017-01-03 22:50:30 -05:00
twinaphex
08a60c94d0 Move audio resampler drivers (Sinc/nearest) to libretro-common; maister gave permission to relicense to MIT 2016-12-12 13:02:29 +01:00
twinaphex
a7585f9988 Move video_frame.h to libretro-common 2016-11-08 15:35:24 +01:00
twinaphex
9ccae28f6e Cleanups 2016-09-13 11:41:54 +02:00
twinaphex
db6171676a Use retro_assert everywhere 2016-09-08 11:59:44 +02:00
twinaphex
467451fccc Cleanup more header includes 2016-09-01 18:18:55 +02:00
twinaphex
4c9245b7d9 (record_ffmpeg.c) Prevent 'explicit NULL dereferenced') 2016-07-12 23:17:43 +02:00
Twinaphex
3ea4f494d7 Merge pull request #3007 from Themaister/master
Set audio enable in FFmpeg by default.
2016-05-16 12:56:09 +02:00
Hans-Kristian Arntzen
30e45902f2 Set audio enable in FFmpeg by default. 2016-05-16 12:51:09 +02:00
twinaphex
65d33700d4 Move audio_utils to libretro-common as s16_to_float 2016-05-16 11:33:49 +02:00
twinaphex
3725644ce6 Rename audio_convert_s16_to_float 2016-05-16 11:24:34 +02:00
twinaphex
2422dfbbbe (libretro-common) Create libretro-common/conversion/float_to_s16 2016-05-16 11:11:02 +02:00
twinaphex
b8e140d6c4 (record_ffmpeg.c) Move scaler code to gfx/video_frame.h 2016-05-04 17:11:22 +02:00
twinaphex
6e9e5b6907 Put up with deprecations 2016-03-20 19:14:58 +01:00
twinaphex
a8f34c6960 (record_ffmpeg.c) Try to avoid some deprecation warnings 2016-03-20 18:05:14 +01:00
twinaphex
ef4a1a3c0f (libretro-common) Rename fifo_buffer to fifo_queue 2016-03-20 14:06:21 +01:00
twinaphex
6f80e09ce1 Change MIN/MAX to upper-case 2016-03-02 00:07:31 +01:00
Hans-Kristian Arntzen
adbf9fed16 Vulkan implementation. 2016-02-16 20:42:02 +01:00
twinaphex
7a55ae3765 Start updating headers for 2016 2016-01-10 04:06:50 +01:00
twinaphex
184fae87ca FIxes ffmpeg warnings 2015-12-31 17:07:46 +01:00
twinaphex
09fe26257c header include changes 2015-11-23 21:58:39 +01:00
twinaphex
c0cc5fac53 Cleanups 2015-11-23 18:25:42 +01:00
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
twinaphex
8e7477ed07 (ffmpeg) Attempt to make ffmpeg recording driver forwards compatible 2015-10-26 00:47:45 +01:00
twinaphex
02a5d738fe Static code analysis cleanups 2015-09-28 23:00:22 +02:00
twinaphex
78d0a87004 (record_ffmpeg.c) Style nits 2015-09-16 10:50:53 +02:00