]> git.sesse.net Git - nageru/history - audio_encoder.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / audio_encoder.cpp
2018-01-24 Steinar H. GundersonAPI fix for the upcoming FFmpeg 3.5 release.
2017-05-28 Steinar H. GundersonRedo the FFmpeg RAII helpers to not store function...
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-07-27 Steinar H. GundersonChange to new libavcodec audio encoding API. Fixes...
2016-07-27 Steinar H. GundersonRemove some use of the AVStream::codec parameter (not...
2016-04-25 Steinar H. GundersonSet x264 global headers (Quick Sync global headers...
2016-04-23 Steinar H. GundersonFix a circular initialization issue with AudioEncoder.
2016-04-23 Steinar H. GundersonMove audio encoding from QuickSyncEncoder into its...