资源简介
不知道ffmpeg3.0源码在哪下载的同学,请在这里下载。
代码片段和文件信息
/*
* Various utilities for command line tools
* Copyright (c) 2000-2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License or (at your option) any later version.
*
* FFmpeg is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with FFmpeg; if not write to the Free Software
* Foundation Inc. 51 Franklin Street Fifth Floor Boston MA 02110-1301 USA
*/
#include
#include
#include
#include
#include
/* Include only the enabled headers since some compilers (namely Sun
Studio) will not omit unused inline functions and create undefined
references to libraries that are not being built. */
#include “config.h“
#include “compat/va_copy.h“
#include “libavformat/avformat.h“
#include “libavfilter/avfilter.h“
#include “libavdevice/avdevice.h“
#include “libavresample/avresample.h“
#include “libswscale/swscale.h“
#include “libswresample/swresample.h“
#include “libpostproc/postprocess.h“
#include “libavutil/avassert.h“
#include “libavutil/avstring.h“
#include “libavutil/bprint.h“
#include “libavutil/display.h“
#include “libavutil/mathematics.h“
#include “libavutil/imgutils.h“
#include “libavutil/libm.h“
#include “libavutil/parseutils.h“
#include “libavutil/pixdesc.h“
#include “libavutil/eval.h“
#include “libavutil/dict.h“
#include “libavutil/opt.h“
#include “libavutil/cpu.h“
#include “libavutil/ffversion.h“
#include “libavutil/version.h“
#include “cmdutils.h“
#if CONFIG_NETWORK
#include “libavformat/network.h“
#endif
#if HAVE_SYS_RESOURCE_H
#include
#include
#endif
static int init_report(const char *env);
AVDictionary *sws_dict;
AVDictionary *swr_opts;
AVDictionary *format_opts *codec_opts *resample_opts;
static FILE *report_file;
static int report_file_level = AV_LOG_DEBUG;
int hide_banner = 0;
void init_opts(void)
{
av_dict_set(&sws_dict “flags“ “bicubic“ 0);
}
void uninit_opts(void)
{
av_dict_free(&swr_opts);
av_dict_free(&sws_dict);
av_dict_free(&format_opts);
av_dict_free(&codec_opts);
av_dict_free(&resample_opts);
}
void log_callback_help(void *ptr int level const char *fmt va_list vl)
{
vfprintf(stdout fmt vl);
}
static void log_callback_report(void *ptr int level const char *fmt va_list vl)
{
va_list vl2;
char line[1024];
static int print_prefix = 1;
va_copy(vl2 vl);
av_log_default_callback(ptr level fmt vl);
av_log_format_line(ptr level fmt vl2 line sizeof(line) &print_prefix);
va_end(vl2);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-03-09 11:58 ffmpeg-3.0\
文件 18 2015-06-19 02:54 ffmpeg-3.0\.gitattributes
文件 474 2016-02-15 10:29 ffmpeg-3.0\.travis.yml
文件 18092 2014-10-03 09:49 ffmpeg-3.0\COPYING.GPLv2
文件 35147 2014-10-03 09:49 ffmpeg-3.0\COPYING.GPLv3
文件 26526 2015-03-14 01:34 ffmpeg-3.0\COPYING.LGPLv2.1
文件 7651 2014-10-03 09:49 ffmpeg-3.0\COPYING.LGPLv3
文件 274 2015-03-15 10:45 ffmpeg-3.0\CREDITS
文件 51602 2016-02-15 10:29 ffmpeg-3.0\Changelog
文件 595 2015-06-20 04:44 ffmpeg-3.0\INSTALL.md
文件 3940 2016-02-15 10:29 ffmpeg-3.0\LICENSE.md
文件 30621 2016-02-15 10:29 ffmpeg-3.0\MAINTAINERS
文件 6346 2016-02-15 10:29 ffmpeg-3.0\Makefile
文件 1941 2016-02-15 10:29 ffmpeg-3.0\README.md
文件 4 2016-02-15 10:29 ffmpeg-3.0\RELEASE
文件 855 2016-02-15 10:29 ffmpeg-3.0\RELEASE_NOTES
文件 4 2016-02-15 11:05 ffmpeg-3.0\VERSION
文件 827 2016-02-15 10:29 ffmpeg-3.0\arch.mak
文件 72675 2016-02-15 10:29 ffmpeg-3.0\cmdutils.c
文件 18915 2016-02-15 10:29 ffmpeg-3.0\cmdutils.h
文件 2898 2016-02-03 04:42 ffmpeg-3.0\cmdutils_common_opts.h
文件 10439 2016-02-15 10:29 ffmpeg-3.0\cmdutils_opencl.c
文件 4537 2016-02-15 10:29 ffmpeg-3.0\common.mak
目录 0 2016-03-09 11:55 ffmpeg-3.0\compat\
目录 0 2016-03-09 11:55 ffmpeg-3.0\compat\aix\
文件 1030 2016-02-15 10:29 ffmpeg-3.0\compat\aix\math.h
目录 0 2016-03-09 11:55 ffmpeg-3.0\compat\avisynth\
文件 34347 2016-02-15 10:29 ffmpeg-3.0\compat\avisynth\avisynth_c.h
目录 0 2016-03-09 11:55 ffmpeg-3.0\compat\avisynth\avs\
文件 2347 2016-02-15 10:29 ffmpeg-3.0\compat\avisynth\avs\capi.h
文件 2377 2016-02-15 10:29 ffmpeg-3.0\compat\avisynth\avs\config.h
............此处省略5638个文件信息
相关资源
- 40套微信H5营销游戏平台完整源码
- 政府门户网站管理系统+新宽屏版源码
- unity5超酷3D战斗机空战游戏完整源码
- VS开发进阶源码---烟花特效的生日祝福
- 软件加密技术内幕 高清pdf + 源码
- flash8中文版精品动画制作100例-源码素
-
Flash+Actionsc
ript+3.0+高级动画教程中文 - 易语言源码大全 有游戏、外挂、辅助
- 磁法勘探球体异常体正演程序源码
- 小程序开发源码酒店
- E语言魔力登陆源码
- 新零售系统-订货系统-商城系统三套源
- 北大青鸟 易买网 源码
- 精致的安卓通讯录源码.zip
- scratch小游戏合集源码13个
- 彩虹岛单机联网带注册源码
- TankGame.rar
- 人力资源管理系统全部源码
- 图像处理 分析与机器视觉 源码
- 12生肖源码华登区块狗源码/区块宠物
- 最新版华登区块狗源码/区块宠物养成
- 图像处理及源码-5个可以使用包含源代
- Cocos Creator写的炸弹人源码以及资源文
- Visual Basic串口通信工程开发导航.(配
- SCM供应链管理系统源码加文档
- unity5 FPS 3D射击游戏源码
- Windows内核原理与实现 微软对高校提供
- 软件工程 人力资源管理系统 含系统
- 基于C/S结构的求职网的设计与实现客
- DSP 28035 源码
评论
共有 条评论