No Description https://ffmpeg.org/

Daniel Kristjansson 105e517df3 "removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
doc d3af6f3f81 Remove outdated Linux section. 18 years ago
libavcodec 08eb8fcdbf fix segfault with darkkben.free.fr/corrupted_h264.mp4 18 years ago
libavformat 105e517df3 "removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu 18 years ago
libavutil 434f2c18e8 Increase the av_log() levels, and add some documentation for them 18 years ago
libpostproc 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
libswscale 2d529db50f Pass a context to av_log(), when possible 18 years ago
tests 5c1844ab56 fix msmpeg4v3 tag in asf 18 years ago
vhook 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 02f9d8fb95 I suppose I can add myself, at least for my vorbis encoder... 18 years ago
Changelog 8adc51f2ad Add flashsv encoder to changelog and fix the encoder so it actually works. 18 years ago
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS 053185c2fa Flash screen video encoder. 18 years ago
Makefile a4da50e17f make version.h depend on .svn/entries 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 b0d7bc1eab 10l in r7174 caused all options to be treated as filenames. 18 years ago
cmdutils.h 8bbf6db98b AVOption API improvments 19 years ago
common.mak 6718659c0f Remove BeOS hack. 18 years ago
configure 3fb2ff0be2 fix a typo in deps 18 years ago
cws2fws.c 3d0c32d4a9 Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 18 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c bd31a388db AVOption is now const, removes a few warnings 18 years ago
ffplay.c 8e606cc88c seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams 18 years ago
ffserver.c 18b67ae59e rename HAVE_DLFCN to HAVE_DLFCN_H 18 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c 5d915e827e Use av_malloc instead of plain malloc where appropriate 18 years ago
pktdumper.c 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 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 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 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.