FFmpeg git repo
Go to file
Michael Niedermayer 8c3eba7c62 skip_idct
skip_frame
skip_loop_filter

Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-14 21:39:36 +00:00
doc
libavcodec skip_idct 2005-07-14 21:39:36 +00:00
libavformat skip_idct 2005-07-14 21:39:36 +00:00
postproc Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg 2005-07-12 19:16:04 +00:00
tests
vhook compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) 2005-07-11 00:15:37 +00:00
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile
README
berrno.h
clean-diff
cmdutils.c
cmdutils.h
configure compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) 2005-07-11 00:15:37 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c error_resilience = FF_ER_CAREFULL 2005-07-11 22:15:58 +00:00
ffplay.c skip_idct 2005-07-14 21:39:36 +00:00
ffserver.c
ffserver.h
output_example.c fixing output_example to work with current CVS libavcodec/libavformat patch by ("Andreas U. Trottmann": andreas trottmann, werft22 com) 2005-07-08 10:08:59 +00:00
pktdumper.c
qt-faststart.c
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.