Commit graph

6 commits

Author SHA1 Message Date
Eidolon
bd7646346b Use new containers and json 2025-03-16 18:45:11 -05:00
Eidolon
a4d304a1f5 Update copyright years to 2025 2025-02-13 15:32:26 -06:00
Sally Coolatta
550ca4ab06 SRB2 -> DRRR copyright in media folder 2024-04-05 10:10:03 -04:00
James R
df7b13499f YUV420pFrame::BufferRGBA: fix uninitialized width/height
- This fixes a video recording crash that manifested
  randomly, but more often when repeatedly quickly
  starting and stopping a recording
- The first video frame had uninitialized memory that left
  it up to chance whether an internal buffer was correctly
  sized (SIGSEGV)
2024-03-26 02:15:10 -07:00
Eidolon
bdc0795704 Fix several Clang compile warnings 2024-01-16 06:11:43 -05:00
James R
1415254131 media: add YUV420p module
Converts RGBA image to YUV420p, useful for most video
codecs.
2023-02-24 19:21:00 -08:00