You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Baptiste Coudurier 2abe5a01c8 split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
doc Remove space before question marks. 18 years ago
libavcodec static (inline) X => ff_X 18 years ago
libavformat split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
libavutil Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK 18 years ago
libpostproc
libswscale
tests
vhook Set error parameter for ff_parse 18 years ago
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Revert videohook dependency change. 18 years ago
README liba52 was removed, libswscale is also GPLed. 18 years ago
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure place -l flags after object files in check_ld() 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c replace calls to deprecated parsing functions to calls to new ones 18 years ago
ffplay.c replace calls to deprecated parsing functions to calls to new ones 18 years ago
ffserver.c replace calls to deprecated parsing functions to calls to new ones 18 years ago
ffserver.h
output_example.c
pktdumper.c misc spelling fixes 18 years ago
qt-faststart.c
unwrap-diff
version.sh kill error messages from failed svn revision extraction commands 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.