FFmpeg git repo
Go to file
Michael Niedermayer e89f3d0ed2 avcodec/ffv1: use av_malloc_array()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-12 15:41:00 +02:00
compat
doc avformat/img2dec: support nanosecond file times 2014-04-12 04:52:01 +02:00
libavcodec avcodec/ffv1: use av_malloc_array() 2014-04-12 15:41:00 +02:00
libavdevice Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
libavfilter
libavformat avformat/img2dec: support nanosecond file times 2014-04-12 04:52:01 +02:00
libavresample Merge commit '254c95cdd1b669a722204a4a65974fc2523c8f83' 2014-04-11 20:39:04 +02:00
libavutil avutil/log: factor "level != AV_LOG_INFO/8" checks out 2014-04-09 16:30:16 +02:00
libpostproc
libswresample
libswscale sws: fix warning about RGB_PACK24_B_OPERANDS redefinition 2014-04-10 02:07:07 +02:00
presets presets: specify the codecs. 2012-05-04 18:40:36 +02:00
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
INSTALL
LICENSE
MAINTAINERS Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c cmdutils & opencl: add -opencl_bench option to test and show available OpenCL devices 2013-12-09 21:21:36 +01:00
common.mak
configure Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c Merge remote-tracking branch 'qatar/master' 2013-11-24 05:21:19 +01:00
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c ffplay: display information on stream cycling 2014-03-12 00:32:38 +01:00
ffprobe.c
ffserver.c
library.mak
version.sh version.sh: add preprocessing guards 2013-11-30 21:42:03 +01:00

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.