FFmpeg git repo
Go to file
Johan Andersson e4fddd18e7 cmdutils: update copyright year to 2015.
(cherry picked from commit 3e16065221)

Conflicts:

	cmdutils.c
2015-01-06 20:42:05 +01:00
compat
doc Update for 2.1.7 2014-12-30 16:16:23 +01:00
libavcodec avcodec/dvdsubdec: fix out of bounds accesses 2015-01-05 05:13:20 +01:00
libavdevice
libavfilter lavfi: check av_strdup() return value 2015-01-06 16:08:29 +01:00
libavformat avformat/mov: Fix mixed declaration and statement warning 2015-01-06 20:37:57 +01:00
libavresample
libavutil lavu/frame: fix malloc error path in av_frame_copy_props() 2014-12-30 15:38:20 +01:00
libpostproc
libswresample swresample/soxr_resample: fix error handling 2014-12-30 15:38:20 +01:00
libswscale swscale: increase yuv2rgb table headroom 2014-12-30 15:38:20 +01:00
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE Update for 2.1.7 2014-12-30 16:16:23 +01:00
VERSION Update for 2.1.7 2014-12-30 16:16:23 +01:00
arch.mak
cmdutils.c cmdutils: update copyright year to 2015. 2015-01-06 20:42:05 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: create the tests directory like the doc directory 2014-12-30 15:38:20 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.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.