Нет описания https://ffmpeg.org/

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

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.