RingRacers/src/media
toaster b1af67bcaf WebmVorbisEncoder::make_vorbis_private_data(): Resolve esoteric optimisation errors under GCC15 by assigning directly
std::vector's reserve func was somehow optimised into providing non-stack data which emplace_back wasn't playing nice with!? What even is the point of these optimisations if a very basic call dies like that
2025-05-18 19:42:57 +01:00
..
audio_encoder.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
avrecorder.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
avrecorder.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
avrecorder_feedback.cpp Use new containers and json 2025-03-16 18:45:11 -05:00
avrecorder_impl.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
avrecorder_indexed.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
avrecorder_queue.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
cfile.cpp Use new containers and json 2025-03-16 18:45:11 -05:00
cfile.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
CMakeLists.txt media: fix undefined behavior with options initialization order 2023-02-24 19:21:01 -08:00
container.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
encoder.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
options.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
options.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
options_values.cpp Use new containers and json 2025-03-16 18:45:11 -05:00
video_encoder.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
video_frame.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vorbis.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vorbis.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vorbis_error.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
vp8.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vp8.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vpx_error.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
webm.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
webm_container.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
webm_container.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
webm_encoder.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
webm_vorbis.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
webm_vorbis_lace.cpp WebmVorbisEncoder::make_vorbis_private_data(): Resolve esoteric optimisation errors under GCC15 by assigning directly 2025-05-18 19:42:57 +01:00
webm_vp8.hpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
webm_writer.hpp Use new containers and json 2025-03-16 18:45:11 -05:00
yuv420p.cpp Update copyright years to 2025 2025-02-13 15:32:26 -06:00
yuv420p.hpp Use new containers and json 2025-03-16 18:45:11 -05:00