FFmpeg git repo
Go to file
Loren Merritt 48d1b9a17c fix convergence of snow iterative_me
Originally committed as revision 4876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-21 02:35:03 +00:00
doc Clarify codec addition instructions. 2006-01-14 14:46:26 +00:00
libavcodec fix convergence of snow iterative_me 2006-01-21 02:35:03 +00:00
libavformat audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) 2006-01-20 23:48:16 +00:00
libavutil Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 2006-01-15 00:28:36 +00:00
postproc Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
tests fix convergence of snow iterative_me 2006-01-21 02:35:03 +00:00
vhook Make clean/distclean consistent throughout all the Makefiles. 2006-01-16 14:59:54 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
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 CamStudio video decoder 2006-01-14 01:33:17 +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 Make clean/distclean consistent throughout all the Makefiles. 2006-01-16 14:59:54 +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 remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h AVOption API improvments 2005-09-11 11:10:25 +00:00
configure typo 2006-01-19 23:02:42 +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 Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +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 COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
pktdumper.c COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00
qt-faststart.c
unwrap-diff silly script to fix line wraped patches 2005-08-10 23:48:25 +00:00
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.