]> git.sesse.net Git - nageru/history - nageru/ffmpeg_capture.cpp
Fix FFmpeg frame rate calculation with VA-API acceleration.
[nageru] / nageru / ffmpeg_capture.cpp
2020-06-01 Steinar H. GundersonFix FFmpeg frame rate calculation with VA-API acceleration.
2020-06-01 Steinar H. GundersonSupport decoding FFmpeg videos via VA-API.
2020-06-01 Steinar H. GundersonSuppress repeated chroma location warnings from FFmpeg.
2020-05-24 Steinar H. GundersonStop leaking SRT sockets on disconnect.
2020-05-11 Steinar H. GundersonServe a better frame rate from streams (especially...
2020-05-11 Steinar H. GundersonAllow SRT inputs to pass through without a rescale...
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-02-11 Steinar H. GundersonHeed the Exif white point when playing back (MJPEG...
2019-08-08 Steinar H. GundersonFix the wording of a warning.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-10 Steinar H. GundersonFor FFmpeg inputs, add an option for playing as fast...
2019-03-09 Steinar H. GundersonFix an issue where Matroska HTTP FFmpeg streams would...
2019-03-09 Steinar H. GundersonAdd a failsafe for interrupted FFmpeg streams.
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-20 Steinar H. GundersonMove to FFmpeg 4.0 APIs, fixing the deprecation warnings.
2018-12-05 Steinar H. GundersonAdd a hack to FFmpegCapture for decoding Futatabi's...
2018-12-04 Steinar H. GundersonStop setting nobuffer for FFmpeg inputs; it seems it...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...