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

Michael Niedermayer e8bf189db2 MAINTAINERS: Remove myself as leader 9 лет назад
compat 5ae9fa13f5 MinGW: Use our snprintf/vsnprintf when MinGW's is broken 11 лет назад
doc 23eb5a0269 doc/texi2pod.pl: skip printing chapter names if they are disabled 11 лет назад
libavcodec f48d7abf40 avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible 10 лет назад
libavdevice 53d71335cb lavd/lavfi: push frames until the last sink is EOF 11 лет назад
libavfilter 033b0a4e7f avfilter/graphdump: Fix pointer to local outside scope 10 лет назад
libavformat 3a2c4453f0 avformat/utils: do not wait for packets from discarded streams for genpts 10 лет назад
libavresample 509f502902 Merge remote-tracking branch 'qatar/master' 11 лет назад
libavutil 7b5c706494 avutil/lzo: Fix integer overflow 10 лет назад
libpostproc e20ac54f3e postproc: Fix unprotected inline asm 11 лет назад
libswresample 6b0c1ed116 swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input 10 лет назад
libswscale f80af81e6e swscale/x86/swscale_template: loose hardcoded dstw_offset 10 лет назад
presets ec271c9579 presets: specify the codecs. 12 лет назад
tests ec86321424 lavf/matroskaenc: Check for valid metadata before creating tags 11 лет назад
tools 4390f8c28d Fix two "skiping" typo. 11 лет назад
.gitignore 54d7094f8b gitignore: codec_names.h is no more 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 c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 13 лет назад
Changelog 6226d104a3 Changelog, split next from 1.0 11 лет назад
Doxyfile f2a8c429dc update for 1.0.10 10 лет назад
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 лет назад
LICENSE 484aec4da3 LICENSE: correct incorrect claims on *GPL incompatibility 12 лет назад
MAINTAINERS e8bf189db2 MAINTAINERS: Remove myself as leader 9 лет назад
Makefile 7621c3538f Makefile: remove old codec_names.h on distclean 11 лет назад
README 3826d53f15 README: be a tiny bit more verbose 12 лет назад
RELEASE f2a8c429dc update for 1.0.10 10 лет назад
VERSION f2a8c429dc update for 1.0.10 10 лет назад
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 лет назад
cmdutils.c e571010c5c cmdutils: update year 10 лет назад
cmdutils.h 29ff1a5f1a cmdutils: avtool -> fftool 11 лет назад
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 лет назад
common.mak e80cbdbc57 Merge remote-tracking branch 'qatar/master' 11 лет назад
configure 8418de295a Merge remote-tracking branch 'TimothyGu/release/1.0' into release/1.0 10 лет назад
ffmpeg.c 14634f5b69 ffmpeg: free threads on error conditions. 11 лет назад
ffmpeg.h 65f7aee63b ffmpeg: add option to control copying of frames prior to start. 11 лет назад
ffmpeg_filter.c 91af76099e Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 11 лет назад
ffmpeg_opt.c 86f072ceb3 ffmpeg: dont allow -flags to override -pass 11 лет назад
ffplay.c dad5b9560a ffplay: Prevent 0/0 aspect from being passed on to lavfi 11 лет назад
ffprobe.c 2efbff1db3 Revert "ffprobe: Add a few common disposition cases" 11 лет назад
ffserver.c 9929991da7 ffserver: set oformat 11 лет назад
library.mak 61ced71d79 Merge commit '581281e242609a222233a2e5538b89dfb88fb18e' 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.