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

Michael Niedermayer d3a1bf3579 MAINTAINERS: Remove myself as leader 9 лет назад
doc 4f74cb9334 doc/texi2pod.pl: skip printing chapter names if they are disabled 11 лет назад
libavcodec bc07ec7b2f avcodec/snow: split block clipping checks 10 лет назад
libavdevice f2c5383620 avdevice: bump soname due to lavf soname bump 12 лет назад
libavfilter 3b03778d35 avfilter/ff_insert_pad: fix order of operations 10 лет назад
libavformat 7a56695ced avformat/mov: fix keyframe flags for sample from chromium Issue 340865 10 лет назад
libavresample 015903294c Merge remote-tracking branch 'qatar/master' 12 лет назад
libavutil 236b7b16eb samplefmt: avoid integer overflow in av_samples_get_buffer_size() 10 лет назад
libpostproc f5bf7b9f4b libpostproc: fix out of array accesses detected by AddressSanitizer. 12 лет назад
libswresample d5b068d44b swresample/x86/audio_convert: add emms to CONV 11 лет назад
libswscale 2f98537ea0 sws: dont write out of array on bigendian 11 лет назад
mt-work 53781bf13e Update todo 13 лет назад
presets ec271c9579 presets: specify the codecs. 12 лет назад
tests 7d2e17fd2d lavf/matroskaenc: Check for valid metadata before creating tags 11 лет назад
tools 964f8419dd probetest: allow specifying parameters on the command line 12 лет назад
.gitignore 8c3c7dbbb9 doc/examples: add programs to .gitignore. 12 лет назад
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 b06903e6c5 Changelog for 0.11.2 11 лет назад
Doxyfile aa1fdf1a64 update for 0.11.5 10 лет назад
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 лет назад
LICENSE 184fc600e1 Merge remote-tracking branch 'qatar/master' 12 лет назад
MAINTAINERS d3a1bf3579 MAINTAINERS: Remove myself as leader 9 лет назад
Makefile 0cc9ee5fab doc/examples: install them with the shared data. 12 лет назад
README 3826d53f15 README: be a tiny bit more verbose 12 лет назад
RELEASE aa1fdf1a64 update for 0.11.5 10 лет назад
VERSION aa1fdf1a64 update for 0.11.5 10 лет назад
arch.mak 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 12 лет назад
cmdutils.c 3bcf733b5a cmdutils: update year 10 лет назад
cmdutils.h 61930bd0d7 Merge remote-tracking branch 'qatar/master' 12 лет назад
cmdutils_common_opts.h 3e4b5e68c1 cmdutils: fix -fdebug without -v xy 12 лет назад
common.mak 517dcc9b5f Merge remote-tracking branch 'qatar/master' 12 лет назад
configure 2a45007f34 configure: use pkg-config to detect libbluray 10 лет назад
ffmpeg.c 3cecef5b03 ffmpeg: dont allow -flags to override -pass 11 лет назад
ffplay.c f6c3fe94da ffplay: flush codec buffers before freeing filters 12 лет назад
ffprobe.c 6374ee72df ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1 12 лет назад
ffserver.c 715c8a5a50 Merge remote-tracking branch 'qatar/master' 12 лет назад
library.mak 4155968fc6 build: Fix some paths in uninstall-libs 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.