yuzu/src
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
..
audio_core Merge pull request #5000 from lioncash/audio-error 2020-12-02 23:08:43 -08:00
common Merge pull request #4996 from bunnei/use-4jits 2020-12-03 15:32:45 -08:00
core Merge pull request #4996 from bunnei/use-4jits 2020-12-03 15:32:45 -08:00
input_common mouse_poller: Remove unused includes 2020-12-03 10:41:13 -05:00
tests tests: Fix warning about comparison between signed and unsigned 2020-11-27 17:41:20 -05:00
video_core codec: Remove deprecated usage of AVCodecContext::refcounted_frames 2020-12-04 16:23:13 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #4996 from bunnei/use-4jits 2020-12-03 15:32:45 -08:00
yuzu_cmd Merge pull request #4937 from german77/multiUDP 2020-12-01 11:47:37 -08:00
yuzu_tester core: Eliminate remaining usages of the global system instance 2020-11-27 11:40:45 -05:00
.clang-format
CMakeLists.txt CMakeLists: disable -Winvalid-offsetof 2020-11-27 17:42:02 -05:00