FFmpeg git repo
Go to file
Michael Niedermayer 3ac8749b90 big/little endian fix
storing 64bit stuff in int fix
put_v() fix
startcodes
nut_probe()

Originally committed as revision 2212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-06 14:03:35 +00:00
doc it seems that ffmpeg can also mux QT/MP4 now 2003-09-02 04:52:16 +00:00
libavcodec bump version numbers to 0.4.8 2003-09-05 14:41:53 +00:00
libavformat big/little endian fix 2003-09-06 14:03:35 +00:00
postproc
tests asv2 regression test 2003-09-01 13:05:21 +00:00
vhook vhook patch by (Charles Yates <charles dot yates at pandora dot be>) 2003-09-03 14:20:33 +00:00
.cvsignore
COPYING
CREDITS doc update 2003-09-02 04:47:34 +00:00
Changelog
INSTALL
Makefile
README
VERSION update version 2003-08-24 21:34:41 +00:00
berrno.h
cmdutils.c
cmdutils.h
common.h bump version numbers to 0.4.8 2003-09-05 14:41:53 +00:00
configure disable a52 & pp by default 2003-09-05 10:57:58 +00:00
cygwin_inttypes.h
ffmpeg.c 10l 2003-09-03 22:20:05 +00:00
ffplay.c Small Patch for "ffplay -" instead of "ffplay pipe:" by (Bill Eldridge <bill at rfa dot org>) 2003-08-29 20:22:16 +00:00
ffserver.c
ffserver.h
output_example.c M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>) 2003-08-28 23:05:25 +00:00
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.