No Description https://ffmpeg.org/

Paul B Mahol 72006016ae doc/utils: fix typo for min() description 8 years ago
compat 8d9568b4a1 avisynth: Support video input from AviSynth 2.5 properly. 11 years ago
doc 72006016ae doc/utils: fix typo for min() description 8 years ago
libavcodec 2789b48b4e avcodec/ffv1dec: Clear quant_table_count if its invalid 8 years ago
libavdevice af79d964a7 avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() 9 years ago
libavfilter 4a2be7027f avfilter/x86/vf_hqdn3d: Fix register types 9 years ago
libavformat 0b0183c5b7 avformat/oggenc: Check segments_count for headers too 8 years ago
libavresample 20f75a810c Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' 11 years ago
libavutil 93a04473fc avutil/avstring: Use size_t in av_strlcatf() 9 years ago
libpostproc 9b1673531c postproc: fix qp count 9 years ago
libswresample 6d7384bd73 swresample/dither: check memory allocation 9 years ago
libswscale f23efdd240 swscale/x86/rgb2rgb_template: Do not crash on misaligend stride 8 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests 9f665b0d6a tests/fate-run: do not attempt to parse tiny_psnrs output if it failed 9 years ago
tools 1dad249ae6 tools/graph2dot: use larger data types than int for array/string sizes 9 years ago
.gitignore b22f96b736 Rename ffadler to ffhash and expand it using the generic hash API 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 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 11 years ago
Changelog 2b8b2ba19f Changelog: replace next by 2.0 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE a2c547ffec lavfi: add spp filter. 11 years ago
MAINTAINERS 9b493887d5 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 0caff57c42 Update for 2.0.7 9 years ago
VERSION 0caff57c42 Update for 2.0.7 9 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 years ago
cmdutils.c bda7aa7cb3 cmdutils: update copyright year to 2015. 9 years ago
cmdutils.h f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
cmdutils_common_opts.h fb78b94c3a cmdutils_common_opts: fix indention of #if 11 years ago
common.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 11 years ago
configure b13cba3082 arm: Suppress tags about used cpu arch and extensions 9 years ago
ffmpeg.c 35ca5eb11f ffmpeg: remove incorrect network deinit 9 years ago
ffmpeg.h 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 11 years ago
ffmpeg_filter.c db33fb1c48 ffmpeg_filter: fix pointer to local outside scope 10 years ago
ffmpeg_opt.c ffd894917f ffmpeg_opt: Fix -timestamp parsing 9 years ago
ffplay.c f07cb53ab9 ffplay: assume 0 stream start time if start time is unset in duration check 11 years ago
ffprobe.c f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
ffserver.c edca16f1af ffserver: strip odd chars from html error messages before sending them back 10 years ago
library.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 11 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.