]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
rtsp: Factorize code for initializing the rtp payload handler
[ffmpeg] / libavcodec / x86 /
2010-12-04 Baptiste Coudurier10l, add ff_pw_1 to dsputil_mmx for yadif sse2
2010-12-01 avcoderUse SECTION .text for yasm code.
2010-11-02 Ramiro Polladnxhd_mmx: prefer xmm registers below xmm6 when they...
2010-11-01 İsmail Dönmezdsputil: Use explicit movzbl instead of movzx
2010-10-31 Ramiro Pollalpc_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollalpc_mmx: merge some asm blocks
2010-10-31 Ramiro Pollasad16_sse2: merge 2 asm blocks
2010-10-31 Ramiro Pollaxmm_clobbers: list xmm registers first in clobber list
2010-10-31 Ramiro Pollaidct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64
2010-10-31 Ramiro Pollamotion_est_mmx: prefer xmm registers below xmm6 when...
2010-10-31 Ramiro Polladsputil_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollacosmetics: split long line
2010-10-31 Ramiro Pollafdct_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Pollaidct_sse2_xvid: add xmm registers to clobber list
2010-10-31 Ramiro Pollampegvideo_mmx: add xmm registers to clobber list
2010-10-31 Ramiro Polladsputil_mmx: prefer xmm registers below xmm6 when they...
2010-10-30 Ramiro Pollah264dsp: add xmm registers to clobber list
2010-10-28 Ramiro Pollaindent
2010-10-28 Ramiro Pollah264dsp: merge some more asm blocks
2010-10-25 Ramiro Polladct32: mark xmm registers in clobber list in ff_dct32_f...
2010-10-25 Ramiro Pollah264dsp: merge some asm blocks
2010-10-07 Reimar DöffingerAdd d modifier to asm argument to fix nasm compilation.
2010-10-06 Ramiro Pollafft: mark xmm registers as clobbered in ff_imdct_calc_sse
2010-10-05 Ronald S. BultjeMMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16...
2010-10-04 İsmail Dönmezsnowdsp: Explicitly state the operand sizes
2010-09-29 Ronald S. BultjeMove static inline function to a macro, so that constan...
2010-09-29 Eli FriedmanUse sse2 variant of put_pixels16() for no_rnd also...
2010-09-29 Ronald S. BultjeMerge b_idx and edge variables, and optimize the ASM...
2010-09-29 Ronald S. BultjeRemove mv_mask variable. Replace the related pand ...
2010-09-29 Ronald S. BultjeRemove d_idx as a variable, and instead load it as...
2010-09-29 Ronald S. BultjeUnroll inner bidir loop in h264_loop_filter_strength_mm...
2010-09-29 Ronald S. BultjeUnloop the outer loop in h264_loop_filter_strength_mmx2...
2010-09-26 Reimar DöffingerAdd d suffix to movd target register to make it work...
2010-09-26 Reimar DöffingerSplit and then simplify address generation macro.
2010-09-24 Ronald S. BultjeRemove unused variable.
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add16intra_sse2(). Basically...
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add8_sse2(). This means we...
2010-09-21 Måns Rullgårdx86: disable SSE functions using stack when stack is...
2010-09-18 Måns Rullgårdx86: remove hack disabling sse2 h264 loop filter with...
2010-09-17 Ronald S. BultjeDon't access upper 32 bits of a 32-bit int on 64-bit...
2010-09-17 Ronald S. BultjeProperly add HAVE_YASM around yasmified symbols. Should...
2010-09-17 Ronald S. BultjeMove hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from...
2010-09-17 Ronald S. BultjeMove sse16_sse2() from inline asm to yasm. It is one...
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...
2010-09-10 Jason Garrett-GlaserLGPL SSE2 H.264 iDCT
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-05 Reimar DöffingerUse "d" suffix for general-purpose registers used with...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-09-03 Ronald S. BultjePort latest x264 deblock asm (before they moved to...
2010-09-01 Eli FriedmanFix typo in r25019.
2010-09-01 Ronald S. BultjeUnscrew breakage after my last commit because of symbol...
2010-09-01 Ronald S. BultjeRename h264_weight_sse2.asm to h264_weight.asm; add...
2010-09-01 Ronald S. BultjeSplit h264dsp_mmx.c (which was #included in dsputil_mmx...
2010-08-31 Ronald S. BultjeFix vertical align.
2010-08-30 Ronald S. BultjeFix compilation failure if yasm is disabled (missing...
2010-08-30 Ronald S. BultjeSplit intra prediction initialization (i.e. assigning...
2010-08-30 Ronald S. BultjeMove H264 chroma MC from inline asm to yasm. This fixes...
2010-08-30 Ronald S. BultjeMove VP3 IDCT functions from inline ASM to YASM. This...
2010-08-30 Ronald S. BultjePut ff_ prefix on non-static {put_signed,put,add}_pixel...
2010-08-28 Loren Merrittcosmetics in imdct_sse
2010-08-26 Ronald S. BultjeFix typos when converting inline asm to yasm, fixes...
2010-08-25 Ronald S. BultjeRevert r24931, it broke Win32 and some BSD compiles...
2010-08-25 Ronald S. BultjeMark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2...
2010-08-25 Måns RullgårdVP6: fix vp6_filter_diag4_mmx/sse on 64-bit
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() x86 SIMD code from inline ASM...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-24 Ronald S. BultjeMark xmm registers as clobbered in simple loopfilter...
2010-08-23 Alex Converseimdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_...
2010-08-23 Ronald S. BultjeFix segfaults in VP8 SIMD code on Win64 (and FATE/win64...
2010-08-22 Alex ConverseConvert ff_imdct_half_sse() to yasm.
2010-08-12 Jason Garrett-GlaserVP5/6/8: ~7% faster arithmetic decoding
2010-08-07 Jason Garrett-GlaserSplit h264dsp and h264pred in configure.
2010-08-05 Jason Garrett-GlaserAdd file missing in r24702
2010-08-05 Eli FriedmanH.264: SSE2/SSSE3 weighted prediction asm
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-08-03 Jason Garrett-GlaserVP5/6/8: add one inline missed in r24677
2010-08-02 Jason Garrett-GlaserVP8: move zeroing of luma DC block into the WHT
2010-07-31 Ronald S. BultjeUse word-writing instead of dword-writing (with two...
2010-07-31 Vitor SessakRemove x86/mmx.h. It is not used anymore and has been...
2010-07-31 Vitor SessakConvert deinterlacing MMX code to YASM
2010-07-29 Vitor SessakFix compilation in x86_64. I broke it with r24580.
2010-07-29 Vitor SessakTranslate libmpeg2 MMX IDCT to plain asm
2010-07-26 Ronald S. BultjeUse pmaddubsw for the mbedge_filter (>=ssse3), 6-10...
2010-07-26 Jason Garrett-GlaserVP8: Much faster SSE2 MC
2010-07-26 Ronald S. BultjeEnable no-loop memory/register saving for ssse3/sse4...
2010-07-26 Ronald S. BultjeSave a register (or regsize of stackspace for x86-32...
2010-07-26 Ronald S. BultjeUse nested ifs instead of &&, which appears to not...
2010-07-26 Ronald S. BultjeSplit pextrw macro-spaghetti into several opt-specific...
2010-07-25 Ronald S. BultjeFix obvious bug in assignment. Somehow, the test vector...
2010-07-24 Ronald S. BultjeFix SPLATB_REG mess. Used to be a if/elseif/elseif...
2010-07-23 Eli FriedmanInline asm for VP56 arith coder
2010-07-23 Jason Garrett-GlaserVP8: optimize DC-only chroma case in the same way as...
2010-07-23 Jason Garrett-GlaserVP8 asm: cosmetics (spacing)
2010-07-23 Jason Garrett-GlaserVP8: 30% faster idct_mb
2010-07-23 Jason Garrett-GlaserVP8: clear DCT blocks in iDCT instead of using clear_bl...
2010-07-22 Ronald S. BultjeUse pextrw for SSE4 mbedge filter result writing, speed...
2010-07-22 Ronald S. BultjeFix and enable horizontal >=SSE2 mbedge loopfilter.
2010-07-22 Loren Merrittrelicense h264 deblock sse2 to lgpl
2010-07-21 Loren Merrittsync yasm macros from x264
next