You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Baptiste Coudurier 7d6b1abe1a rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static 19 years ago
doc update docs to reflect AVImageFormat removing 19 years ago
libavcodec rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static 19 years ago
libavformat WavPack support in Matroska 19 years ago
libavutil Fix wrong params name in PUT_UTF8 doxy comments 19 years ago
libpostproc Use common define for x86_32 and x86_64. 19 years ago
libswscale Add support for conversions from the rgb565 and rgb555 formats 19 years ago
tests Simplify regression test execution. 19 years ago
vhook warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com 19 years ago
COPYING
CREDITS new mtv demuxer 19 years ago
Changelog IMC decoder 19 years ago
Doxyfile Remove intrinsics checks, they are no longer used. 19 years ago
INSTALL
MAINTAINERS change gif demuxer to gif decoder 19 years ago
Makefile Add option to disable ffmpeg build. 19 years ago
README
berrno.h
build_avopt
clean-diff
cmdutils.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 19 years ago
cmdutils.h
common.mak Revert putting EXTRALIBS in common.mak, linking fails on MinGW. 19 years ago
configure Properly quote paths on grep invocations for codec lists. 19 years ago
cws2fws.c Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 19 years ago
ffinstall.nsi
ffmpeg.c move check for output file streams num in av_encode 19 years ago
ffplay.c kill AVImageFormat 19 years ago
ffserver.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 19 years ago
ffserver.h
output_example.c
pktdumper.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 19 years ago
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

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.