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 89d2fc62db avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
compat
doc doc/codecs: document ignore_err 11 years ago
libavcodec avcodec/svq3: Fix "incompatible pointer type" warnings 11 years ago
libavdevice lavd/xv: reident after previous commits 11 years ago
libavfilter avfilter/f_select: fix incompatible pointer type warning 11 years ago
libavformat avformat/segment: Use av_malloc_array() 11 years ago
libavresample
libavutil avutil/file_open: Use av_mallocz_array() 11 years ago
libpostproc
libswresample
libswscale swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() 11 years ago
presets
tests tests/tiny_ssim: more correct error message 11 years ago
tools tools/ismindex: use av_mallocz_array() 11 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS MAINTANERS: update snow/ffv1/nut entries as these are no longer in a single file 11 years ago
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Fix standalone compilation of sonic lossless encoder. 11 years ago
ffmpeg.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 11 years ago
ffmpeg.h Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 11 years ago
ffmpeg_dxva2.c
ffmpeg_filter.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 11 years ago
ffmpeg_opt.c Merge commit '9580818c5d934bde65a95efd2cee61c174721092' 11 years ago
ffmpeg_vdpau.c
ffplay.c
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.