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.
 
 
 
 
Justin Ruggles 3a8bf52983 cosmetics. remove space before semi-colon. 18 years ago
doc Update the documentation to be consistent with the new unit for the "ab" 18 years ago
libavcodec cosmetics. remove space before semi-colon. 18 years ago
libavformat seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
libavutil Corrections so that builds with DEBUG work 18 years ago
libpostproc
libswscale Add PIX_FMT_PAL8 to isPacked(). 18 years ago
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile include only files actually built in SRCS 18 years ago
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c Remove unnecessary the_end label. 18 years ago
ffplay.c As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio2(). 18 years ago
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.