FFmpeg git repo
Go to file
Bobby Bingham 4992d8bf7d Change the vhook code to send real timestamps to the filters instead of the
current time of day, which is useless, and which the filters could just as
easily query for themselves.
patch by Bobby Bingham, uhmmmm gmail com

Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-29 05:24:35 +00:00
doc update links to old probably obsolete bttv patches 2007-03-20 21:17:21 +00:00
libavcodec codec id addition guidlines 2007-03-27 11:18:24 +00:00
libavformat Change the vhook code to send real timestamps to the filters instead of the 2007-03-29 05:24:35 +00:00
libavutil prevent exit missuse 2007-03-27 21:47:03 +00:00
libpostproc
libswscale
tests md5 test for the image formats 2007-03-24 02:14:34 +00:00
vhook
COPYING
CREDITS
Changelog dnxhd decoder 2007-03-18 23:25:00 +00:00
Doxyfile
INSTALL
MAINTAINERS lzw maintainer 2007-03-25 14:33:03 +00:00
Makefile
README
build_avopt
clean-diff
cmdutils.c prevent exit missuse 2007-03-27 21:47:03 +00:00
cmdutils.h
common.mak
configure Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed. 2007-03-23 22:01:37 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Change the vhook code to send real timestamps to the filters instead of the 2007-03-29 05:24:35 +00:00
ffplay.c prevent exit missuse 2007-03-27 21:47:03 +00:00
ffserver.c prevent exit missuse 2007-03-27 21:47:03 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.