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

Diego Biurrun 7ea3b2e00e Cope with localized Subversion clients. 18 лет назад
doc ad21ad451c Explain usage of image formats other than GIF. 18 лет назад
libavcodec 9cf94714d0 Remove spurious references to Ogg Theora encoder, such a thing never existed. 18 лет назад
libavformat b6eaae39b4 The reader ignores the size of the ASF data object and keeps on 18 лет назад
libavutil 538389c981 Fix FSF postal address. 18 лет назад
libpostproc f7f03a6303 Remove MPlayer-specific include option hacks. 18 лет назад
libswscale 6979600818 Comment some #endif lines. 18 лет назад
tests 462f3c372c Add missing EXESUF to executable rules. 18 лет назад
vhook 84c22efdfb Create infrastructure to install shared and static libs into different places. 18 лет назад
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 лет назад
CREDITS dfca23e361 NuppelVideo/MythTVVideo support, including rtjpeg decoder 19 лет назад
Changelog 07bf2af864 MXF demuxer 18 лет назад
Doxyfile 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 лет назад
MAINTAINERS 07bf2af864 MXF demuxer 18 лет назад
Makefile c536cb09f9 Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion. 18 лет назад
README 2805e3b4eb Add missing newlines at end of file. 19 лет назад
berrno.h 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад
build_avopt 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад
clean-diff 2805e3b4eb Add missing newlines at end of file. 19 лет назад
cmdutils.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 лет назад
cmdutils.h 8bbf6db98b AVOption API improvments 19 лет назад
common.mak 84c22efdfb Create infrastructure to install shared and static libs into different places. 18 лет назад
configure b2828252a9 Remove redundant TARGET_OS setting. 18 лет назад
cws2fws.c 0c2ed2df5a 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 19 лет назад
ffinstall.nsi 951bf3e681 fixed windows build 21 лет назад
ffmpeg.c 5894e1bbf2 add loop_input to AVFormatContext, getting rid of old hack 18 лет назад
ffplay.c 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 18 лет назад
ffserver.c d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 лет назад
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 лет назад
output_example.c 8720de5b76 fix memleak, based upon a patch by Wolfram Gloger 19 лет назад
pktdumper.c 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад
qt-faststart.c fd7789dbe8 decrease last_offset when ftyp is present 19 лет назад
unwrap-diff 2805e3b4eb Add missing newlines at end of file. 19 лет назад
version.sh 7ea3b2e00e Cope with localized Subversion clients. 18 лет назад
xvmc_render.h 115329f160 COSMETICS: Remove all trailing whitespace. 19 лет назад

README

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.