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.
 
 
 
 
 
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
doc Correct misleading comment and typo 17 years ago
libavcodec * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
libavformat move crc wrapper to slightly better spot 17 years ago
libavutil * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
libpostproc Uppercase variable overlooked in last commit. 17 years ago
libswscale typo 17 years ago
tests ignore preroll, it is generally not what AVStream.start_time should contain 17 years ago
tools
vhook Remove duplication of imlib2 vhook documentation. 17 years ago
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 17 years ago
Changelog enable the native AC-3 decoder 17 years ago
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
README
cmdutils.c
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 17 years ago
configure forgotten av_ 17 years ago
ffinstall.nsi
ffmpeg.c Make ffmpeg and ffplay exit 0 after displaying help 17 years ago
ffplay.c Scale subtitle position 17 years ago
ffserver.c use proper closesocket defines 17 years ago
ffserver.h
output_example.c
version.sh

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.