FFmpeg git repo
Go to file
Michael Niedermayer c78a416985 Merge remote-tracking branch 'qatar/master'
* qatar/master:
  fft-test: add a missing #include

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-26 21:59:24 +02:00
compat
doc Merge remote-tracking branch 'cus/stable' 2013-10-26 13:54:29 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-10-26 21:59:24 +02:00
libavdevice lavd/pulse_audio_enc: avoid vars in for() 2013-10-26 01:58:18 +02:00
libavfilter avfilter/x86/vf_gradfun_init: fix const and related warnings 2013-10-24 12:12:59 +02:00
libavformat avformat/http: dont fail with unknown Content-Encodings 2013-10-26 19:20:01 +02:00
libavresample
libavutil Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844' 2013-10-26 21:49:04 +02:00
libpostproc
libswresample
libswscale lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
presets
tests avformat/md5enc: add format, version and column headers 2013-10-26 12:16:04 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavd: add fbdev output device 2013-10-24 08:16:17 +02:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: update 2013-10-25 07:12:32 +00:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: link with built libs when pc-uninstalled is used 2013-10-26 14:06:40 +02:00
ffmpeg.c ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 2013-10-25 02:08:35 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: Pass command line -threads X to filtergraph 2013-10-24 23:15:30 +02:00
ffmpeg_opt.c
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
ffprobe.c
ffserver.c
library.mak build: remove pointless condition 2013-10-24 10:51:03 +01:00
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.