No description
- Add default reget_buffer implementation in libavcodec/utils.c - Remove AVCodecContext.cr_available, no longer needed - Remove CODEC_CAP_CR, no longer used - Add img_copy() prototype to avcodec.h (function from imgconvert.c) - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid conflict - Updated msrle, msvideo1, rpza, smc to use reget_buffer Originally committed as revision 2531 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.