FFmpeg git repo
Go to file
Dario Andrade 18ae520b72 set more x264 encoding parameters
patch by Dario Andrade <dario at ip tv>

Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-14 21:05:24 +00:00
doc minor typo fixes 2005-09-13 23:33:53 +00:00
libavcodec set more x264 encoding parameters 2005-09-14 21:05:24 +00:00
libavformat checksum doesnt cover the forward_ptr anymore 2005-09-11 08:32:25 +00:00
libavutil
postproc
tests the people want lower case ... 2005-09-12 19:16:07 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c AVOption API improvments 2005-09-11 11:10:25 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c dont include opt.h in avcodec.h 2005-09-12 18:24:48 +00:00
ffplay.c CAREFULL --> CAREFUL typo fix 2005-09-12 16:30:47 +00:00
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.