FFmpeg git repo
Go to file
Michael Niedermayer c955525f72 Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4'
* commit '13164e479f1c87829096c19003d2cc658ccc1fd4':
  FATE: add tests for more resampling modes

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-13 14:24:09 +02:00
compat
doc Merge commit 'd4a8a86c6863ecea208fa2f774690b6df4b5bc71' 2014-04-13 00:37:32 +02:00
libavcodec avcodec/tiff: remove unused variables 2014-04-13 04:33:20 +02:00
libavdevice lavd/avdevice: fix buildbreak when included to C++ code 2014-04-13 04:59:35 +02:00
libavfilter lavfi/subtitles: load attached fonts to libass. 2014-04-13 12:06:24 +02:00
libavformat Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03' 2014-04-12 21:26:20 +02:00
libavresample Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226' 2014-04-13 14:03:02 +02:00
libavutil avutil/log: add av_log_get_flags() 2014-04-12 20:25:10 +02:00
libpostproc
libswresample
libswscale Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' 2014-04-13 01:26:49 +02:00
presets
tests Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4' 2014-04-13 14:24:09 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
INSTALL
LICENSE
MAINTAINERS Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Add AVFoundation input device. 2014-04-11 17:51:33 +02:00
ffmpeg.c ffmpeg: stop protocols on interrupt when no transcoding has happened yet 2014-04-10 22:29:23 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.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.