You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer 59ce62f713 avformat/dv: remove unused variable 11 years ago
compat Merge remote-tracking branch 'qatar/master' 11 years ago
doc doc/doxy-wrapper: disable inserting headers and footers 11 years ago
libavcodec vp9: fix mvref finding to adhere to bug in libvpx. 11 years ago
libavdevice
libavfilter avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() 11 years ago
libavformat avformat/dv: remove unused variable 11 years ago
libavresample
libavutil avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not defined with c++ 11 years ago
libpostproc
libswresample
libswscale lsws/utils: introduce scale_algorithms array 11 years ago
presets
tests
tools tools/probetest: also print the time the probe functions needed 11 years ago
.gitignore doc/examples: rename demuxing to demuxing_decoding. 11 years ago
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure build: avoid stdin stall with GNU AS probing. 11 years ago
ffmpeg.c ffmpeg: treat avi as VFR in framerate conversion code 11 years ago
ffmpeg.h ffmpeg: store value of -filter and -filter_script per-stream option in OutputStream struct 11 years ago
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: generate more specific error message in case of inconsistent filtering options 11 years ago
ffplay.c ffplay: add smarter method for determining video picture duration 11 years ago
ffprobe.c
ffserver.c
library.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.