aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some memory leakss-ol2026-04-131-1/+1
* support arrays of uniforms, remove finished sourcess-ol2026-04-101-4/+12
* StreamSource: synchronize playback with frame presentation datas-ol2025-10-241-45/+75
* ffmpeg: refactor/turn inside avcodec loops inside-outs-ol2025-10-241-233/+165
* Stream*Source: rewind on EOFs-ol2025-10-221-12/+32
* update for ffmpeg 8s-ol2025-10-221-2/+0
* add BufferedStreamSources-ol2025-10-191-1/+135
* update for Zig 0.15.1s-ol2025-09-221-1/+1
* dynamic OSC method registration for sourcess-ol2025-08-051-7/+24
* add freeze and step controls to Sources-ol2025-07-301-3/+5
* accept format and format_options for ffmpeg sourcess-ol2025-07-291-8/+27
* add libav StreamSource, run Sources in threadss-ol2025-07-281-28/+135
* fix texture binding bugs-ol2025-07-271-1/+4
* wrap Texture in Sources-ol2025-03-201-0/+275