]> git.sesse.net Git - nageru/history - nageru/ffmpeg_capture.cpp
Fix a comment typo.
[nageru] / nageru / ffmpeg_capture.cpp
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...