FFmpeg git repo
Go to file
Clément Bœsch 6c211085bb doc/examples: use system headers in decoding_encoding and muxing.
All the other examples already use the system installed headers.
2012-05-19 12:28:58 +02:00
doc doc/examples: use system headers in decoding_encoding and muxing. 2012-05-19 12:28:58 +02:00
libavcodec build: add codec_names.h to SKIPHEADERS to fix make checkheaders. 2012-05-18 23:34:11 +02:00
libavdevice lavd/dshow: fix make checkheaders. 2012-05-18 23:34:11 +02:00
libavfilter lavfi: unify src_buffer and buffersrc. 2012-05-19 10:59:52 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-05-19 00:52:25 +02:00
libavresample
libavutil lavu/error: fix make checkheaders. 2012-05-18 23:34:11 +02:00
libpostproc
libswresample swr: add swr_get_delay() to find the exact delay the swresampler introduces. 2012-05-18 23:02:10 +02:00
libswscale
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-05-19 00:52:25 +02:00
tools lavfi: drop planar/packed negotiation support 2012-05-16 13:16:05 +02:00
.gitignore doc/examples: add programs to .gitignore. 2012-05-12 19:58:33 +02:00
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2012-05-16 02:27:31 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: check for pthread_cancel. 2012-05-14 19:32:43 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: misc cosmetics. 2012-05-19 12:05:05 +02:00
ffplay.c ffplay: put aspect ratio info to the VideoPicture struct 2012-05-15 00:31:56 +02:00
ffprobe.c Merge remote-tracking branch 'qatar/master' 2012-05-17 23:45:00 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-05-16 22:32:05 +02:00
README
RELEASE
version.sh

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.