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

Paul B Mahol c7fe604cf1 doc/utils: fix typo for min() description 8 лет назад
compat d773d7775a Correct the FSF address for two avisynth files to '51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA' 10 лет назад
doc c7fe604cf1 doc/utils: fix typo for min() description 8 лет назад
libavcodec a9e4be1cdf avcodec/ffv1dec: Clear quant_table_count if its invalid 8 лет назад
libavdevice 4a5a6fe6ba avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() 9 лет назад
libavfilter 85d0c7355b avfilter/x86/vf_hqdn3d: Fix register types 9 лет назад
libavformat 57e284dac6 avformat/oggenc: Check segments_count for headers too 8 лет назад
libavresample b34fce9c54 Merge commit '9d02e38d3f03100784348ff75fd181d2aaad7e43' into release/2.2 10 лет назад
libavutil f76b54fba7 avutil/avstring: Use size_t in av_strlcatf() 9 лет назад
libpostproc 3769601fb6 Add FFMPEG_VERSION into the binary libs 9 лет назад
libswresample 02c51e0564 swr: fix alignment issue caused by 8ch sse functions 9 лет назад
libswscale ef23c40d43 swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 8 лет назад
presets ec271c9579 presets: specify the codecs. 12 лет назад
tests fe8a763bc7 tests/fate-run: do not attempt to parse tiny_psnrs output if it failed 9 лет назад
tools 6bb62d64d2 tools/graph2dot: use larger data types than int for array/string sizes 9 лет назад
.gitattributes 2bcd8f22f2 Treat all '*.pnm' files as non-text file 9 лет назад
.gitignore 1f2bacc897 Merge commit 'e7dfaf16a403972eb6aed5ce8f84c0085bd2fb5a' 10 лет назад
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 49fa398858 Changelog: add entry for proresenc 10 лет назад
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 лет назад
LICENSE da1dfea076 Merge commit '1a7d1793d6d2de4201c2d9fc7056e7c9e202c5fe' into release/2.2 9 лет назад
MAINTAINERS ac7d47dd70 MAINTAINERS: Remove myself as leader 9 лет назад
Makefile 9789612689 Makefile: add dependencies which require ffversion.h 9 лет назад
README 3826d53f15 README: be a tiny bit more verbose 12 лет назад
RELEASE 051cd7dc5f Update for 2.2.16 9 лет назад
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 лет назад
cmdutils.c 3e3193f03c cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() 9 лет назад
cmdutils.h b4c89c90ff Allow hiding the banner. 10 лет назад
cmdutils_common_opts.h b4c89c90ff Allow hiding the banner. 10 лет назад
cmdutils_opencl.c 25daf27484 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 9 лет назад
common.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 10 лет назад
configure 7c9870d3f7 configure: Fix miscompilation for i586 9 лет назад
ffmpeg.c 02b434044c ffmpeg: remove incorrect network deinit 9 лет назад
ffmpeg.h 70a25587d2 Merge commit '67f2a688143b644f99360565a9f36c61a5f052e9' 10 лет назад
ffmpeg_filter.c f7b147548e ffmpeg_filter: refuse to configure input without a decoder. 10 лет назад
ffmpeg_opt.c f8f24d5dbd ffmpeg_opt: Fix -timestamp parsing 9 лет назад
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 10 лет назад
ffplay.c 6fb8684a24 Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 10 лет назад
ffprobe.c acafd1814e ffprobe: fix crash happening because of new streams occuring 10 лет назад
ffserver.c 119131fcbf ffserver: initialize pbuffer in prepare_sdp_description() 10 лет назад
library.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 10 лет назад
version.sh 1f4d779e87 version.sh: Print versions based on the last git tag for release branches 10 лет назад

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.