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

Ivo van Poorten df170b81d9 Remove code duplication in sws_rgb2rgb_init. 18 лет назад
doc 8e952e4d23 CRYO APC demuxer 18 лет назад
libavcodec 3b77e48f0a add a check before find_frame_end call 18 лет назад
libavformat c4fe61ff87 add D-10 PAL 40 audio essence container ul 18 лет назад
libavutil 8c2e2040aa Add first and second output to earlyclobbers in COPY3_IF_LT macro. 18 лет назад
libpostproc e42dba481f typos/grammar 18 лет назад
libswscale df170b81d9 Remove code duplication in sws_rgb2rgb_init. 18 лет назад
tests f4d47d6b30 YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) 18 лет назад
vhook ca345e442d Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 18 лет назад
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 лет назад
CREDITS 02f9d8fb95 I suppose I can add myself, at least for my vorbis encoder... 18 лет назад
Changelog 8e952e4d23 CRYO APC demuxer 18 лет назад
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 лет назад
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 лет назад
MAINTAINERS fe0372296a typos 18 лет назад
Makefile 7f0f6e13a7 include only files actually built in SRCS 18 лет назад
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 лет назад
build_avopt 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад
clean-diff 2805e3b4eb Add missing newlines at end of file. 19 лет назад
cmdutils.c ffdf9a1f2d add OPT_INT64 option 18 лет назад
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 лет назад
common.mak 2d93bcc784 Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 лет назад
configure 0d0677fbc7 Suppress possible error from ulimit not having -c or being missing. 18 лет назад
cws2fws.c 3d0c32d4a9 Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 18 лет назад
ffinstall.nsi 951bf3e681 fixed windows build 21 лет назад
ffmpeg.c eddc482dff print error message 18 лет назад
ffplay.c 119e48d960 Make some functions which aren't used outside their declaring source file 18 лет назад
ffserver.c e8d658df34 Fix the poll() loop (ret == 0 means that a timeout expired, so it must be 18 лет назад
ffserver.h f5a90186d7 Add missing license headers. 18 лет назад
output_example.c 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 лет назад
pktdumper.c 15ea54d581 Add standard license header. 18 лет назад
qt-faststart.c bbec8c2c63 Recommend building qt-faststart using make instead of a manual cc invocation. 18 лет назад
unwrap-diff 2805e3b4eb Add missing newlines at end of file. 19 лет назад
version.sh 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 18 лет назад

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.