RetroArch/cores/libretro-ffmpeg
Nils Hasenbanck baf065b789 Fix crash on seeking when using HW decoding in some cases.
This fix makes sure that we don't de-allocate the video buffer before
while the decoding thread is still working. We also don't throw
an misleading error when the decoding threads flushed the buffers
on seeking.
2020-02-04 21:29:35 +01:00
..
gl_shaders Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
ffmpeg_core.c Fix crash on seeking when using HW decoding in some cases. 2020-02-04 21:29:35 +01:00
ffmpeg_fft.c Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
ffmpeg_fft.h (ffmpeg core) Take out gl prefix 2017-05-27 03:28:49 +02:00
internal_cores.h Move ffmpeg core files 2015-10-19 16:55:08 +02:00
link.T Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
Makefile (ffmpeg core) Update Makefile 2019-11-23 22:39:50 +01:00
Makefile.common Implemented the packet buffer. 2020-01-08 20:44:00 +01:00
Makefile.ffmpeg (cores/ffmpeg) Resync 2019-11-19 09:09:52 +01:00
packet_buffer.c Cleanups 2020-02-04 06:05:00 +01:00
packet_buffer.h Implemented the packet buffer. 2020-01-08 20:44:00 +01:00
video_buffer.c (ffmpeg) Fixups 2020-01-18 05:40:11 +01:00
video_buffer.h Implemented the packet buffer. 2020-01-08 20:44:00 +01:00