Aegisub/aegisub/libaegisub
Thomas Goyne acba2c6b63 Rewrite VFR handling in Aegisub.
Kill vfr.h and vfr.cpp and use the libaegisub versions of them instead.

Rather than the globals VFR_Input and VFR_Output, everything related to
frame rate is now part of the video context. Most things which used to
use VFR_Output now call VideoContext::TimeAtFrame etc.; video providers,
rather than modifying VFR_Input directly, now have getters for their
frame rates which VideoContext calls. Read-only public access to
VFR_Input and VFR_Output are still provided (hopefully temporarily) for
a few things which were awkward to do through VideoContext.

The Avisynth provider now might correctly handle VFR MKVs which can be
opened with DirectShowSource but not DSS2.

Rework keyframe handling as well, so that it continues to match the vfr
handling in design and implementation.

Originally committed to SVN as r4662.
2010-07-08 04:29:04 +00:00
..
common Rewrite VFR handling in Aegisub. 2010-07-08 04:29:04 +00:00
include/libaegisub Rewrite VFR handling in Aegisub. 2010-07-08 04:29:04 +00:00
unix Fix a pile of actual memory leaks 2010-06-24 01:24:09 +00:00
windows On Windows, send debug logging to the debugger rather than stdout. 2010-06-29 23:08:42 +00:00
config.h Add Googles mutex.h which seems to be used in many of googles projects. It's better to use something that's well-tested rather than rolling our own. Also a huge time saver. 2010-05-31 21:57:08 +00:00
lagi_pre.h Rewrite vfr.cpp in libaegisub with tests. Not yet used by Aegisub itself. 2010-07-07 05:24:16 +00:00
Makefile.am Rewrite vfr.cpp in libaegisub with tests. Not yet used by Aegisub itself. 2010-07-07 05:24:16 +00:00