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

Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 лет назад
doc 8ed43d6b05 Correct misleading comment and typo 17 лет назад
libavcodec 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 лет назад
libavformat 5c2198b184 move crc wrapper to slightly better spot 17 лет назад
libavutil 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 лет назад
libpostproc 021551c587 Uppercase variable overlooked in last commit. 17 лет назад
libswscale bd7c6fd50c typo 17 лет назад
tests 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 17 лет назад
tools 1f48345af4 remove warnings 17 лет назад
vhook e48f83fe47 Remove duplication of imlib2 vhook documentation. 17 лет назад
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 лет назад
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 лет назад
CREDITS 8dd16fe049 adding myself to the CREDITS 17 лет назад
Changelog 6ea67bbb60 enable the native AC-3 decoder 17 лет назад
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 лет назад
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 лет назад
MAINTAINERS 001ec02645 lcl.c doesnt exist anymore 17 лет назад
Makefile 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 лет назад
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 лет назад
cmdutils.c 24fddf48e7 Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 17 лет назад
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 лет назад
common.mak 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 лет назад
configure 3bf9816170 forgotten av_ 17 лет назад
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 лет назад
ffmpeg.c aab1b7e56e Make ffmpeg and ffplay exit 0 after displaying help 17 лет назад
ffplay.c 3af56110d4 Scale subtitle position 17 лет назад
ffserver.c 3cf9ea7f48 use proper closesocket defines 17 лет назад
ffserver.h f5a90186d7 Add missing license headers. 18 лет назад
output_example.c 755bfeabcc misc spelling fixes 18 лет назад
version.sh 7a68f7fa22 kill error messages from failed svn revision extraction commands 17 лет назад

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
libpostproc and libswscale are licensed under the GNU Lesser General
Public License.

* libpostproc and libswscale are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.