]> git.sesse.net Git - nageru/history - nageru/ffmpeg_capture.cpp
Fix a Clang 19 warning.
[nageru] / nageru / ffmpeg_capture.cpp
11 days ago Steinar H. GundersonVarious indent fixes.
11 days ago Steinar H. GundersonAllow dynamic frame sizes for FFmpeg inputs.
11 days ago Steinar H. GundersonIndent fixup.
11 days ago Steinar H. GundersonSmall #include fix.
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2024-03-01 Steinar H. GundersonSome random #include fixing.
2023-10-01 Steinar H. GundersonPort FFmpegCapture to the AVChannelLayout API.
2023-10-01 Steinar H. GundersonUse AVFrame::duration instead of AVFrame::pkt_duration.
2023-10-01 Steinar H. GundersonStop using av_init_packet().
2023-09-07 Steinar H. GundersonIf a FFmpeg input does not give a frame for at least...
2023-09-07 Steinar H. GundersonFix a warning wording in FFmpegCapture.
2023-07-12 Steinar H. GundersonFix an inverted condition in YCbCr format choice.
2023-04-17 Steinar H. GundersonFix a buffer overrun when receiving 4K (or 8K etc....
2023-04-17 Steinar H. GundersonUnify all the FRAME_SIZE #defines.
2023-04-16 Steinar H. GundersonImprove selection of software formats on hwaccel fallback.
2023-04-15 Steinar H. GundersonAdd a warning when trying to hardware-decode H.264...
2023-04-15 Steinar H. GundersonImprove error messaging when VAAPI/VDPAU pixel format...
2023-04-15 Steinar H. GundersonSupport decoding FFmpeg via VDPAU.
2023-04-15 Steinar H. GundersonBe more resilient to video decoding errors.
2023-04-13 Steinar H. GundersonRename MAX_FPS to TYPICAL_FPS.
2022-01-31 Steinar H. GundersonFix compilation with FFmpeg 5.0.
2021-04-04 Steinar H. GundersonStop decoding video/audio in FFmpegCapture if we are...
2021-04-04 Steinar H. GundersonAdd a --no-transcode-video flag to Kaeru.
2021-04-04 Steinar H. GundersonFix a bug where FFmpegCapture would get the wrong heigh...
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...