FFmpeg git repo
Go to file
Michael Niedermayer 9376710d06 warn if bps from user and what will be stored missmatches
Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20 16:20:08 +00:00
doc The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding 2007-02-20 09:59:31 +00:00
libavcodec Add some more Doxygen documentation to libavcodec/utils.c. 2007-02-20 12:45:16 +00:00
libavformat warn if bps from user and what will be stored missmatches 2007-02-20 16:20:08 +00:00
libavutil Adds Doxygen docs for the av_log function. 2007-02-20 12:41:47 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale negative stride and h_size-=8 fix 2007-02-17 13:28:44 +00:00
tests use aiff when we can, some players only support aiff 2007-02-14 11:01:05 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
COPYING
CREDITS
Changelog Add support for MS-GSM codec 2007-02-20 11:09:47 +00:00
Doxyfile
INSTALL
MAINTAINERS Add support for MS-GSM codec 2007-02-20 11:09:47 +00:00
Makefile Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
README liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure generic foo-config --cflags/libs test 2007-02-19 23:15:15 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Move the aframes option from the video "subsection" to the 2007-02-20 10:07:56 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c poll() emulation for BeOS, and maybe MinGW. 2007-02-15 07:44:10 +00:00
ffserver.h
output_example.c Use a more correct value for Pi. 2007-02-18 21:20:01 +00:00
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.