No Description https://ffmpeg.org/

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

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.