]> git.sesse.net Git - nageru/history - ffmpeg_capture.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / ffmpeg_capture.cpp
2018-06-01 Steinar H. GundersonSupport audio-only FFmpeg inputs. Somewhat wonky, though. ffmpeg-audio-only
2018-05-12 Steinar H. GundersonIn FFmpegCapture, fix downmixing of surround signals...
2018-04-24 Steinar H. GundersonMake the FFmpegCapture disconnected frames proper black.
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. GundersonMake FFmpegCapture reset the origin if it falls too...
2018-04-22 Steinar H. GundersonCorrect FFmpeg capture audio timestamps for non-locked...
2018-04-22 Steinar H. GundersonCorrect FFmpeg audio PTS.
2018-04-22 Steinar H. GundersonDeliver more precise timestamps from FFmpegCapture.
2018-04-22 Steinar H. GundersonReset audio resampler when FFmpeg inputs restart due...
2018-04-21 Steinar H. GundersonFix an issue where video inputs could send invalid...
2018-04-14 Steinar H. GundersonAdd a feature on VideoInput to interrupt the playing...
2018-04-11 Steinar H. GundersonAsk for no buffering when opening FFmpeg streams; we...
2018-04-11 Steinar H. GundersonMake FFmpegCapture send semi-reasonable timestamps...
2018-03-21 Steinar H. GundersonFix a crash bug when trying to send disconnected frames...
2018-03-17 Steinar H. GundersonFix a bug when looping FFmpeg inputs that have no audio.
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.