]> git.sesse.net Git - nageru/history - nageru/quicksync_encoder.cpp
Set CEF autoplay policy to be more lenient.
[nageru] / nageru / quicksync_encoder.cpp
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2023-10-01 Steinar H. GundersonRemove an informational message that has no value to...
2023-09-07 Steinar H. GundersonFix crash without SRT output.
2023-08-06 Steinar H. GundersonImplement SRT output.
2023-07-04 Steinar H. GundersonRename stream_mux to http_mux.
2023-04-13 Steinar H. GundersonRename MAX_FPS to TYPICAL_FPS.
2023-04-13 Steinar H. GundersonFix crashes when the master clock goes faster than...
2023-04-12 Steinar H. GundersonAdd some asserts to track down pts/dts problems before...
2022-07-21 Steinar H. GundersonRemove the zerocopy warnings.
2022-07-21 Steinar H. GundersonRemove the --http-uncompressed-video flag.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2022-07-21 Steinar H. GundersonSupport AV1 streaming over HTTP, via SVT-AV1.
2022-07-19 Steinar H. GundersonMake an interface to wrap X264Encoder.
2022-01-31 Steinar H. GundersonFix compilation with FFmpeg 5.0.
2021-10-02 Steinar H. GundersonFix a wrong assertion.
2021-09-26 Steinar H. GundersonSupport sending a separate x264 encode to disk.
2021-04-05 Steinar H. GundersonAdd an explicit dependency om libdrm.
2020-05-21 Steinar H. GundersonUnify VA-API initialization.
2020-05-21 Steinar H. GundersonMove VADisplayWithCleanup into its own header file...
2020-04-06 Steinar H. GundersonAdd support for V4L2 output.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-24 Steinar H. GundersonRemove the redundant with_audio parameter from the...
2018-12-21 Steinar H. GundersonCheck VAStatus of some destroyed objects.
2018-12-20 Steinar H. GundersonMove to FFmpeg 4.0 APIs, fixing the deprecation warnings.
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-02 Steinar H. GundersonUnify context.cpp from Nageru and Futatabi.
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.
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...