FFmpeg git repo
Go to file
Michael Niedermayer b536d0aad2 field pic decoding cleanup
Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-16 20:22:22 +00:00
doc
libavcodec field pic decoding cleanup 2003-03-16 20:22:22 +00:00
libavformat * moved os_support.h into libavcodec 2003-03-12 18:57:33 +00:00
postproc
tests
vhook
.cvsignore * update 2003-03-12 18:58:04 +00:00
COPYING
CREDITS
Changelog
INSTALL
Makefile * don't rebuild ffmpeg when libs were not modified 2003-03-13 15:36:53 +00:00
README
VERSION
berrno.h
common.h simplified 2003-03-09 16:07:19 +00:00
configure making configure a shell script not a bash one patch by (Roman Shaposhnick <rvs at sun dot com>) 2003-03-12 01:42:16 +00:00
cygwin_inttypes.h
ffmpeg.c Cleaner support for usleep() 2003-03-12 17:14:28 +00:00
ffserver.c per context frame_rate_base, this should finally fix frame_rate related av sync issues 2003-03-12 15:16:19 +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.