FFmpeg git repo
Go to file
Diego Biurrun 89e3a1b416 JPEG-LS codec fixed.
Originally committed as revision 4921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-02 12:05:45 +00:00
doc Update for new style guidelines regarding TABs and trailing whitespace. 2006-01-29 23:43:29 +00:00
libavcodec Set interlaced_frame and top_field_first according to coded_frame. 2006-02-02 09:24:13 +00:00
libavformat dynamically increase probe buffer until format is detected 2006-02-02 11:27:35 +00:00
libavutil add missing #includes 2006-01-30 23:32:14 +00:00
postproc Make clean/distclean behave uniformly in all directories. 2006-01-27 00:06:42 +00:00
tests avoid using non constant fields of AVCodecContext in avi muxer 2006-01-25 17:14:16 +00:00
vhook add static keyword to some functions 2006-01-30 23:41:27 +00:00
.cvsignore
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS use utf-8 encoding 2005-12-11 17:36:54 +00:00
Changelog JPEG-LS codec fixed. 2006-02-02 12:05:45 +00:00
Doxyfile COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
INSTALL COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
Makefile Remove obscure Makefile.bak entry from distclean rules. 2006-01-26 23:42:30 +00:00
README COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
berrno.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
build_avopt COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
configure video4linux2 input support 2006-02-01 11:31:33 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
ffinstall.nsi
ffmpeg.c video4linux2 input support 2006-02-01 11:31:33 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.h
output_example.c add static keyword to some functions 2006-01-30 23:33:19 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c
unwrap-diff
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

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.