]> git.sesse.net Git - nageru/history - ffmpeg_capture.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / ffmpeg_capture.cpp
2017-10-28 Steinar H. GundersonFix compilation with older FFmpeg.
2017-10-25 Steinar H. GundersonDeal with FFmpeg returning unknown audio channel layouts.
2017-07-12 Steinar H. GundersonProperly flush the codecs when rewinding.
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-07-06 Steinar H. GundersonFix a problem where we could wait for a very long time...
2017-05-28 Steinar H. GundersonFix some more issues in rate change.
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-21 Steinar H. GundersonAdd support for decoding video as Y'CbCr. Not activated...
2017-04-29 Steinar H. GundersonWhen we get an FFmpeg error, send a blank frame to...
2017-04-21 Steinar H. GundersonInitialize FFmpeg networking correctly.
2017-04-21 Steinar H. GundersonChange from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-20 Steinar H. GundersonDon't crash on invalid frame rates from FFmpeg.
2017-04-14 Steinar H. GundersonMove some common FFmpeg utilities out into a shared...
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. 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.