]> git.sesse.net Git - nageru/history - nageru/quicksync_encoder.cpp
Unify VA-API initialization.
[nageru] / nageru / quicksync_encoder.cpp
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...