forked from mia/Aegisub
acba2c6b63
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. |
||
---|---|---|
.. | ||
automation | ||
build | ||
desktop | ||
docs/doxygen | ||
libaegisub | ||
libass | ||
libffms | ||
m4macros | ||
packages | ||
po | ||
reporter | ||
src | ||
tests | ||
tinderbox | ||
tools | ||
universalchardet | ||
acinclude.m4 | ||
autogen.sh | ||
configure.in | ||
INSTALL | ||
LICENCE | ||
Makefile.am | ||
README | ||
wscript |
* To be written.