1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 08:54:48 +02:00
Go to file
Michael Niedermayer 68ca24e6db intra16x16 fix
Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-29 00:19:24 +00:00
doc yep, FLI support 2003-11-14 05:42:14 +00:00
libavcodec intra16x16 fix 2003-11-29 00:19:24 +00:00
libavformat - Add reget_buffer() function to AVCodecContext 2003-11-26 20:57:15 +00:00
postproc
tests cleanup 2003-11-28 22:09:09 +00:00
vhook
.cvsignore
berrno.h
Changelog yep, FLI support 2003-11-14 05:42:14 +00:00
cmdutils.c
cmdutils.h
configure
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c h263 OBMC & 4MV support 2003-11-28 21:31:20 +00:00
ffplay.c seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-28 19:19:01 +00:00
ffserver.c Changed a bunch of calls to sprintf to snprintf to protect against buffer 2003-11-19 02:23:17 +00:00
ffserver.h
INSTALL
Makefile
output_example.c
README
xvmc_render.h

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.