Mercurial > libavcodec.hg
graph
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec2010-01-08, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec2010-01-08, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec2010-01-08, by diego
-
Optimize short-term prediction by reducing index arithmetic. libavcodec2010-01-07, by thilo.borgmann
-
Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec2010-01-07, by michael
-
Stop the approximation in bessel() once it does no longer improve. libavcodec2010-01-06, by michael
-
Use correct context for av_log(), should prevent a crash for malformed files. libavcodec2010-01-05, by vitor
-
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec2010-01-05, by cehoyos