]> git.sesse.net Git - nageru/history - audio_encoder.cpp
Tiny audio optimization (~1%) by making an SSE version of find_peak(); mostly to...
[nageru] / audio_encoder.cpp
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...