FFmpeg git repo
Go to file
Reynaldo H. Verdejo Pinochet f7bc5837ac Adds forgotten changelog's entry about the new mtv demuxer
Originally committed as revision 6678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-12 20:56:19 +00:00
doc support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 2006-10-12 12:02:58 +00:00
libavcodec -1 is a valid return value in ratecontrol_1pass() -> 100l for takis 2006-10-12 20:55:42 +00:00
libavformat support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 2006-10-12 12:02:58 +00:00
libavutil Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
libpostproc Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
libswscale Rename ABS macro to FFABS. 2006-10-11 23:18:34 +00:00
tests simplify by not writing unneeded codec name to fix segfault when stream copy 2006-10-11 10:09:45 +00:00
vhook simplifies null vhook by using sws_getCachedContext() 2006-10-11 12:16:07 +00:00
berrno.h
build_avopt
Changelog Adds forgotten changelog's entry about the new mtv demuxer 2006-10-12 20:56:19 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
COPYING
CREDITS new mtv demuxer 2006-10-12 01:04:32 +00:00
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS new mtv demuxer 2006-10-12 01:04:32 +00:00
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh
xvmc_render.h

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.