Нет описания https://ffmpeg.org/

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

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.