Mercurial > libavcodec.hg
graph
-
The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodec2008-06-01, by vitor
-
memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodec2008-06-01, by bcoudurier
-
only calculate number of exponent groups when exponents are not reused. libavcodec2008-05-31, by jbr
-
get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodec2008-05-31, by jbr
-
As *_static are not deallocated anymore except on program termination libavcodec2008-05-30, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodec2008-05-30, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodec2008-05-30, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodec2008-05-30, by michael
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodec2008-05-28, by michael