aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.zig (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-13fix some memory leakss-ol1-1/+1
2026-04-10support arrays of uniforms, remove finished sourcess-ol1-4/+12
2025-10-24StreamSource: synchronize playback with frame presentation datas-ol1-45/+75
2025-10-24ffmpeg: refactor/turn inside avcodec loops inside-outs-ol1-233/+165
2025-10-22Stream*Source: rewind on EOFs-ol1-12/+32
2025-10-22update for ffmpeg 8s-ol1-2/+0
2025-10-19add BufferedStreamSources-ol1-1/+135
2025-09-22update for Zig 0.15.1s-ol1-1/+1
2025-08-05dynamic OSC method registration for sourcess-ol1-7/+24
2025-07-30add freeze and step controls to Sources-ol1-3/+5
2025-07-29accept format and format_options for ffmpeg sourcess-ol1-8/+27
2025-07-28add libav StreamSource, run Sources in threadss-ol1-28/+135
2025-07-27fix texture binding bugs-ol1-1/+4
2025-03-20wrap Texture in Sources-ol1-0/+275