Mercurial > libavcodec.hg
graph
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec2008-06-25, by astrange
-
Make it a little easier to spot that the code is not dealing only with libavcodec2008-06-25, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec2008-06-24, by astrange
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodec2008-06-22, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodec2008-06-22, by aurel
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodec2008-06-19, by stefano
-
Do not inline g726_iterate() the function is big so its inlining will libavcodec2008-06-17, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec2008-06-16, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodec2008-06-16, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodec2008-06-16, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec2008-06-16, by michael