Karl Blomster
|
7157d50e73
|
Re-fix the VFR fix in r3084 by restoring the old behavior (which was correct for the only existing providers at the time it was implemented, I think) under a special condition that only triggers for the AVS provider. This does not really actually fix any bugs; the new behavior wasn't any better (in fact it was probably incorrect in some cases) but at least this way doesn't have any of the regressions the new way might have introduced.
Originally committed to SVN as r3211.
|
2009-07-23 02:06:47 +00:00 |
|
Karl Blomster
|
d1762c5270
|
The Great Colorspace Reworking of '09, part 2 of ???: change all video providers to always output RGB32, and remove the formatMask parameter of GetFrame(). This may break the dshow video provider but I have no way of testing it and AFAIK nobody else does either. If someone actually uses it, they can fix it themselves. Updates #926.
Originally committed to SVN as r3185.
|
2009-07-20 03:50:25 +00:00 |
|
Karl Blomster
|
eae6fea9d9
|
The Great Colorspace Reworking of '09, part 1 of ???: remove all traces of the YV12->RGB32 OpenGL shader program, as it was very broken and nobody ever used it. Updates #926.
Originally committed to SVN as r3180.
|
2009-07-20 01:32:01 +00:00 |
|
Karl Blomster
|
17abf6965e
|
Remove some useless commented-out code and an unused variable in video_context.cpp; neither have been used since Moses crossed the Red Sea.
Originally committed to SVN as r3179.
|
2009-07-20 00:45:11 +00:00 |
|
Karl Blomster
|
9ff3762eaf
|
Removed the extremely deprecated fps parameter of the video provider constructors, since it hasn't been used by anything for years and was of questionable utility when it actually was used in the Elder Days.
Originally committed to SVN as r3178.
|
2009-07-20 00:39:38 +00:00 |
|
Niels Martin Hansen
|
68481215c9
|
Apply patch to fix #910.
Originally committed to SVN as r3128.
|
2009-07-14 02:00:56 +00:00 |
|
Karl Blomster
|
a7760db77b
|
Adjust the way VFR is handled in VideoContext::SetVideo; should be cleaner and less prone to odd bugs now (hopefully). Doesn't try to set CFR framerates on VFR videos anymore, for one thing. Fixes #864.
Originally committed to SVN as r3084.
|
2009-06-24 18:16:03 +00:00 |
|
harukalover
|
4eeb89710d
|
Fixed compilation support with wxWidgets 2.9.0 (seems to work correctly besides some minor gui issues)
Originally committed to SVN as r3049.
|
2009-06-11 23:30:33 +00:00 |
|
Niels Martin Hansen
|
26ac4e65f8
|
Another shot at fixing wxGLCanvas woes on Mac, updates #850. This time the code is also considerably simpler!
Originally committed to SVN as r3014.
|
2009-06-04 02:05:11 +00:00 |
|
Niels Martin Hansen
|
d6a8a07845
|
Experimental stuff trying to fix wxGLContext errors on Mac, updates #850. Untested, might break build for Mac.
Originally committed to SVN as r3013.
|
2009-06-04 01:35:11 +00:00 |
|
Niels Martin Hansen
|
386cc9d3cd
|
Reword error messages introduced in r2998 to make it Aegisub's fault and not the graphics drivers'. Even if our code is technically correct, it's still our problem.
Updates #799.
Originally committed to SVN as r2999.
|
2009-06-01 15:29:22 +00:00 |
|
Niels Martin Hansen
|
60970e5f29
|
Add some error catching in the OpenGL code, this should make most OpenGL-related problems less fatal, though it can still cause funky UI problems I think.
At least the user should get a slightly more useful error message now.
Updates #799.
Originally committed to SVN as r2998.
|
2009-06-01 15:26:26 +00:00 |
|
Niels Martin Hansen
|
a6c7a8a724
|
Apply Plorkyeran's patch to close #843.
Originally committed to SVN as r2938.
|
2009-05-15 12:44:36 +00:00 |
|
Niels Martin Hansen
|
7e38ebfd82
|
Ensure some fields in VideoContext get initialised.
Originally committed to SVN as r2888.
|
2009-04-30 22:13:10 +00:00 |
|
Karl Blomster
|
8c44d698e4
|
Don't try to synch audio when there is no audio player/provider present. (Could cause a crash under certain rare conditions.) Thanks Avi for report and fix.
Originally committed to SVN as r2871.
|
2009-04-28 10:23:20 +00:00 |
|
Karl Blomster
|
32eb3a8a62
|
Fix a bug that would cause the program to crash if CSRI was selected as subtitle renderer but no CSRI renderer was actually installed. Patch by Plorkyeran, closes: 462
Originally committed to SVN as r2857.
|
2009-04-26 00:11:29 +00:00 |
|
Amar Takhar
|
91d73ec8ea
|
SVN Transition Step 3/7
1. cd aegisub/
2. svn mv *cpp *h src/
3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
mythes.hxx res.rc src/
4. cd ..
5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \
autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
6. mkdir -p docs/wiki_convert
7. svn add docs/wiki_convert
8. cd docs
9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/
* See r2749 for full description.
Originally committed to SVN as r2752.
|
2009-03-08 08:30:39 +00:00 |
|