- 05 Dec, 2020 1 commit
-
-
bunnei authored
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
-
- 04 Dec, 2020 3 commits
-
-
Lioncash authored
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.
-
bunnei authored
node: Eliminate variable shadowing
-
bunnei authored
vp9/vic: Resolve pessimizing moves
-
- 03 Dec, 2020 12 commits
-
-
bunnei authored
Kernel: Refactor to use 4-instances of Dynarmic & various cleanups and improvements
-
Lioncash authored
Prevents logic bugs from accidentally ignoring the return value.
-
Lioncash authored
-
bunnei authored
mouse_input/mouse_poller: Minor cleanup
-
Lioncash authored
Removes the usage of moves that don't result in behavior different from a copy, or otherwise would prevent copy elision from occurring.
-
Lioncash authored
-
Lioncash authored
Allows the struct to be constructed in place.
-
Lioncash authored
Removes the use of two static casts and improves the readability of some vectors slightly.
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
audio_core: Make shadowing and unused parameters errors
-
Lioncash authored
Moves the audio code closer to enabling warnings as errors in general.
-
- 02 Dec, 2020 1 commit
-
-
bunnei authored
nvdec: Queue and display all decoded frames, cleanup decoders
-
- 01 Dec, 2020 3 commits
- 30 Nov, 2020 4 commits
-
-
bunnei authored
vk_shader_decompiler: Implement force early fragment tests
-
Ameer J authored
Disable web applet and warning box when compiling for Linux on CI
-
lat9nq authored
yuzu's web applet does not or barely reacts to user input while open in Linux. It can be closed via 'Exit Web Applet' on the menubar, however if yuzu is in fullscreen, this is effectively a softlock as the menubar cannot be accessed. This disables building yuzu with the web applet on the Linux CI target. In addition, this disables the QMessageBox warning about not having compiled yuzu with the web applet.
-
bunnei authored
InputCommon: Implement full mouse support
-
- 29 Nov, 2020 14 commits
-
-
bunnei authored
common: Add Common::DivCeil and Common::DivCeilLog2
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This will be aligned by default, and helps memory usage.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
hid: Check if applet_resource exists in InitializeVibrationDevice
-
Morph authored
Add missing types to NpadCommunicationMode
-
german authored
-
- 28 Nov, 2020 2 commits