FFmpeg git repo
Go to file
Alex Beregszaszi 3e2e29fb00 r9095 invalidly removed the check for non-winsock
Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-21 16:08:03 +00:00
doc Make documentation build nonrecursive: Merge it into the top-level Makefile. 2007-05-17 08:39:50 +00:00
libavcodec Only compile golomb.c when needed. 2007-05-21 15:28:37 +00:00
libavformat r9095 invalidly removed the check for non-winsock 2007-05-21 16:08:03 +00:00
libavutil Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libpostproc Use DECLARE_ALIGNED for alignment in libpostprocess 2007-05-17 09:30:38 +00:00
libswscale Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging. 2007-05-19 12:57:17 +00:00
tests forgotten h.261 seek regression checksum update due to 2007-05-21 12:43:47 +00:00
vhook Do not use return with argument for a function "returning" void. 2007-05-13 16:26:16 +00:00
COPYING
CREDITS
Changelog Merge RoQ entries 2007-05-11 10:15:12 +00:00
Doxyfile
INSTALL
MAINTAINERS Adding Myself to the Maintainers list for the Blackfin architecture 2007-05-15 02:06:27 +00:00
Makefile Make documentation build nonrecursive: Merge it into the top-level Makefile. 2007-05-17 08:39:50 +00:00
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure loosen dependencies over mpegaudiodec 2007-05-20 13:40:07 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Do not try to set a video standard unless "-tvstd" is specified 2007-05-21 09:50:17 +00:00
ffplay.c
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.