mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-21 20:21:26 -06:00
* avplayer: code improvements * avplayer: implemented pause/resume * avplayer: implemented sync modes * avplayer: issue warning on loopback * avplayer: sync on video ts in default mode when audio ts is not available * avplayer: removed waits for the frame in Get*Data, replaced cv with sleep * avplayer: removed all waits from GetVideoData * avplayer: fix warning propagation + small fixes * Using texture memory for video frames, dropped video frame cache, syncing audio to video * do not sync to audio when audio is not enabled * removed logs, fixed sync * reverted the removal of pre-allocated buffers |
||
|---|---|---|
| .. | ||
| avplayer_common.cpp | ||
| avplayer_common.h | ||
| avplayer_data_streamer.h | ||
| avplayer_error.h | ||
| avplayer_file_streamer.cpp | ||
| avplayer_file_streamer.h | ||
| avplayer_impl.cpp | ||
| avplayer_impl.h | ||
| avplayer_source.cpp | ||
| avplayer_source.h | ||
| avplayer_state.cpp | ||
| avplayer_state.h | ||
| avplayer.cpp | ||
| avplayer.h | ||