Go to file
Baptiste Coudurier 37b74c8651 Fix issue 338:
Correctly interleave ogg packets per granule
and set eos correctly, 2 packets buffering is needed.
It duplicates interleave_per_dts a bit,
if someone has a good solution, I'll implement it.

Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-05 01:16:47 +00:00
doc Correct fatal ambiguity. 2008-02-04 13:12:15 +00:00
libavcodec Deprecate old and inefficient per instruction asm(). 2008-02-04 20:03:08 +00:00
libavdevice
libavformat Fix issue 338: 2008-02-05 01:16:47 +00:00
libavutil Missing const found by -Wwrite-strings. 2008-02-03 21:56:13 +00:00
libpostproc const 2008-02-02 21:24:54 +00:00
libswscale
tests Fix issue 338: 2008-02-05 01:16:47 +00:00
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure Warn if a comparison is always true or always false due to the 2008-02-03 22:31:25 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c const 2008-02-04 00:37:36 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile split lavf regression tests 2008-02-03 19:26:29 +00:00
output_example.c
README
version.sh

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

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

* Read the documentation in the doc/ directory.

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

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

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.