No Description https://ffmpeg.org/

Michael Niedermayer 5c2198b184 move crc wrapper to slightly better spot 17 years ago
doc 8ed43d6b05 Correct misleading comment and typo 17 years ago
libavcodec 3a5729eae1 use skip_bits where appropriate 17 years ago
libavformat 5c2198b184 move crc wrapper to slightly better spot 17 years ago
libavutil b6c748edba * Making [START|STOP]_TIMER work on architectures that support gethrtime() 17 years ago
libpostproc 021551c587 Uppercase variable overlooked in last commit. 17 years ago
libswscale bd7c6fd50c typo 17 years ago
tests 371bf80642 ignore preroll, it is generally not what AVStream.start_time should contain 17 years ago
tools 1f48345af4 remove warnings 17 years ago
vhook e48f83fe47 Remove duplication of imlib2 vhook documentation. 17 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS 8dd16fe049 adding myself to the CREDITS 17 years ago
Changelog 6ea67bbb60 enable the native AC-3 decoder 17 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 001ec02645 lcl.c doesnt exist anymore 17 years ago
Makefile 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 years ago
cmdutils.c 24fddf48e7 Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 17 years ago
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 years ago
common.mak 22a324da72 cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
configure 3bf9816170 forgotten av_ 17 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c aab1b7e56e Make ffmpeg and ffplay exit 0 after displaying help 17 years ago
ffplay.c 3af56110d4 Scale subtitle position 17 years ago
ffserver.c 3cf9ea7f48 use proper closesocket defines 17 years ago
ffserver.h f5a90186d7 Add missing license headers. 18 years ago
output_example.c 755bfeabcc misc spelling fixes 18 years ago
version.sh 7a68f7fa22 kill error messages from failed svn revision extraction commands 17 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.