You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Clément Bœsch 8f42b09604 swr/resample: fix SSSE3 included unconditionally. 12 years ago
compat
doc Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2' 12 years ago
libavcodec zmbv: avoid use of uninitialized data 12 years ago
libavdevice Update iec61883 to handle multiple devices, and allow 12 years ago
libavfilter lavfi/geq: fix GPL license header. 12 years ago
libavformat Read QuickTime version 1 audio fields in broken mov files. 12 years ago
libavresample Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' 12 years ago
libavutil Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' 12 years ago
libpostproc pp: fix typo in avg() comment. 12 years ago
libswresample swr/resample: fix SSSE3 included unconditionally. 12 years ago
libswscale Merge remote-tracking branch 'qatar/master' 12 years ago
presets
tests Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' 12 years ago
tools Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
.gitignore .gitignore: ignore *.3 files as well 12 years ago
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add geq filter. 12 years ago
INSTALL
LICENSE lavfi: add geq filter. 12 years ago
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' 12 years ago
ffmpeg.c ffmpeg: fix double ;; 12 years ago
ffmpeg.h
ffmpeg_filter.c Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' 12 years ago
ffmpeg_opt.c Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' 12 years ago
ffplay.c
ffprobe.c ffprobe: fix potential NULL pointer dereference 12 years ago
ffserver.c ffserver: fix streams and priv_data memleaks when closing a connection. 12 years ago
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.