MaranBr
326865cba2
[host1x] Improve FFmpeg error handling ( #2643 )
This improves the FFmpeg error handling.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2643
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
9 months ago
lizzie
191e4c75a1
[meta] fix license headers ( #2547 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2547
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
9 months ago
lizzie
9d2681ecc9
[cmake] enable clang-cl and WoA builds ( #348 )
Compilation and CMake fixes for both Windows on ARM and clang-cl, meaning Windows can now be built on both MSVC and clang on both amd64 and aarch64.
Compiling on clang is *dramatically* faster so this should be useful for CI.
Co-authored-by: crueter <crueter@eden-emu.dev>
Co-authored-by: crueter <crueter@crueter.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/348
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
10 months ago
lizzie
9d53933a95
[fmt] use {:#X} for format instead of 0x{:X} ( #309 )
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/309
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
10 months ago
MaranBr
4fc711587f
Fix headers
11 months ago
MaranBr
4ced8d23ac
Fix typo
11 months ago
darktux
616619c8f7
Port changes from Early Access
2 years ago
Fernando Sahmkow
b206089ea7
Core: Clang format and other small issues.
3 years ago
Fernando Sahmkow
bb7b14acd5
GPU SMMU: Expand to 34 bits
3 years ago
Viktor Szépe
e895ebb546
Fix typos in video_core
2 years ago
Liam
767b024755
video_core: refactor video frame and packet parsing
3 years ago
Valeri
9d3cce87a4
host1x/codecs: enable CUDA on Linux
3 years ago
Danila Malyutin
beec962363
Use initial_frame to check interlaced flag
If final frame was transferred from GPU, it won't carry the props.
Fixes #11089
3 years ago
lat9nq
78f92086ca
settings,general: Rename non-confirming enums
3 years ago
Morph
b8004b2472
general: Use ScratchBuffer where possible
3 years ago
Kelebek1
c7430e51e3
Remove memory allocations in some hot paths
3 years ago
Danila Malyutin
6ab723eace
Add support for deinterlaced videos playback
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
3 years ago
Danila Malyutin
84df6eb7f9
Fix missing pic_order_present_flag in h264 header
Fixes #9635
3 years ago
Kelebek1
6afc4a2134
Allow >1 cpu threads on video decoding, disable multi-frame decoding
3 years ago
arades79
60a68839ee
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
adcef452e0
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Fernando Sahmkow
2f61540d44
General: Fix clang format.
4 years ago
Fernando Sahmkow
383f95a063
NVDRV: Refactor Host1x
4 years ago
Fernando Sahmkow
a6425c97e4
VideoCore: Refactor syncing.
4 years ago