FFmpeg git repo
Go to file
Philip Gladstone a960b45f5a Added my TODO list
Originally committed as revision 1354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-21 02:50:00 +00:00
doc Added my TODO list 2002-12-21 02:50:00 +00:00
libavcodec * fix for empty image queue 2002-12-19 18:59:45 +00:00
libavformat mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>) 2002-12-20 23:10:58 +00:00
postproc warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 2002-11-23 10:58:14 +00:00
tests First shot at the ffserver regression tests. All feedback received with 2002-12-12 19:53:05 +00:00
vhook Added a release function to free up the context. Also removed the dummy 2002-11-30 17:17:58 +00:00
.cvsignore * update 2002-11-11 19:13:50 +00:00
COPYING
CREDITS update 2002-11-20 17:08:39 +00:00
Changelog 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) 2002-11-14 19:46:14 +00:00
INSTALL
Makefile added ffserver disabling for easier porting 2002-12-18 16:34:07 +00:00
README update 2002-11-19 20:09:45 +00:00
VERSION
berrno.h
configure mingw32 configure patch by (Bill Eldridge <bill at rfa dot org>) 2002-12-20 22:40:41 +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 10l 2002-12-20 18:40:42 +00:00
ffserver.c Make asf files work again -- the match against the URL was being done incorrectly. 2002-12-21 02:41:22 +00:00
ffserver.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 are licensed under the Lesser GNU General Public
  License. liba52 is distributed under the GNU General Public License.

Fabrice Bellard.