FFmpeg git repo
Go to file
Michael Niedermayer 529d3e0026 Merge remote-tracking branch 'qatar/master'
* qatar/master:
  dsputil: remove unused macro WRAPPER8_16
  configure: fix automatic processing of _extralibs in check_deps
  libvpxenc: Support forcing keyframes
  ac3dec: decode directly into output buffers

Conflicts:
	libavcodec/ac3dec.c
	libavcodec/libvpxenc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-10 02:16:33 +01:00
compat
doc lavf: TED Talks JSON captions demuxer. 2012-12-09 18:50:38 +01:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-12-10 02:16:33 +01:00
libavdevice dshow: fix return code when opening device 2012-12-08 21:44:30 +01:00
libavfilter lavfi/setfield: add support to named options and introspection 2012-12-08 18:26:32 +01:00
libavformat Merge commit '5d471b73d20616f5ac701ff62e5de49465cda264' 2012-12-10 01:27:10 +01:00
libavresample
libavutil lavu/opt: change the way ranges are printed 2012-12-08 22:18:38 +01:00
libpostproc
libswresample
libswscale sws_scale: check input against NULL 2012-12-07 21:50:07 +01:00
presets
tests Flip zerocodec output. 2012-12-09 10:24:16 +01:00
tools lavf: TED Talks JSON captions demuxer. 2012-12-09 18:50:38 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavf: TED Talks JSON captions demuxer. 2012-12-09 18:50:38 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself for my works 2012-12-08 15:18:08 +00:00
Makefile Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 2012-12-08 14:24:16 +01:00
README
RELEASE
arch.mak Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 2012-12-08 14:24:16 +01:00
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047' 2012-12-10 01:32:37 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56' 2012-12-06 15:55:47 +01:00
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c ffserver: set oformat 2012-12-09 23:39:06 +01:00
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.