mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
Fork of FFmpeg for xenia's usage. Branched from latest release. On changes use a git rebase strategy when applicable!
976709ee73
additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed) Originally committed as revision 3922 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
doc | ||
libavcodec | ||
libavformat | ||
postproc | ||
tests | ||
vhook | ||
.cvsignore | ||
berrno.h | ||
Changelog | ||
cmdutils.c | ||
cmdutils.h | ||
configure | ||
COPYING | ||
CREDITS | ||
cws2fws.c | ||
cygwin_inttypes.h | ||
Doxyfile | ||
ffinstall.nsi | ||
ffmpeg.c | ||
ffplay.c | ||
ffserver.c | ||
ffserver.h | ||
INSTALL | ||
Makefile | ||
output_example.c | ||
qt-faststart.c | ||
README | ||
xvmc_render.h |
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.