![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Go to the source code of this file.
Functions | |
void | libavw_close (void *stream) |
void | LibAvW_CloseLibrary (void) |
qbool | LibAvW_OpenLibrary (void) |
void * | LibAvW_OpenVideo (clvideo_t *video, char *filename, const char **errorstring) |
Definition at line 222 of file cl_video_libavw.c.
References libavwstream_t::file, FS_Close(), NULL, qLibAvW_RemoveStream, S_StopChannel(), libavwstream_t::sndchan, and libavwstream_t::stream.
Referenced by LibAvW_OpenVideo().
Definition at line 385 of file cl_video_libavw.c.
References libavw_dll, and Sys_FreeLibrary().
Referenced by CL_Video_Shutdown().
Definition at line 358 of file cl_video_libavw.c.
References cl_video_libavw_minheight, cl_video_libavw_minwidth, cl_video_libavw_scaler, CON_ERROR, Con_Printf(), Cvar_RegisterVariable(), dllnames_libavw, libavw_dll, libavw_message(), libavwfuncs, qLibAvW_ErrorString, qLibAvW_Init, Sys_CheckParm(), Sys_FreeLibrary(), and Sys_LoadDependency().
Referenced by CL_Video_Init().
Definition at line 252 of file cl_video_libavw.c.
References cl_video_libavw_minheight, cl_video_libavw_minwidth, clvideo_t::close, clvideo_t::decodeframe, dp_strlcat, dpsnprintf(), libavwstream_t::file, FS_OpenVirtualFile(), FS_StripExtension(), clvideo_t::getaspectratio, clvideo_t::getframerate, clvideo_t::getheight, clvideo_t::getwidth, i, libavwstream_t::info_aspectratio, libavwstream_t::info_framerate, libavwstream_t::info_imageheight, libavwstream_t::info_imagewidth, cvar_t::integer, libavw_close(), libavw_decodeframe(), libavw_dll, libavw_extensions, LibAvW_FS_Read(), LibAvW_FS_Seek(), LibAvW_FS_SeekSize(), libavw_getaspectratio(), libavw_getframerate(), libavw_getheight(), libavw_getwidth(), max, MAX_OSPATH, NULL, qLibAvW_CreateStream, qLibAvW_ErrorString, qLibAvW_PlayVideo, qLibAvW_StreamGetError, qLibAvW_StreamGetFramerate, qLibAvW_StreamGetVideoHeight, qLibAvW_StreamGetVideoWidth, S_PrecacheSound(), libavwstream_t::sfx, libavwstream_t::sndchan, libavwstream_t::stream, strlen(), Z_Free, and Z_Malloc.
Referenced by OpenStream().