]> git.sesse.net Git - nageru/history - ffmpeg_capture.h
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / ffmpeg_capture.h
2018-04-23 Steinar H. GundersonAllow changing FFmpeg URL from the context menu.
2018-04-22 Steinar H. GundersonAdd support for using FFmpeg video sources as audio.
2018-04-22 Steinar H. GundersonReset audio resampler when FFmpeg inputs restart due...
2018-04-14 Steinar H. GundersonAdd a feature on VideoInput to interrupt the playing...
2017-10-28 Steinar H. GundersonAdd a missing #include.
2017-07-10 Steinar H. GundersonFix some potential memory leaks in FFmpegCapture.
2017-07-08 Steinar H. GundersonAdd support for transcoding the audio in Kaeru (on...
2017-07-08 Steinar H. GundersonAdd support to FFmpegCapture to decode the audio.
2017-07-07 Steinar H. GundersonInitial check-in of Kaeru, a simple transcoder based...
2017-06-17 Steinar H. GundersonSilence a Clang warning.
2017-05-28 Steinar H. GundersonFix a problem where change_rate() would hang until...
2017-05-28 Steinar H. GundersonMore refactoring in FFmpegCapture.
2017-05-28 Steinar H. GundersonIn FFmpegCapture, frame decoding into its own function.
2017-05-28 Steinar H. GundersonIn FFmpegCapture, refactor command queue processing...
2017-05-28 Steinar H. GundersonFix an outdated comment.
2017-05-21 Steinar H. GundersonAdd support for decoding video as Y'CbCr. Not activated...
2017-05-21 Steinar H. GundersonTiny comment pickiness.
2017-04-29 Steinar H. GundersonWhen we get an FFmpeg error, send a blank frame to...
2017-04-21 Steinar H. GundersonChange from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-14 Steinar H. GundersonSupport changing video files underway, just like images.
2017-04-14 Steinar H. GundersonFactor out rewinding code in its own member function.
2017-04-14 Steinar H. GundersonMake some more sleeps interruptable.
2017-04-14 Steinar H. GundersonRemove a now obsolete comment.
2017-04-14 Steinar H. GundersonAdd support for changing the playback rate.
2017-04-13 Steinar H. GundersonAdd a Lua function to rewind the video.
2017-04-12 Steinar H. GundersonAdd support for FFmpeg inputs.