Mercurial > libavcodec.hg
graph
-
10l: fix always false test: Binary & has lower precedence than == libavcodec2008-02-19, by gpoirier
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodec2008-02-18, by gpoirier
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodec2008-02-16, by diego
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodec2008-02-15, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodec2008-02-13, by superdump
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodec2008-02-11, by andoma
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodec2008-02-09, by diego
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodec2008-02-06, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodec2008-02-06, by lorenm
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodec2008-02-05, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodec2008-02-05, by lorenm
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodec2008-02-03, by diego
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodec2008-02-03, by lorenm