Go to file
Michael Niedermayer dbb45a3bb7 log prediction order search method
Originally committed as revision 5763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-16 15:46:45 +00:00
doc
libavcodec log prediction order search method 2006-07-16 15:46:45 +00:00
libavformat replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 2006-07-13 23:10:01 +00:00
libavutil calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders 2006-07-15 23:43:38 +00:00
libpostproc Remove MPlayer-specific include option hacks. 2006-07-12 15:19:51 +00:00
libswscale
tests
vhook Create infrastructure to install shared and static libs into different places. 2006-07-15 23:01:52 +00:00
berrno.h
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak Create infrastructure to install shared and static libs into different places. 2006-07-15 23:01:52 +00:00
configure Remove unused variable. 2006-07-15 23:05:44 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c add loop_input to AVFormatContext, getting rid of old hack 2006-07-13 21:13:49 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 2006-07-13 23:10:01 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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.