citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/audio_core/hle
liushuyu c7869ff332
audio_core/hle/ffmpeg_decoder: make avcodec const
2022-02-21 00:51:17 -07:00
..
adts.h audio_core: hle: mf: address yet another batch of reviews 2019-02-09 13:55:42 -07:00
adts_reader.cpp audio_core: hle: mf: address yet another batch of reviews 2019-02-09 13:55:42 -07:00
common.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
decoder.cpp General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
decoder.h Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
fdk_decoder.cpp Remove pessimistic sanity check 2020-11-14 20:06:25 +02:00
fdk_decoder.h Implements fdk_aac decoder (#4764) 2020-02-23 11:01:21 +01:00
ffmpeg_decoder.cpp audio_core/hle/ffmpeg_decoder: make avcodec const 2022-02-21 00:51:17 -07:00
ffmpeg_decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
ffmpeg_dl.cpp more reviews addressed 2019-02-09 11:55:12 +01:00
ffmpeg_dl.h more reviews addressed 2019-02-09 11:55:12 +01:00
filter.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
filter.h audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
hle.cpp Update comments after hardware testing 2020-06-10 23:05:02 -04:00
hle.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
mediandk_decoder.cpp Add sample rate field to AAC decoder (#5195) 2020-04-21 20:34:50 -05:00
mediandk_decoder.h mediandk for android (#4921) 2020-03-16 21:07:22 -05:00
mixers.cpp audio_core: use nested namespaces 2019-02-17 23:41:48 -05:00
mixers.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
pipe.h audio_core: Remove global state 2018-02-03 15:15:17 +00:00
shared_memory.h Reworked DSP serialization 2020-02-13 17:42:12 +08:00
source.cpp android: audio_core: Remove noisy log. 2021-09-29 22:51:11 +05:30
source.h Initial implementation of partial_embedded_buffer_dirty handling (#5548) 2020-11-17 17:31:05 -05:00
wmf_decoder.cpp General: Make use of std::nullopt where applicable 2020-10-03 17:25:54 +02:00
wmf_decoder.h Improve aac decoder selection 2019-12-08 16:18:39 -07:00
wmf_decoder_utils.cpp Actually return true if InitMFDLL succeeded (#5470) 2020-07-23 00:46:10 -04:00
wmf_decoder_utils.h Dynamically load Media Foundation 2019-12-08 13:54:27 -07:00