FFmpeg git repo
Go to file
Michael Niedermayer d15be9108e Merge commit '66a1ccd7467ab1913cd8877114c6d4c2588bb12f'
* commit '66a1ccd7467ab1913cd8877114c6d4c2588bb12f':
  configure: simplify argument handling in check_ld

Conflicts:
	configure

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-16 13:27:19 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-10-14 15:11:34 +02:00
doc lavfi/ass: extend syntax for ass filter 2012-10-15 22:40:08 +02:00
libavcodec x86/motion_est: widen before multiply. 2012-10-16 03:09:28 +02:00
libavdevice
libavfilter mandelbrot: fix inner=period coloring routine 2012-10-16 04:00:55 +02:00
libavformat Merge commit '4c995fafd861f537360b3717901cdbed6a6844e7' 2012-10-16 13:20:46 +02:00
libavresample Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' 2012-10-14 14:46:13 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-10-14 15:11:34 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-15 14:09:35 +02:00
presets
tests msvideo1enc: fix interframe encoding 2012-10-16 02:22:27 +02:00
tools tools/ffeval: include compat/getopt.c in case of missing system getopt() 2012-10-15 21:58:02 +02:00
.gitignore gitignore: add *.dylib for those of us on Darwin/OS X systems. 2012-10-16 04:14:09 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavc: add xface image decoder and encoder 2012-10-15 08:32:18 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '66a1ccd7467ab1913cd8877114c6d4c2588bb12f' 2012-10-16 13:27:19 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg: Override r_frame_rate by corrected timebase only for interlaced streams 2012-10-16 01:04:42 +02:00
ffmpeg_opt.c
ffplay.c ffplay: Prevent 0/0 aspect from being passed on to lavfi 2012-10-14 23:40:14 +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.