yuzu/src/video_core
Lioncash 94af77aa7c codec: Remove deprecated usage of AVCodecContext::refcounted_frames
This was only necessary for use with the
avcodec_decode_video2/avcoded_decode_audio4 APIs which are also
deprecated.

Given we use avcodec_send_packet/avcodec_receive_frame, this isn't
necessary, this is even indicated directly within the FFmpeg API changes
document here on 2017-09-26:

https://github.com/FFmpeg/FFmpeg/blob/master/doc/APIchanges#L410

This prevents our code from breaking whenever we update to a newer
version of FFmpeg in the future if they ever decide to fully remove this
API member.
2020-12-04 16:23:13 -05:00
..
buffer_cache
command_classes codec: Remove deprecated usage of AVCodecContext::refcounted_frames 2020-12-04 16:23:13 -05:00
engines vk_shader_decompiler: Implement force early fragment tests 2020-11-26 17:52:26 -03:00
host_shaders
macro
renderer_opengl Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 2020-11-23 17:58:49 -05:00
renderer_vulkan vk_shader_decompiler: Implement force early fragment tests 2020-11-26 17:52:26 -03:00
shader node: Mark member functions as [[nodiscard]] where applicable 2020-12-03 16:03:34 -05:00
texture_cache
textures
cdma_pusher.cpp
cdma_pusher.h
CMakeLists.txt
compatible_formats.cpp
compatible_formats.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp video_core: dma_pusher: Remove integrity check on command lists. 2020-11-07 00:08:19 -08:00
dma_pusher.h video_core: dma_pusher: Remove integrity check on command lists. 2020-11-07 00:08:19 -08:00
fence_manager.h
gpu_asynch.cpp
gpu_asynch.h
gpu_synch.cpp
gpu_synch.h
gpu_thread.cpp
gpu_thread.h
gpu.cpp nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID 2020-11-24 12:59:41 -05:00
gpu.h gpu: Make use of [[nodiscard]] where applicable 2020-11-17 07:19:09 -05:00
guest_driver.cpp
guest_driver.h
memory_manager.cpp
memory_manager.h
morton.cpp
morton.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h rasterizer_interface: Make use of [[nodiscard]] where applicable 2020-11-17 07:19:13 -05:00
renderer_base.cpp
renderer_base.h render_base: Make use of [[nodiscard]] where applicable 2020-11-17 07:19:12 -05:00
sampler_cache.cpp
sampler_cache.h
shader_cache.h
shader_notify.cpp
shader_notify.h
surface.cpp
surface.h
video_core.cpp
video_core.h