FFmpeg git repo
Go to file
Michael Niedermayer 1976976674 Merge commit 'ea78a348d86a3a733f6c1e0a65cfdd8283d924b9'
* commit 'ea78a348d86a3a733f6c1e0a65cfdd8283d924b9':
  eacmv: Make sure a reference frame exists before referencing it

Conflicts:
	libavcodec/eacmv.c

See: 113d7be624
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-17 16:47:18 +02:00
compat
doc doc/fftools-common-opts: document -help long and full output 2013-09-17 12:30:40 +02:00
libavcodec Merge commit 'ea78a348d86a3a733f6c1e0a65cfdd8283d924b9' 2013-09-17 16:47:18 +02:00
libavdevice
libavfilter avfilter: add adelay filter 2013-09-16 14:33:07 +00:00
libavformat Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52' 2013-09-17 16:04:41 +02:00
libavresample
libavutil Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7' 2013-09-17 11:06:26 +02:00
libpostproc
libswresample swresample: replace 2 av_free() by av_freep() 2013-09-16 22:44:15 +02:00
libswscale swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation 2013-09-16 22:47:21 +02:00
presets
tests matroskaenc: Bump DocTypeVersion to 4 2013-09-15 02:08:15 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: add adelay filter 2013-09-16 14:33:07 +00:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 2013-09-12 15:17:11 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '187105ff8a02bafc9c58d9d8363bb3f55a415635' 2013-09-17 10:53:14 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: downgrade log level for non fatal errors in open_input_file() 2013-09-17 15:59:48 +02:00
ffserver.c ffserver: allow choosing the pixel format 2013-09-14 03:51:45 +02:00
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.