FFmpeg git repo
Go to file
Luca Barbato 5351c29cbe fix endianess build in a better way
Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-03 11:11:22 +00:00
doc
libavcodec Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h 2006-07-03 10:52:07 +00:00
libavformat kill warnings 2006-07-02 19:35:07 +00:00
libavutil fix endianess build in a better way 2006-07-03 11:11:22 +00:00
libpostproc
libswscale Remove unneeded code 2006-07-01 14:39:14 +00:00
tests flac-lpc patch by (Justin Ruggles jruggle earthlink net) 2006-07-02 10:22:31 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS more maintainers, if someone doesnt want to maintain something just say so and ill remove you again 2006-07-03 10:08:50 +00:00
Makefile simplify 2006-07-02 18:24:11 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure compiler sanity check 2006-06-29 23:47:50 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c simplify 2006-06-24 09:57:28 +00:00
ffplay.c Make debug work early on ffplay 2006-06-25 16:12:27 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
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.