FFmpeg git repo
Go to file
Fabrice Bellard 6ec87caa70 fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-16 11:21:25 +00:00
doc update 2003-12-10 19:17:15 +00:00
libavcodec pts and dts support in parser API 2003-12-16 11:17:06 +00:00
libavformat fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) 2003-12-16 11:21:25 +00:00
postproc 1000l 2003-11-06 23:22:17 +00:00
tests MPEG1/2 decoding update (buffered frames are decoded now) 2003-12-15 14:47:23 +00:00
vhook
.cvsignore cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-06 11:38:19 +00:00
COPYING
CREDITS
Changelog initial support for Duck TrueMotion v1 (think of it as On2 VP1); only 2003-12-03 04:22:15 +00:00
INSTALL
Makefile
README
berrno.h
cmdutils.c
cmdutils.h
configure * fixes for broken builds on Solaris, OS2 and all bingendian 2003-11-04 19:35:43 +00:00
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c moved packet output to a separate function - added the frame buffered by the decoder at EOF, if any 2003-12-15 14:43:44 +00:00
ffplay.c seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 2003-11-28 19:19:01 +00:00
ffserver.c Changed a bunch of calls to sprintf to snprintf to protect against buffer 2003-11-19 02:23:17 +00:00
ffserver.h
output_example.c
xvmc_render.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 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.