Aegisub/aegisub/libaegisub/common
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
..
charset.cpp Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
charset_conv.cpp Make the std::string overloads of IconvWrapper::Convert significantly faster 2010-07-07 02:41:40 +00:00
charset_ucd.cpp Fix a pile of actual memory leaks 2010-06-24 01:24:09 +00:00
charset_ucd.h Fix the rest of the build errors when not using precompiled headers 2010-06-17 00:23:44 +00:00
log.cpp Fix a pile of actual memory leaks 2010-06-24 01:24:09 +00:00
mru.cpp Move cajun includes into the cpp files rather than headers so that only files in libaegisub include them. 2010-06-11 02:25:07 +00:00
option.cpp Fix a pile of actual memory leaks 2010-06-24 01:24:09 +00:00
option_value.cpp Fix compilation with precompiled headers disabled. 2010-06-14 18:02:58 +00:00
option_visit.cpp Merge r4550: remove wx headers. 2010-06-23 13:20:24 +00:00
option_visit.h Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
path.cpp Commit the beginings of the Path class to hold the internal representation of paths, this is extremely rough since I have to wait until we can do charset conversion in libaegisub to handle windows paths before going any further. 2010-05-24 17:57:07 +00:00
validator.cpp Merge all changes from the libaegisub branch into trunk, the effective range is r4175:4330. All options have been re-done and now use Cajun to support a json-backed format. 2010-05-21 01:13:36 +00:00
vfr.cpp Rewrite VFR handling in Aegisub. 2010-07-08 04:29:04 +00:00