dolphin/Source/Core
Michael Maltese 04158dfe15 AVIDump: use a separate AVCodecContext
Using the AVCodecContext contained in AVStream for muxing is officially
discouraged[1] and AVStream::codec was deprecated in favor of
AVStream::codecpar in libavformat 57.33.100 / 57.5.0.

1: [FFmpeg-cvslog] lavf: replace AVStream.codec with AVStream.codecpar: https://ffmpeg.org/pipermail/ffmpeg-cvslog/2016-April/099152.html
2017-02-06 20:23:37 -08:00
..
AudioCommon cmake: Move detection of OpenAL to AudioCommon 2017-02-07 03:42:43 +01:00
Common Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
Core Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
DiscIO Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
DolphinQt2 Merge pull request #4818 from ligfx/bundleutilities 2017-02-06 17:39:46 +13:00
DolphinWX Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
InputCommon Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
UICommon Use a single libusb context 2017-02-05 11:36:48 +01:00
VideoBackends FramebufferManagerBase: Return a std::pair from GetTargetSize 2017-02-03 15:27:53 -05:00
VideoCommon AVIDump: use a separate AVCodecContext 2017-02-06 20:23:37 -08:00
CMakeLists.txt