No Description https://ffmpeg.org/

Michael Niedermayer 976175fbe5 probetest: fix possible use of uninitialized data 12 years ago
compat f3b8096bc0 Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' 12 years ago
doc 1b3fdd9731 lavfi/drawbox: implement color=invert mode 12 years ago
libavcodec dc239b3b40 av_get_audio_frame_duration: add IAC 12 years ago
libavdevice 11d695d120 x11grab: fix mixed declaration and code 12 years ago
libavfilter 755038d07d lavfi/drawbox: remove some unnecessary parentheses 12 years ago
libavformat f7a9a99661 wavenc: fix curruption of metadata 12 years ago
libavresample e79c3858b3 Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' 12 years ago
libavutil 6c49562d79 tree-test: fix printf() types 12 years ago
libpostproc 3689ec3d28 pp: avoid overflow in w*h 12 years ago
libswresample d23e8f53ad swr: use 64bit index/len for x86_64 mix 12 years ago
libswscale 370e397256 sws: fix handling of big endian alpha 12 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 3c4aa50620 lavfi: add field filter 12 years ago
tools 976175fbe5 probetest: fix possible use of uninitialized data 12 years ago
.gitignore 15f52e50fe tools: add ffescape utility 12 years ago
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 15 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 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. 15 years ago
CREDITS c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 14 years ago
Changelog 3c4aa50620 lavfi: add field filter 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 a44c3ae3b0 Change my GPG fingerprint 12 years ago
Makefile 9aa630a520 Merge remote-tracking branch 'qatar/master' 12 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE 5555d2075a Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' 12 years ago
arch.mak 85fe70b64c Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f' 12 years ago
cmdutils.c cd37963684 Merge commit '381dc1a5ec0925b281c573457c413ae643567086' 12 years ago
cmdutils.h ac627b3d38 Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 years ago
common.mak 9aa630a520 Merge remote-tracking branch 'qatar/master' 12 years ago
configure 674c4a11cb configure: fix print_config() with broke awks 12 years ago
ffmpeg.c cd37963684 Merge commit '381dc1a5ec0925b281c573457c413ae643567086' 12 years ago
ffmpeg.h a9d97e1b0a ffmpeg: use av_rescale_delta() on the audio filter input 12 years ago
ffmpeg_filter.c c3778df2d4 ffmpeg: fix negative array index 12 years ago
ffmpeg_opt.c a9d97e1b0a ffmpeg: use av_rescale_delta() on the audio filter input 12 years ago
ffplay.c 3166a6fc37 ffplay: if there is no audio stream, use external clock by default 12 years ago
ffprobe.c a945607a78 ffprobe: add an array of section print buffers to the WriterContext 12 years ago
ffserver.c 8943ad4014 Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26' 12 years ago
library.mak 2dbc93455c Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' 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.