FFmpeg git repo
Go to file
Michael Niedermayer 49f441ea89 MAINTAINERS: Update which releases are supported
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-10 00:47:01 +02:00
compat
doc doc/RELEASE_NOTES: add a note about AVISynth 2013-07-10 00:24:04 +02:00
libavcodec codec_desc: fix typo in rv20 long_name. 2013-07-10 00:27:34 +02:00
libavdevice avformat/AVFormatContext: Move fields down to match the fork 2013-07-09 19:06:32 +02:00
libavfilter avfilter/graphparse: Fix build with --enable-incompatible-fork-abi 2013-07-09 19:06:32 +02:00
libavformat vorbiscomment: Add support for embedded cover art 2013-07-09 19:21:23 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale swscale: treat gray as a fullrage (0-255) format 2013-07-08 15:21:48 +02:00
presets
tests tests/fate/filter-audio: update asyncts reference 2013-07-08 19:44:27 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add psnr filter 2013-07-08 14:58:04 +00:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: Update which releases are supported 2013-07-10 00:47:01 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: replace exit() by exit_program() 2013-07-08 11:12:32 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: replace exit() by exit_program() 2013-07-08 11:09:22 +02:00
ffmpeg_opt.c ffmpeg_opt: do not warn about unused gop_timecode 2013-07-09 10:54:40 +02:00
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.