No Description https://ffmpeg.org/

Michael Niedermayer 7608871734 MAINTAINERS: Remove myself as leader 9 years ago
compat f3b8096bc0 Merge commit '0c03cc68386443f1e96ab6fb358220faf67cd5ff' 11 years ago
doc 73bfb21672 Update for 1.1.16 9 years ago
libavcodec 86dac9d6b1 avcodec/012v: redesign main loop 9 years ago
libavdevice d03fd2c805 Merge commit '124ec8b1303d4f29b833099ce9008e31ac6d7c86' into release/1.1 9 years ago
libavfilter eaf64192d8 Merge commit '3a6bc3e381647bb4434317113f131f7e0ab5bf83' into release/1.1 10 years ago
libavformat 645a299132 ffmdec: make sure the time base is valid 9 years ago
libavresample 10b8ae5b10 Merge commit 'dccac759d39e761398d3d4172ae0b98c0186efa5' into release/1.1 10 years ago
libavutil dec5586bc7 Merge commit '9841654c158c80e9d525ba03754135d3f34e306e' into release/1.1 9 years ago
libpostproc 26dddec466 postproc: fix qp count 9 years ago
libswresample 7520f1fb3a swresample/soxr_resample: fix error handling 9 years ago
libswscale 190e8b4283 swscale/utils: clear formatConvBuffer on allocation 9 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests 03ea398227 postproc/postprocess: fix quant store for fq mode 9 years ago
tools c40631baf7 Merge commit 'cb95c1935f43ee6ae7fd15439df0f674e809f180' into release/1.1 10 years ago
.gitignore 0f65d56080 Add examples/resampling_audio to .gitignore. 11 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. 12 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" 13 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE 0140566359 lavfi: add histeq filter 11 years ago
MAINTAINERS 7608871734 MAINTAINERS: Remove myself as leader 9 years ago
Makefile 9696ad6a76 Merge remote-tracking branch 'qatar/master' 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 12 years ago
RELEASE 73bfb21672 Update for 1.1.16 9 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 years ago
cmdutils.c 77c20198bb cmdutils: update copyright year to 2015. 9 years ago
cmdutils.h d9ab7c6292 cmdutils: avtool -> fftool 11 years ago
cmdutils_common_opts.h ba4bcb191a cmdutils: implement debug/fdebug log level update differently. 11 years ago
common.mak 9696ad6a76 Merge remote-tracking branch 'qatar/master' 11 years ago
configure dec5586bc7 Merge commit '9841654c158c80e9d525ba03754135d3f34e306e' into release/1.1 9 years ago
ffmpeg.c e9179e6673 ffmpeg: Clear error message array at init. 9 years ago
ffmpeg.h 62899d79a3 Merge commit 'ba8ab4e7ae016cf970b0f335a7933f2db53784bc' into release/1.1 10 years ago
ffmpeg_filter.c d2ceca6e8b ffmpeg_filter: fix pointer to local outside scope 10 years ago
ffmpeg_opt.c 946a106995 Merge commit 'e1f0c41e1aa37a9c166c43abf1b526c796ed7649' into release/1.1 9 years ago
ffplay.c 491ca0e89f Replace references to "que" with the appropriate word. 11 years ago
ffprobe.c d079d1d368 ffprobe: do not escape '"' between single quotes. 11 years ago
ffserver.c 2a7bdbf67e ffserver: strip odd chars from html error messages before sending them back 10 years ago
library.mak 9696ad6a76 Merge remote-tracking branch 'qatar/master' 11 years ago
version.sh 3ed4dc9228 version.sh: Print versions based on the last git tag for release branches 9 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.