FFmpeg git repo
Go to file
Luca Abeni ad97e414e2 Correctly set the interlaced_frame and top_field_first fields.
patch by Luca Abeni, lucabe72 =at= email =dot= it

Originally committed as revision 4961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-08 11:54:05 +00:00
doc bump version numbers and update docs for adts aac support 2006-02-08 01:11:48 +00:00
libavcodec slightly faster loopfilter 2006-02-08 07:04:32 +00:00
libavformat Correctly set the interlaced_frame and top_field_first fields. 2006-02-08 11:54:05 +00:00
libavutil
postproc AltiVec operations need to have memory aligned on 16-byte boundaries. 2006-02-08 08:20:40 +00:00
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog bump version numbers and update docs for adts aac support 2006-02-08 01:11:48 +00:00
Doxyfile
INSTALL
MAINTAINERS List of people maintaining different parts of FFmpeg. 2006-02-08 11:32:03 +00:00
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
configure Some Make variants complain if the LIB variable does not exist. 2006-02-06 21:52:23 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
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.