No Description https://ffmpeg.org/

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

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.