mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
bb198e198a
interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
doc | ||
libavcodec | ||
libavformat | ||
postproc | ||
tests | ||
vhook | ||
.cvsignore | ||
berrno.h | ||
Changelog | ||
cmdutils.c | ||
cmdutils.h | ||
configure | ||
COPYING | ||
CREDITS | ||
cygwin_inttypes.h | ||
ffinstall.nsi | ||
ffmpeg.c | ||
ffplay.c | ||
ffserver.c | ||
ffserver.h | ||
INSTALL | ||
Makefile | ||
output_example.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.