Commit Graph
75 Commits
Author SHA1 Message Date
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Glenn Maynard 6aa187a695 cleanup 2005-09-03 20:57:58 +00:00
Renaud Lepage eb0704bf41 Big defines patch : replace HAVE_XBOX with HAVE_XDK. In some cases where HAVE_DIRECTX was ambiguous, clarification was added. Another bug surfaced here : Who said FFMPEG was needed on xbox? In any case, investigation of ffmpeg-xbox will commence as soon as we can get SMX to boot again :) 2005-08-23 22:51:21 +00:00
Steve Checkoway a430b09479 Gcc, be quiet! 2005-05-30 11:10:47 +00:00
Chris Danford c1ab0fcdb3 hook up MonkeyInput and DebugLights to debug menu 2005-05-16 19:47:30 +00:00
Thad Ward 5949e5bc90 (this is possibly going to annoy some people, but..)
put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly
to allow alternative win32 compilers to be used.
2005-05-11 04:43:54 +00:00
Ryan Dortmans 6ed565681f Fixed xbox compile errors. 2005-04-30 05:22:14 +00:00
Glenn Maynard 7d7c06eee4 exceptions 2004-11-30 21:17:13 +00:00
Glenn Maynard b0c8f70c87 handle decoding multiple frames in one Update() when not threaded 2004-10-18 18:40:28 +00:00
Glenn Maynard 30ac0620ad Movies no longer have playing/stopped/paused states; either they're
receiving DecodeSeconds calls or they're not.
2004-10-18 18:18:02 +00:00
Glenn Maynard 791fe80ef9 make MovieTexture_FFMpeg::RegisterProtocols available 2004-10-18 02:55:17 +00:00
Glenn Maynard 7d108e97e8 allow writing from RageProtocol 2004-10-18 02:54:15 +00:00
Glenn Maynard 5768cb8e5f fix obscure rounding error 2004-10-18 02:51:53 +00:00
Glenn Maynard 384cdef3a6 drive the movie timer from DecodeSeconds(), instead of an internal
clock; this helps keep things synced to the music, and gives us more
control
2004-10-16 02:52:30 +00:00
Glenn Maynard e1ae2d4f4b fix crash at loop 2004-10-16 00:42:41 +00:00
Glenn Maynard 1616f9d5b4 fix decoding last frame
fix last decoded frame being skipped
2004-10-07 14:37:05 +00:00
Glenn Maynard fd34d08ae0 fix some AVIs skipping frames 2004-10-07 04:55:31 +00:00
Glenn Maynard 832d47dfd4 don't time out on movie frame semaphores 2004-09-25 06:33:46 +00:00
Chris Danford b2415f5c37 fix "frames still decode when m_Rate == 0" 2004-08-31 03:52:00 +00:00
Glenn Maynard 8684b02479 update to ffmpeg-0.4.9-pre1
This fixes problems with some XviD videos containing B-frames playing
too fast.
2004-08-06 20:22:48 +00:00
Glenn Maynard f8cc7beb11 fix spurious warnings 2004-07-22 23:04:44 +00:00
Steve Checkoway a613d4d9fa s/RAGE_ASSERT/ASSERT/ 2004-06-16 00:38:31 +00:00
Glenn Maynard 4459d84a17 use RageSemaphore 2004-06-14 05:36:42 +00:00
Glenn Maynard 66fb9eece6 use RageSurface 2004-06-14 01:09:11 +00:00
Glenn Maynard 9b7eeaf1af endian update 2004-06-13 07:36:15 +00:00
Glenn Maynard 4c74f84447 cleanup 2004-06-11 07:12:36 +00:00
Chris Danford 483573c709 clean up RageTextureManager prefs, ModelManager prefs
add pref DelayedModelDelete
2004-05-26 07:20:38 +00:00
Glenn Maynard 1d9e4c4658 SDL_Delay -> usleep 2004-05-21 03:31:26 +00:00
Glenn Maynard 564eea2ade license update 2004-05-15 22:07:41 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 707ed2b4f7 fix assert 2004-04-04 23:16:17 +00:00
Glenn Maynard 4213bb2b72 ffmpeg non-threaded fixes 2004-04-04 00:39:23 +00:00
Glenn Maynard 975e4f6e1b support m_bThreadedMovieDecode 2004-04-02 23:15:29 +00:00
Glenn Maynard c8f626cf8c split out RunDecode function 2004-04-02 23:00:29 +00:00
Glenn Maynard 1c4d9460ee oops 2004-03-26 06:33:19 +00:00
Glenn Maynard 76c6ab7af5 fix movie texture crash on signal (eg. suspend) 2004-03-26 05:47:56 +00:00
Steve Checkoway b94ad4b8d8 fix warning 2004-03-06 18:41:44 +00:00
Glenn Maynard c69f29e54d fix crash on fallback 2004-02-25 05:26:20 +00:00
Glenn Maynard 0196abe99b fix exception memleaks
fix fallback behavior
work around crash
2004-02-10 03:06:13 +00:00
Glenn Maynard 7caca1139d better output 2004-02-10 02:41:53 +00:00
Glenn Maynard f573d5f1ad compile fix 2004-01-24 22:44:52 +00:00
Glenn Maynard a2a6748e24 simplify 2004-01-07 04:43:13 +00:00
Glenn Maynard a6573c2870 move stuff 2004-01-07 04:08:23 +00:00
Glenn Maynard a86ccf6f3e silence warning about SetThreadPriorityBoost on 9x 2003-12-30 06:09:22 +00:00
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 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