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 ce1d2a95c3 Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be 19 years ago
doc
libavcodec add unaligned16() and unaligned64() 19 years ago
libavformat Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be 19 years ago
libavutil document clip functions 19 years ago
postproc change the type of esp in SwsContext to uint64_t so it can hold a full register 19 years ago
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile COSMETICS: Remove all trailing whitespace. 19 years ago
INSTALL Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS
Makefile
README Add missing newlines at end of file. 19 years ago
berrno.h
build_avopt
clean-diff Add missing newlines at end of file. 19 years ago
cmdutils.c
cmdutils.h
common.mak Create shared libraries using versioned filenames and add -rpath-link 19 years ago
configure Unconditionally use -lossaudio on NetBSD. 19 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff Add missing newlines at end of file. 19 years ago
xvmc_render.h

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.

* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.