FFmpeg git repo
Go to file
Justin Ruggles d63f6fea50 simplify coefficient decoding
Originally committed as revision 9884 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 00:12:23 +00:00
doc URL of the webinterface 2007-08-03 21:59:01 +00:00
libavcodec simplify coefficient decoding 2007-08-04 00:12:23 +00:00
libavformat move code which adds a AVPacket into the packet buffer into its own function 2007-08-03 08:56:00 +00:00
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 2007-07-19 06:36:02 +00:00
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale typo 2007-07-28 14:17:25 +00:00
tests regression tests for yuv440p yuvj440p 2007-07-19 16:06:14 +00:00
tools remove warnings 2007-07-18 15:38:04 +00:00
vhook
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 2007-07-12 20:27:07 +00:00
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 2007-07-12 20:27:07 +00:00
CREDITS adding myself to the CREDITS 2007-08-01 02:16:08 +00:00
Changelog
Doxyfile
INSTALL
MAINTAINERS lcl.c doesnt exist anymore 2007-07-17 22:08:19 +00:00
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 2007-07-19 15:24:58 +00:00
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure correct order of fixedpoint in CONFIG list 2007-08-02 11:32:04 +00:00
ffinstall.nsi
ffmpeg.c drop non keyframes before the first keyframe for stream copy 2007-08-03 23:25:03 +00:00
ffplay.c cosmetics: be sure all lines fit into 79 characters 2007-08-03 18:46:59 +00:00
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 2007-07-13 00:55:42 +00:00
ffserver.h
output_example.c
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.