FFmpeg git repo
Go to file
Diego Biurrun 5064755e54 cosmetics: Add backslashes to the last line of continued lines to make
future commits look cleaner.

Originally committed as revision 6570 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07 08:10:47 +00:00
doc MSys bash 2.04 is broken. 2006-10-04 16:05:00 +00:00
libavcodec cosmetics: Add backslashes to the last line of continued lines to make 2006-10-07 08:10:47 +00:00
libavformat flac fourcc (fixes mplayer -demuxer 35 with flac) 2006-10-06 18:36:58 +00:00
libavutil
libpostproc Move EXTRALIBS handling to common.mak. 2006-10-03 19:23:39 +00:00
libswscale Simplify test program build. 2006-10-05 17:11:05 +00:00
tests Update checksum to match latest ASF patch 2006-10-06 09:45:41 +00:00
vhook make dep should also work. 2006-10-03 17:47:25 +00:00
COPYING
CREDITS
Changelog add vorbis encoder to changelog/MAINTAINERS 2006-10-02 09:51:34 +00:00
Doxyfile
INSTALL
MAINTAINERS add vorbis encoder to changelog/MAINTAINERS 2006-10-02 09:51:34 +00:00
Makefile Mark all phony targets as such. 2006-10-03 17:42:17 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Simplify test program build. 2006-10-05 17:10:33 +00:00
configure fix blackfin support, thaks to vapier for pointing out 2006-10-03 14:59:18 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Fix quantiSer --> quantiZer typo. 2006-10-02 10:23:59 +00:00
ffplay.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.c Update copyright year and mention other copyright holders. 2006-10-01 17:26:15 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.