Commit Graph
98 Commits
Author SHA1 Message Date
Chris Danford 71b1ffaea6 remove cast, fix movie playback rate 2003-12-11 03:04:23 +00:00
Steve Checkoway d5844e93c9 fix warnings 2003-12-10 16:42:02 +00:00
Glenn Maynard b4569b3b18 fix only first movie working 2003-12-06 01:33:10 +00:00
Glenn Maynard 63336cb1f1 compile fix 2003-12-05 19:44:41 +00:00
Glenn Maynard 4e31594739 use RageFile 2003-12-05 06:35:22 +00:00
Glenn Maynard 60916b506a update 2003-12-04 04:35:06 +00:00
Glenn Maynard b20bd483f5 noisy 2003-12-01 22:49:29 +00:00
Steve Checkoway b125e3d980 Fix RageFile, use RageFile. Const fix in LyricsLoader. 2003-11-30 06:20:25 +00:00
Glenn Maynard cac44ec303 don't use GL_UNSIGNED_SHORT_1_5_5_5_REV for movie textures
if it'll require an additional conversion
2003-11-29 17:56:09 +00:00
Glenn Maynard cc9277407f looping fix 2003-10-14 07:06:23 +00:00
Glenn Maynard c489642707 Fix movie flushing (fixes silly 1-frame videos). Fix memleak. 2003-10-06 02:58:04 +00:00
Glenn Maynard f611e2461e namespace cleanup 2003-10-03 21:38:38 +00:00
Glenn Maynard 90cd567b48 Move codec dump to DShow renderer; it's usually not needed anymore,
and ACM codecs are a potential cause of crashes.
2003-10-02 09:36:49 +00:00
David Wilson a934cece26 I forgot to save before commiting 2003-10-02 00:58:22 +00:00
David Wilson 7d2a7d0e69 Removal of TLS #include file 2003-10-02 00:41:38 +00:00
Glenn Maynard 467608c75c fix traces 2003-09-30 21:09:25 +00:00
Glenn Maynard e330620ce3 compile fix 2003-09-25 03:39:52 +00:00
Glenn Maynard e5e6cac2e4 enable SetThreadPriorityBoost 2003-09-25 02:54:24 +00:00
Glenn Maynard 725c36dd47 Increase pause sleep to 10ms; safer on 9x. 2003-09-25 02:48:31 +00:00
Glenn Maynard d2b3919987 sync fixes 2003-09-21 07:49:36 +00:00
Glenn Maynard 0a7ef0ea22 Fix logs (thanks gcc) 2003-09-19 01:23:30 +00:00
Glenn Maynard 1cd2f041e4 missing initializer 2003-09-19 01:22:02 +00:00
Glenn Maynard c7e13b3cd4 URL doesn't help; too little hardware supports GL_COLOR 2003-09-09 20:35:53 +00:00
Glenn Maynard dbca71554f Simplify. Fix some timing issues. 2003-09-07 03:34:35 +00:00
Glenn Maynard 815386b754 Must never call DISPLAY methods from a thread.
Simplify.
2003-09-06 21:21:43 +00:00
Steve Checkoway b6c340c6dc Use ffmpeg on OS X. 2003-09-06 11:53:41 +00:00
Glenn Maynard 09cfe7f3b8 Add PIX_FMT_RGBA32. 2003-09-03 04:25:07 +00:00
Glenn Maynard 775db4a782 header no longer needs avformat.h 2003-09-03 02:20:22 +00:00
Glenn Maynard e5813e089d Add FFMpeg_Helper. Decode the first frame in the main thread, instead
of having a clumsy synch mechanism for the first frame.  Simplify.
2003-09-03 02:18:39 +00:00
Glenn Maynard c171daa4c0 Don't deadlock if we can't decode any frames. 2003-09-03 00:37:06 +00:00
Glenn Maynard 40dfab1975 Hopefully fix "Assertion '!m_ImageWaiting || m_State == DECODER_QUIT' failed"
Fix timing issues (needs more testing)
2003-09-02 22:07:01 +00:00
Glenn Maynard 26d830d9da Fix a compile problem in gcc 3.2 2003-09-02 19:30:20 +00:00
Glenn Maynard 1c7e341c3e Simplify, add debug output 2003-09-02 19:12:45 +00:00
Glenn Maynard 6688b4a98a Further simplify. 2003-09-02 08:38:48 +00:00
Glenn Maynard 3918da4072 simplify 2003-09-02 07:47:37 +00:00
Glenn Maynard 7f96a91be9 Cleanup.
Implement looping.
2003-09-02 06:08:02 +00:00
Glenn Maynard 75cfaad0bf add log 2003-09-02 05:33:04 +00:00
Glenn Maynard d8caa8ae59 this breaks some AVIs for some reason 2003-09-02 05:32:30 +00:00
Glenn Maynard f269a2a73a Fix up AVI timing 2003-09-02 05:31:47 +00:00
Glenn Maynard 250b70fcae Add MovieDrivers preference.
Move DEFAULT_MOVIE_DRIVER_LIST to arch.cpp.
2003-09-02 04:52:00 +00:00
Glenn Maynard 866b97845a update 2003-09-02 04:34:02 +00:00
Glenn Maynard 2bb3053f6f cleanup 2003-09-02 04:19:02 +00:00
Glenn Maynard 92349937f8 s/AVCodec/FFMpeg/ 2003-09-02 04:01:01 +00:00
Glenn Maynard 8f5633e377 namespace fixes 2003-09-02 01:41:48 +00:00
Glenn Maynard 0440cddcca avoid using int64_t 2003-09-02 00:40:28 +00:00
Glenn Maynard d1db9209eb fix movie sync bug 2003-09-02 00:38:01 +00:00
Glenn Maynard 587b331ee2 fix warning 2003-09-01 23:24:01 +00:00
Glenn Maynard 02e39d7f67 Handle first frame rendering correctly 2003-09-01 19:22:14 +00:00
Glenn Maynard 21cf140aa4 remove unused MovieTexture_DShow::Stop 2003-09-01 17:38:09 +00:00
Glenn Maynard 58c81413fc Handle a still frame when we pause 2003-09-01 17:32:55 +00:00