67 Commits

Author SHA1 Message Date
twinaphex
fa6dc9ec52 (ffmpeg) Better error handling 2017-01-24 16:28:07 +01:00
twinaphex
2a60b54e02 Revert FFT core option changes - FFT was no longer working 2016-12-27 02:56:56 +01:00
twinaphex
7863b3a21f (ffmpeg_core.c) Fix build 2016-12-26 02:53:21 +01:00
Aaahh Ahh
c51f6ad041 (ffmpeg core) Add GLFFT toggle
Adds a toggle for GLFFT
2016-12-25 01:47:09 -05:00
twinaphex
18da1fc088 More logging 2016-11-09 00:20:44 +01:00
twinaphex
5e9a6772cf (fft.cpp) Add debug logging 2016-11-08 23:52:17 +01:00
twinaphex
5865a8c299 (fft.cpp) Add logging 2016-11-08 20:28:59 +01:00
twinaphex
9a9f76d71c (FFT) Add potential non-GLM code 2016-11-04 21:25:12 +01:00
twinaphex
c3e832f672 (ffmpeg core) don't use value_ptr 2016-11-01 12:08:45 +01:00
twinaphex
8e8ed55a87 Only include glm's packing.h header 2016-11-01 12:00:27 +01:00
Brad Parker
d1d5584d18 update copyright 2016-10-27 11:47:10 -04:00
twinaphex
bef6308b12 Don't define/undefine GL_DEBUG at all 2016-09-22 18:44:55 +02:00
orbea
7768a706a1 Silence warning with GL_DEBUG=1 2016-09-22 08:40:44 -07:00
twinaphex
955c399386 (ffmpeg_core.c) nits 2016-09-16 19:23:42 +02:00
twinaphex
c4c96aa843 Don't show ffmpeg_fft_ core options when HAVE_OPENGL is not defined 2016-09-16 19:20:45 +02:00
twinaphex
5f6f630818 (ffmpeg core) Cleanup 2016-09-16 19:15:46 +02:00
twinaphex
1cc55dcae3 (FFT) fft_render - cleanup 2016-09-09 04:05:11 +02:00
twinaphex
8649852e18 (fft) Start making this more readable 2016-09-09 03:17:00 +02:00
twinaphex
f148194dab (ffmpeg) Add more extensions 2016-09-08 06:32:57 +02:00
twinaphex
2945605b61 Update ffmpeg 2016-09-07 13:19:28 +02:00
Brad Parker
a501fd02c1 make sure context is valid for this stream 2016-09-06 12:44:09 -04:00
twinaphex
8b1ee6a2b1 Update 2016-09-05 20:51:23 +02:00
twinaphex
1b94fd2fce Update libretro-ffmpeg 2016-09-05 20:48:27 +02:00
twinaphex
a9d021cbfd (ffmpeg core) Update 2016-09-05 02:45:10 +02:00
twinaphex
a0f84de987 Add Makefile.ffmpeg 2016-09-05 00:49:08 +02:00
twinaphex
bc7db98faf (ffmpeg core) Update 2016-09-05 00:36:04 +02:00
twinaphex
11dfab4e79 (ffmpeg core) Update Makefile 2016-09-05 00:34:38 +02:00
twinaphex
877064855b Update ffmpeg 2016-09-05 00:18:41 +02:00
twinaphex
459acfe47d Update 2016-09-03 23:02:10 +02:00
twinaphex
e5eab961f2 (ffmpeg core) Add HAVE_LIBGSM ifdefs 2016-09-03 22:25:05 +02:00
twinaphex
63d1a30cf2 (ffmpeg core) Update 2016-09-03 22:19:20 +02:00
twinaphex
4dc0ed54d8 (ffmpeg core) Updates 2016-09-03 22:15:13 +02:00
twinaphex
249733b06d Update Makefiles / ffmpeg core 2016-09-03 21:59:52 +02:00
twinaphex
3d47e1d813 Cleanup shadres in ffmpeg core 2016-09-03 17:36:47 +02:00
twinaphex
e2cfb594f8 Try to make ffmpeg core's GL features work for GLES as well 2016-09-03 17:07:24 +02:00
twinaphex
f4bfbe0a23 (ffmpeg core) Cleanups/style nits 2016-08-30 17:48:43 +02:00
twinaphex
f8f4b4f809 (ffmpeg core) Cleanups/style nits 2016-08-30 17:42:29 +02:00
twinaphex
e819e84149 (ffmpeg core) Cleanups; use HAVE_SWRESAMPLE ifdef 2016-08-30 17:40:06 +02:00
twinaphex
8abb90ccf1 (ffmpeg_core) Try to avoid data race condition errors in Coverity 2016-07-23 06:01:37 +02:00
twinaphex
9bf63a7809 Prevent 'dereference after NULL check' 2016-07-12 23:14:51 +02:00
Alcaro
2bd3e94e5e Apparently Coverity doesn't like this either. 2016-06-29 18:01:34 +02:00
Alcaro
792008d558 apparently 0 isn't O. I've been lied to for years. 2016-06-27 21:44:14 +02:00
Alcaro
18978c5f01 More Coverity cleanups 2016-06-27 21:34:21 +02:00
twinaphex
a741dadf20 Prevent dereference before null check 2016-06-19 23:09:19 +02:00
twinaphex
f56ab959b7 Move fragment_program_blur program to separate file 2016-06-16 17:04:30 +02:00
twinaphex
8e454f7127 Simplify fft_build_params 2016-06-16 16:55:36 +02:00
twinaphex
58dae07212 (GL FFT) Cleanup struct 2016-06-15 21:26:45 +02:00
twinaphex
86e2925cf5 (FFT) Move more shaders to separate files 2016-06-15 21:08:27 +02:00
twinaphex
7e31e71d5b Split up more into files 2016-06-15 20:54:37 +02:00
twinaphex
38ab9c8003 (FFT/GLSL) Start moving shaders to separate files 2016-06-15 20:23:26 +02:00