Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Thu, 24 Sep 2009 15:13:34 +0000 | reimar | Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec |
Thu, 24 Sep 2009 15:12:05 +0000 | reimar | Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec |
Thu, 24 Sep 2009 11:04:46 +0000 | reimar | Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec |
Thu, 24 Sep 2009 10:49:47 +0000 | reimar | Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec |
Thu, 24 Sep 2009 09:44:51 +0000 | reimar | Use INIT_VLC_STATIC where easily possible in svq1dec libavcodec |
Thu, 24 Sep 2009 06:33:16 +0000 | melanson | Make sure that all memory allocations succeed. libavcodec |
Thu, 24 Sep 2009 05:24:46 +0000 | kostya | Take into account real number of colours when reading BMP palette. libavcodec |