No Description https://ffmpeg.org/

Paul B Mahol a9a5f5b388 doc/utils: fix typo for min() description 8 years ago
compat 983ed20c1c Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' 11 years ago
doc a9a5f5b388 doc/utils: fix typo for min() description 8 years ago
libavcodec 65f4425ad5 avcodec/ffv1dec: Clear quant_table_count if its invalid 8 years ago
libavdevice bf5df31b4f fix Makefile objects for pulseaudio support 9 years ago
libavfilter c77d226f71 avfilter/x86/vf_hqdn3d: Fix register types 9 years ago
libavformat 01fa1dc229 avformat/oggenc: Check segments_count for headers too 8 years ago
libavresample 9ac124c889 Merge commit '206895708ea2b464755d340e44501daf9a07c310' 10 years ago
libavutil 44d447f31c avutil/pca: Check for av_malloc* failures 9 years ago
libpostproc 95fa91d975 postproc: fix qp count 9 years ago
libswresample 364bdddaad swresample/dither: Cleanup number suffixes 9 years ago
libswscale 00c016a5f7 swscale/x86/rgb2rgb_template: Do not crash on misaligend stride 8 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests fb5f3241e4 tests/fate-run: do not attempt to parse tiny_psnrs output if it failed 9 years ago
tools 5e4a821b8a tools/crypto_bench: fix build when AV_READ_TIME is unavailable 9 years ago
.gitignore d5b58f678d tools: add benchmark for crypto functions. 10 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 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 11 years ago
Changelog 72d1f668c4 Changelog: add 2.1 10 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE 75b2bbe21d libavfilter/vf_noise: relicense to LGPL 10 years ago
MAINTAINERS 52fa2a2f60 MAINTAINERS: Remove myself as leader 9 years ago
Makefile a4d3757b29 Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 12 years ago
RELEASE 68f89b8264 Update for 2.1.8 9 years ago
VERSION 68f89b8264 Update for 2.1.8 9 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 years ago
cmdutils.c e4fddd18e7 cmdutils: update copyright year to 2015. 9 years ago
cmdutils.h 4e268285aa cmdutils: add -colors option 10 years ago
cmdutils_common_opts.h 4e268285aa cmdutils: add -colors option 10 years ago
common.mak 90e1fc8bec Merge commit '47b6cfc2a0333fb24f074d27830bf35ae5007050' 10 years ago
configure 436f530a51 arm: Suppress tags about used cpu arch and extensions 9 years ago
ffmpeg.c 0397e998b3 ffmpeg: remove incorrect network deinit 9 years ago
ffmpeg.h 4b846f0ccf ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 10 years ago
ffmpeg_filter.c 2b45eab4c9 ffmpeg_filter: fix pointer to local outside scope 10 years ago
ffmpeg_opt.c ded44bda27 ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec 9 years ago
ffplay.c 44758b4d17 ffplay: add support for libswresample options 10 years ago
ffprobe.c 83f58778cb ffprobe: fix crash happening because of new streams occuring 10 years ago
ffserver.c 150ae7692e ffserver: initialize pbuffer in prepare_sdp_description() 9 years ago
library.mak 45900618ae library.mak: only run asm strip if ASMSTRIP flags are set 10 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.