代码搜索:Xvid
找到约 2,776 项符合「Xvid」的源代码
代码结果 2,776
www.eeworm.com/read/111374/6155781
dsp xvid_plugin.dsp
# Microsoft Developer Studio Project File - Name="xvid_plugin" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) D
www.eeworm.com/read/111374/6155783
cpp xvid_file.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/110972/6162128
dsp xvid_st.dsp
# Microsoft Developer Studio Project File - Name="xvid_st" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) S
www.eeworm.com/read/110972/6162694
dsp xvid_plugin.dsp
# Microsoft Developer Studio Project File - Name="xvid_plugin" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/110972/6162696
cpp xvid_file.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6163158
cpp video_xvid.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6163199
h video_xvid.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/343218/11963177
dcu lib_xvid.dcu
www.eeworm.com/read/343218/11963209
pas lib_xvid.pas
unit lib_xvid;
interface
uses
windows, SysUtils, math, forms, Contnrs;
// Bitstream Version
const
XVID_BS_VERSION = 46;
XVID_VERSION = ((1 and $FF) shl 16) or ((1 and $FF) shl 8) or (
www.eeworm.com/read/343218/11963221