No Description https://ffmpeg.org/

Diego Biurrun 38c162c1a9 Remove unused variable variance. 17 years ago
doc 59edca9ac1 Split range coding chapter in binary and integers 17 years ago
libavcodec 787e135391 Randomly change the amount of noise if nothing is explicitly set. 17 years ago
libavdevice 43d1a1c05a * fixing a bug preventing default values to be set correctly 17 years ago
libavformat 727601bc4b url_write is part of the public API so it may not be under ifdef. 17 years ago
libavutil 38c162c1a9 Remove unused variable variance. 17 years ago
libpostproc 9656df7994 Remove clip_table as it is not used anymore. 17 years ago
libswscale 56b69633dd comment typo fixes 17 years ago
tests b529ab37ba 4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests. 17 years ago
tools 0f340f8fc5 A little proggy i wrote years ago. 17 years ago
vhook 52b541ad79 spelling 17 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS c40485fa87 add Dénes Balatoni to CREDITS 17 years ago
Changelog 77c1d04dfe LMLM4 demuxer 17 years ago
Doxyfile 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS 77c1d04dfe LMLM4 demuxer 17 years ago
Makefile c721d803cb Introduce libavdevice 17 years ago
README bc101c104b cosmetics: Remove useless empty line. 17 years ago
cmdutils.c 69c12fbb95 Update show_banner date. 17 years ago
cmdutils.h f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
common.mak d22e844250 OS/2 support restored in cleaner form. 17 years ago
configure ca5323af4b Move printing of the license status at the end of configure output, so 17 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c 8e4270c551 Dont crash if resampling is requested but no audio packets are ever processed. 17 years ago
ffplay.c 51b73087b9 fix playing of multichannel audio for codecs without downmixing 17 years ago
ffserver.c 8bfb108b3e comment typo fixes 17 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
version.sh 40eaf7806d add support for git in version.sh (use short hash as version number) 17 years ago

README

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.