1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-06 16:10:09 +02:00
Go to file
Falk Hüffner 6b02692791 sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined,
uint32 array index -> segv), so let's just use a nice plain
unobfuscated version, which also happens to be faster for me.

Originally committed as revision 1470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-19 12:06:36 +00:00
doc update 2003-01-16 13:15:22 +00:00
libavcodec sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, 2003-01-19 12:06:36 +00:00
libavformat removed redundant 4CC 2003-01-17 09:22:52 +00:00
postproc YUV 411/422/444 support for pp 2003-01-05 19:10:42 +00:00
tests shorter test streams / faster regression tests 2003-01-12 01:04:26 +00:00
vhook AUtomatic dependency generation. Runs on Linux (at least). Probably should 2003-01-14 15:30:42 +00:00
.cvsignore * update 2002-11-11 19:13:50 +00:00
berrno.h beos/mov/adpcm patch by François Revol <revol at free dot fr> 2002-07-20 20:05:50 +00:00
Changelog update 2002-12-28 13:54:11 +00:00
configure AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 2003-01-16 21:54:55 +00:00
COPYING added license 2002-05-25 23:01:48 +00:00
CREDITS update 2002-11-20 17:08:39 +00:00
cygwin_inttypes.h cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 2002-08-30 19:34:55 +00:00
ffmpeg.c When doing -vstats and also changing the frame rate, then don't count (and 2003-01-17 04:14:50 +00:00
ffserver.c added av_set_parameters() 2003-01-11 05:14:28 +00:00
ffserver.h added include for ffserver dynamically loaded modules 2002-07-25 16:15:28 +00:00
INSTALL add more info about new configure features 2002-05-25 22:21:14 +00:00
Makefile AUtomatic dependency generation. Runs on Linux (at least). Probably should 2003-01-14 15:30:42 +00:00
README update 2002-11-19 20:09:45 +00:00
VERSION version info for so too 2002-05-09 06:23:37 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 are licensed under the Lesser GNU General Public
  License. liba52 is distributed under the GNU General Public License.

Fabrice Bellard.