radius
d865c5e4a6
add some copyright on files I contributed considerably just in case
2019-06-20 05:45:17 +02:00
twinaphex
f061941456
Integrate record_driver.c into retroarch.c
2019-06-17 16:23:46 +02:00
twinaphex
ee3208ac39
Integrate video_driver.c into retroarch.c
2019-06-17 15:10:22 +02:00
radius
f164b4be3d
add apng
2019-05-28 16:29:29 +02:00
radius
0f07206357
fix gif preset
2019-05-27 01:41:14 +02:00
radius
1228c95412
add commented out streaming preset
2019-05-26 22:39:46 +02:00
radius
86960cf9dd
preset refinement
2019-05-26 22:39:46 +02:00
twinaphex
bc2bdd5734
config_file_read not needed anymore
2019-04-30 13:37:10 +02:00
twinaphex
3e72c502a8
strlen optimizations :
...
- use STRLEN_CONST for constant strings, translates to sizeof
which should be computed at compile-time
- found some places where we are needlessly calling strlen two
times instead of just once
2019-04-27 04:21:10 +02:00
twinaphex
317a443741
Use config_file_read in more places
2019-04-22 02:10:12 +02:00
Andrés
9739b181bf
Update record_ffmpeg.c
...
small fix in recording presets
2019-04-02 08:47:35 -05:00
radius
eebe3ec0ec
fix streaming
2019-03-05 14:34:03 -05:00
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