Mercurial > libavcodec.hg
graph
-
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
-
Move AMR-NB frame unpacking code to a common file so it can be reused in libavcodec2010-09-10, by vitor
-
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) libavcodec2010-09-10, by reimar
-
Add missing stdint.h #include; necessary to pass 'make checkheaders'. libavcodec2010-09-08, by diego
-
Remove reference to not anymore existing symbol has_altivec and use libavcodec2010-09-08, by stefano
-
Remove use of deprecated functions av_image_fill_pointers/linesizes in libavcodec2010-09-07, by stefano
-
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodec2010-09-07, by stefano
-
Move lsp2lpc_sipr() function to common code so it can be reused in a libavcodec2010-09-07, by vitor
-
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodec2010-09-07, by vitor
-
Fix slice height for y position calculation for vp3_draw_horiz_band libavcodec2010-09-06, by reimar