dolphin/Source/Core
Sylvain Gadrat 3a12c50dc1 Fix timing of AVI files dumped on Linux
The timing information is set on s_scaled_frame->pts, giving precise
timing information to the encoder. Frames arriving too early (less than
one tick after the previous frame) are droped. The setting of packet's
timestamps and flags is done after the call to avcodec_encode_video2()
as this function resets these fields according to its documentation.
2014-10-23 23:34:38 +02:00
..
AudioCommon Fix a race condition in our OpenSL ES audio backend. 2014-10-18 08:32:14 -05:00
Common Merge pull request #1320 from FioraAeterna/hash64bitcrc 2014-10-20 14:50:21 +11:00
Core Merge pull request #1314 from FioraAeterna/fixprofiler 2014-10-20 14:37:32 +11:00
DiscIO VolumeCreator: Make master key arrays static 2014-10-12 15:07:39 -04:00
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Merge pull request #1315 from RisingFog/movie-menu-input-display 2014-10-20 14:34:02 +11:00
InputCommon ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Merge pull request #1315 from RisingFog/movie-menu-input-display 2014-10-20 14:34:02 +11:00
VideoCommon Fix timing of AVI files dumped on Linux 2014-10-23 23:34:38 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00