Mercurial > libavcodec.hg
graph
-
rawdec: ensure that there is always a valid palette for formats that libavcodec2010-09-25, by reimar
-
Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this libavcodec2010-09-24, by rbultje
-
Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the libavcodec2010-09-24, by rbultje
-
Deprecate av_opt_show() in favor of a new function av_opt_show2(), libavcodec2010-09-24, by stefano
-
The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, libavcodec2010-09-21, by iive
-
Properly add HAVE_YASM around yasmified symbols. Should fix compile error libavcodec2010-09-17, by rbultje
-
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, libavcodec2010-09-17, by rbultje
-
Move sse16_sse2() from inline asm to yasm. It is one of the functions causing libavcodec2010-09-17, by rbultje
-
Check avctx width/height more thoroughly (e.g. all values 0 except width would libavcodec2010-09-15, by reimar
-
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec2010-09-14, by rbultje