Carl Eugen Hoyos 00a62e6776 Do not skip three bytes and don't search for extradata in old realaudio files. 12 years ago
compat
doc avfilter: add apad filter 12 years ago
libavcodec Merge remote-tracking branch 'qatar/master' 12 years ago
libavdevice dshow: call CoUninitialize() on dshow_read_close() 12 years ago
libavfilter af_apad: remove unneeded av_opt_free 12 years ago
libavformat Do not skip three bytes and don't search for extradata in old realaudio files. 12 years ago
libavresample Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil lavu/pixdesc: fix a const qualifier discarding warning. 12 years ago
libpostproc
libswresample swr/doxy: fix missing quote in code example. 12 years ago
libswscale
presets
tests Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a' 12 years ago
tools Fix "bistream" typo and add a check in tools/patcheck. 12 years ago
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: add apad filter 12 years ago
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 12 years ago
ffmpeg.c ffmpeg: replace magic number with VSYNC_CFR 12 years ago
ffmpeg.h
ffmpeg_filter.c ffmpeg: Improve filter input fps selection heuristic. 12 years ago
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 12 years ago
ffprobe.c ffprobe: show pkt_size in frame 12 years ago
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.