]> git.sesse.net Git - nageru/history - quicksync_encoder.cpp
Move InputMapping and friends into its own header file.
[nageru] / quicksync_encoder.cpp
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-08-02 Steinar H. Gundersonffmpeg #includes need to be in extern blocks.
2016-08-02 Steinar H. GundersonRun IWYU on quicksync_encoder.{cpp,h}.
2016-07-27 Steinar H. GundersonRemove some use of the AVStream::codec parameter (not...
2016-06-25 Steinar H. GundersonUse the new libavformat functionality for marking keyfr...
2016-05-03 Steinar H. GundersonEncode audio as soon as we get it, instead of manually...
2016-05-01 Steinar H. GundersonWhen doing a cut, do the shutdown in a separate thread.
2016-04-25 Steinar H. GundersonSet x264 global headers (Quick Sync global headers...
2016-04-25 Steinar H. GundersonSend the AVCodecContext for audio to the stream mux...
2016-04-24 Steinar H. GundersonMake QuickSyncEncoder get its textures from ResourcePool.
2016-04-23 Steinar H. GundersonFix a minor reentrancy problem in QuickSyncEncoder.
2016-04-23 Steinar H. GundersonFix a context memory leak on cut.
2016-04-23 Steinar H. GundersonMove X264Encoder out of QuickSyncEncoder. This complete...
2016-04-23 Steinar H. GundersonMake the VideoEncoder own the stream audio encoder...
2016-04-23 Steinar H. GundersonFix a circular initialization issue with AudioEncoder.
2016-04-23 Steinar H. GundersonMove audio encoding from QuickSyncEncoder into its...
2016-04-23 Steinar H. GundersonMove the entire stream mux logic from QuickSyncEncoder...
2016-04-23 Steinar H. GundersonMake more consistent filenames for QuickSyncEncoder...