代码搜索:Xvid
找到约 2,776 项符合「Xvid」的源代码
代码结果 2,776
www.eeworm.com/read/473492/6844936
h xvid.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - XviD Main header file -
*
* This file is part of XviD, a free MPEG-4 video encode
www.eeworm.com/read/134167/5894410
def libxvidcore.def
EXPORTS
xvid_global;
xvid_decore;
xvid_encore;
xvid_plugin_single;
xvid_plugin_2pass1;
xvid_plugin_2pass2;
xvid_plugin_lumimasking;
xvid_plugin_dump;
xvid_plugin_psnr;
www.eeworm.com/read/348793/10866698
~pas main.~pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DSUtil, StdCtrls, DSPack, DirectShow9, Menus, ExtCtrls,lib_xvid;
type
www.eeworm.com/read/348793/10866720
bak main.pas.bak
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DSUtil, StdCtrls, DSPack, DirectShow9, Menus, ExtCtrls,lib_xvid;
type
www.eeworm.com/read/204119/15344403
c dxvid.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "dxvid.h"
in
www.eeworm.com/read/204119/15344406
c cxvid.c
#include
#include
#include
#include
#include "xvid.h"
#define FRAMERATE_INCR 1001
#define SMALL_EPS (1e-10)
#define IMAGE_SIZE(x,y) ((x)*(y)*3/2
www.eeworm.com/read/387891/8648487
c xvid_rc.c
/*
* xvid Rate control wrapper for lavc video encoders
*
* Copyright (c) 2006 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/283587/9004291
c xvid_rc.c
/*
* xvid Rate control wrapper for lavc video encoders
*
* Copyright (c) 2006 Michael Niedermayer
*
* This library is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/306970/13734151
c libxvid_rc.c
/*
* xvid Rate control wrapper for lavc video encoders
*
* Copyright (c) 2006 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can
www.eeworm.com/read/191979/8413481