No Description https://ffmpeg.org/

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

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.