FFmpeg git repo
Go to file
Michael Niedermayer 4cb59ad84b Merge commit '3eec1d41b4a947ba497f528e68da14a8befb85b9'
* commit '3eec1d41b4a947ba497f528e68da14a8befb85b9':
  fate: Reuse VREF and AREF variables where appropriate

Conflicts:
	tests/fate/filter.mak
	tests/fate/video.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-19 22:55:21 +02:00
compat
doc Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' 2013-04-19 22:46:51 +02:00
libavcodec Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' 2013-04-19 22:46:51 +02:00
libavdevice
libavfilter lavc: add AV_CODEC_PROP_TEXT_SUB. 2013-04-19 13:15:54 +02:00
libavformat Merge commit '505642f18276aed03278ac91b1f334ea888eac6a' 2013-04-19 21:36:23 +02:00
libavresample
libavutil lavu: add av_clipd_c 2013-04-18 14:38:21 +00:00
libpostproc
libswresample
libswscale Fix libswscale compilation with --disable-optimizations on x86-32. 2013-04-18 12:47:16 +02:00
presets
tests Merge commit '3eec1d41b4a947ba497f528e68da14a8befb85b9' 2013-04-19 22:55:21 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog subtitles: introduce ASS codec id and use it. 2013-04-18 23:23:59 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: make the "-help filter=" output less confusing 2013-04-18 13:03:00 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Fix pgc compilation with --disable-optimizations. 2013-04-18 02:20:04 +02:00
ffmpeg.c ffmpeg: make -aspect work with -vcodec copy. 2013-04-18 22:59:54 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -aspect work with -vcodec copy. 2013-04-18 22:59:54 +02:00
ffplay.c ffplay: use format title metadata to set window caption. 2013-04-17 11:08:49 +02:00
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.