mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-18 21:40:22 +00:00
No description
- avctx and gb elements were removed from VC9Context, hence a larger diff - some code was added to h263dec.c regarding CODEC_ID_WMV3 (should apply to CODEC_ID_VC9 too) - VLC tables and other related tables were made global whenever this seemed necessary; appropriate changes were therefore made to other parts of the code using those tables - the change for the bitplane management to a struct (some of them should eventually be mapped to MpegEncContext arrays) wasn't associated with the proper frees; should be fixed now patch by anonymous better names for globalized tables by me Originally committed as revision 3905 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.