RingRacers/src/media
2023-02-27 19:49:45 -06:00
..
audio_encoder.hpp Add basic multimedia container and encoder interfaces 2023-02-24 19:21:00 -08:00
avrecorder.cpp Don't use C++20 designated initializer (since we target C++17) 2023-02-24 19:21:01 -08:00
avrecorder.hpp hwr2: integrate avrecorder with RHI and legacy GL 2023-02-27 19:49:45 -06:00
avrecorder_feedback.cpp Add user feedback for AVRecorder 2023-02-24 19:21:01 -08:00
avrecorder_impl.hpp hwr2: integrate avrecorder with RHI and legacy GL 2023-02-27 19:49:45 -06:00
avrecorder_indexed.cpp hwr2: integrate avrecorder with RHI and legacy GL 2023-02-27 19:49:45 -06:00
avrecorder_queue.cpp hwr2: integrate avrecorder with RHI and legacy GL 2023-02-27 19:49:45 -06:00
cfile.cpp media: add libwebm container 2023-02-24 19:21:00 -08:00
cfile.hpp media: add libwebm container 2023-02-24 19:21:00 -08:00
CMakeLists.txt media: fix undefined behavior with options initialization order 2023-02-24 19:21:01 -08:00
container.hpp Add basic multimedia container and encoder interfaces 2023-02-24 19:21:00 -08:00
encoder.hpp Add basic multimedia container and encoder interfaces 2023-02-24 19:21:00 -08:00
options.cpp media/options: refactor cvar factory completely, ensure correct MIN/MAX order 2023-02-24 19:21:01 -08:00
options.hpp media/options: refactor cvar factory completely, ensure correct MIN/MAX order 2023-02-24 19:21:01 -08:00
options_values.cpp Don't use C++20 designated initializer (since we target C++17) 2023-02-24 19:21:01 -08:00
video_encoder.hpp Add basic multimedia container and encoder interfaces 2023-02-24 19:21:00 -08:00
video_frame.hpp Add basic multimedia container and encoder interfaces 2023-02-24 19:21:00 -08:00
vorbis.cpp media: fix incorrect usage of SRB2_ASSERT on functions with side effects 2023-02-24 19:21:01 -08:00
vorbis.hpp media: add libvorbis encoder 2023-02-24 19:21:00 -08:00
vorbis_error.hpp media: add libvorbis encoder 2023-02-24 19:21:00 -08:00
vp8.cpp media: fix incorrect usage of SRB2_ASSERT on functions with side effects 2023-02-24 19:21:01 -08:00
vp8.hpp media: fix undefined behavior with options initialization order 2023-02-24 19:21:01 -08:00
vpx_error.hpp media: add libvpx VP8 encoder 2023-02-24 19:21:00 -08:00
webm.hpp media: add libwebm container 2023-02-24 19:21:00 -08:00
webm_container.cpp media: fix incorrect usage of SRB2_ASSERT on functions with side effects 2023-02-24 19:21:01 -08:00
webm_container.hpp media: add libwebm container 2023-02-24 19:21:00 -08:00
webm_encoder.hpp media: add WebM Vorbis and VP8 encoders 2023-02-24 19:21:00 -08:00
webm_vorbis.hpp media: fix incorrect usage of SRB2_ASSERT on functions with side effects 2023-02-24 19:21:01 -08:00
webm_vorbis_lace.cpp media: add WebM Vorbis and VP8 encoders 2023-02-24 19:21:00 -08:00
webm_vp8.hpp media: add WebM Vorbis and VP8 encoders 2023-02-24 19:21:00 -08:00
webm_writer.hpp media: add libwebm container 2023-02-24 19:21:00 -08:00
yuv420p.cpp media: fix incorrect usage of SRB2_ASSERT on functions with side effects 2023-02-24 19:21:01 -08:00
yuv420p.hpp media: add YUV420p module 2023-02-24 19:21:00 -08:00