Нет описания https://ffmpeg.org/

Derek Buitenhuis 9ab538e31f random_seed: Replace a VLA with a normal array 12 лет назад
compat 40112e7b35 Merge remote-tracking branch 'qatar/master' 12 лет назад
doc 37a0db50db lavd/dshow: support video codec and pixel format selection 12 лет назад
libavcodec 7beadfe1f7 Merge remote-tracking branch 'qatar/master' 12 лет назад
libavdevice 80d2ec6bc9 dshow: Change WINBOOL to BOOL 12 лет назад
libavfilter 3fe303a27d vf_idet: Remove emms 12 лет назад
libavformat b86e18fe46 yuv4mpeg: fix potential alignment bug 12 лет назад
libavresample 98840ee017 Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' 12 лет назад
libavutil 9ab538e31f random_seed: Replace a VLA with a normal array 12 лет назад
libpostproc 08bd8c8ab3 rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 12 лет назад
libswresample 070b0e1c77 libswr: remove redundant ARCH_X86, MMX* implicates X86 12 лет назад
libswscale 7beadfe1f7 Merge remote-tracking branch 'qatar/master' 12 лет назад
mt-work 7a72695c05 Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' 12 лет назад
presets ec271c9579 presets: specify the codecs. 13 лет назад
tests 7beadfe1f7 Merge remote-tracking branch 'qatar/master' 12 лет назад
tools c617bed34f Merge remote-tracking branch 'qatar/master' 12 лет назад
.gitignore 54d7094f8b gitignore: codec_names.h is no more 12 лет назад
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 лет назад
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 лет назад
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 лет назад
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 лет назад
CREDITS c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 14 лет назад
Changelog 9dd3d6c72a lavfi: port decimate libmpcodecs filter 12 лет назад
Doxyfile e776ee8f29 Merge remote-tracking branch 'qatar/master' 12 лет назад
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 лет назад
LICENSE 484aec4da3 LICENSE: correct incorrect claims on *GPL incompatibility 12 лет назад
MAINTAINERS 6eac554659 Add CPiA video decoder 12 лет назад
Makefile 7621c3538f Makefile: remove old codec_names.h on distclean 12 лет назад
README 3826d53f15 README: be a tiny bit more verbose 13 лет назад
RELEASE c23dcd9751 RELEASE: update, seem this has been forgotten 12 лет назад
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 лет назад
cmdutils.c 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 лет назад
cmdutils.h 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 лет назад
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 лет назад
common.mak e8e4c8bdde Merge remote-tracking branch 'qatar/master' 12 лет назад
configure d940b0a0f9 vf_mp: Do not build if inline assembly is not available 12 лет назад
ffmpeg.c 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 лет назад
ffmpeg.h 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 лет назад
ffmpeg_filter.c 3061664a57 avoid ambigous buffersink names 12 лет назад
ffmpeg_opt.c 98298eb103 Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 12 лет назад
ffplay.c c3f20cef06 Merge remote-tracking branch 'cus/stable' 12 лет назад
ffprobe.c d46c1c72e4 Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 12 лет назад
ffserver.c bb3ed3bae6 Merge remote-tracking branch 'qatar/master' 12 лет назад
library.mak e8e4c8bdde Merge remote-tracking branch 'qatar/master' 12 лет назад
version.sh 657eac048e version.sh: handle shallow clones and snapshots. 13 лет назад

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.