]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
optimize imdct_half:
[ffmpeg] / libavcodec / i386 /
2008-08-12 Loren Merrittoptimize imdct_half:
2008-08-12 Loren Merrittsplit-radix FFT
2008-08-11 Loren Merrittimport yasm macros from x264
2008-08-02 Uoti UrpalaMark add_png_paeth_prediction_* functions which are...
2008-07-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2008-07-16 Loren Merrittfloat_to_int16_interleave: change src to an array of...
2008-07-15 Loren Merritt10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-11 Kostya ShishkovSSE2 optimizations for Monkey's Audio decoder vector...
2008-07-09 Alexander StrangeMake the function prototype visible to comply with...
2008-07-09 Michael Niedermayerfloat_to_int16_sse2()
2008-07-08 Victor PollexMake LOAD4/STORE4 macros more generic.
2008-07-07 Michael Niedermayer1 c-asm loop less and 1x unroll of float_to_int16_sse()
2008-07-07 Michael NiedermayerFix x86-64
2008-07-07 Michael Niedermayerdont use C-asm loops and unroll once float_to_int16_3dnow()
2008-06-28 Alexander StrangeRealign newlines.
2008-06-28 Alexander StrangeUse MANGLE() instead of memory operands to read globals.
2008-06-22 Reimar DöffingerFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-05-17 Michael NiedermayerSimplify vsad16_mmx2().
2008-05-17 Michael NiedermayerSimplify vsad16_mmx().
2008-05-17 Michael NiedermayerSimplify vsad_intra16_mmx2()
2008-05-17 Michael NiedermayerSimplify vsad_intra16_mmx()
2008-05-09 Diego BiurrunAdd missing required header directly.
2008-05-09 Diego BiurrunAdd missing path to #include.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2008-04-26 Diego BiurrunRename i386/cputest.c --> i386/cpuid.c.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-04-16 Diego Biurruncosmetics: Fix nonstandard indentation.
2008-04-16 Jeff DownsCosmetics:
2008-04-16 Jeff DownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 Jeff DownsRevert 12838 to redo it the right way (use svn copy...
2008-04-16 Alexander StrangeAdd a new xvid-style IDCT using SSE2.
2008-04-15 Jeff DownsMove decode_significance_x86() and decode_significance_...
2008-04-14 Luca BarbatoEliminate movdqu in vp3dsp_sse2, patch from Alexander...
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-04-08 Loren MerrittFix H.264 interframe decoding when compiling with icc...
2008-04-01 Loren Merritth264 chroma mc ssse3
2008-03-22 Diego Biurruncosmetics: typo fixes
2008-03-21 Zuxy MengAdd missed call to ff_cavsdsp_init_3dnow() in dsputil_i...
2008-03-20 Michael NiedermayerHardcode register to prevent aparent miscompilation.
2008-03-20 Michael Niedermayerremove unused temp
2008-03-17 Måns Rullgårdget register names from x86_cpu.h
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-02-25 Aurelien Jacobssplit encoding part of dsputil_mmx into its own file
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 2
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-21 Michael NiedermayerDisabling all SSE* code for old gcc to avoid alignment...
2008-02-19 Reimar DöffingerFix warnings:
2008-02-13 Diego Biurruncosmetics: Replace // by /* */ comments.
2008-02-10 Loren Merrittasm argument that might be in memory needs a size
2008-02-09 Loren Merrittuse fewer registers in apply_welch_window_sse2
2008-02-06 Loren Merrittsse2 h264 motion compensation. not new code, just separ...
2008-02-06 Loren Merrittput loop counter in a register if possible. makes some...
2008-02-06 Loren Merrittfix aliasing warnings. simpler too.
2008-02-06 Loren Merrittconstant was excessively aligned
2008-02-05 Loren Merrittssse3 h264 motion compensation.
2008-02-05 Loren Merrittadd qpel rounder once during hv rather than twice durin...
2008-02-05 Loren Merrittclean up an ugliness introduced in r11826. this syntax...
2008-02-04 Michael NiedermayerDeprecate old and inefficient per instruction asm().
2008-02-04 Loren Merrittreduce code duplication
2008-02-03 Loren Merrittavg_pixels4_mmx2
2008-02-03 Loren Merrittuse mmx2/3dnow avg functions in avg_qpel*_mc00
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2008-02-03 Loren Merrittremove some movq in ff_h264_idct8_add_mmx. 225->217...
2008-01-30 Baptiste Coudurieradd parenthesis, fix warning: i386/dsputil_mmx.c:2618...
2008-01-30 Baptiste Coudurierfix prototypes, remove warning: i386/dsputil_mmx.c...
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED in yet another place
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED and remove unneeded attribute_used
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED
2008-01-16 Diego BiurrunRename illegal identifiers, _ followed by capital is...
2008-01-11 Christophe GisquetFactorize some duplicated code from CAVS and H.264...
2008-01-02 Christophe GisquetFix issue #301:
2007-12-21 Christophe Gisquetadd MMX version for put_no_rnd_h264_chroma_mc8_c, used...
2007-12-21 Diego BiurrunFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-16 Aurelien Jacobsmove FLAC mmx dsp to its own file
2007-12-15 Reimar DöffingerAdd 'l' suffix where it is necessary because type can...
2007-12-12 Aurelien Jacobsadd required include to make this file self-contained
2007-12-11 Diego Biurruntypo/clarification
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-01 Vitor Sessakspelling
2007-11-27 Aurelien Jacobsremove some unused ff_p* vars from dsputil
2007-11-27 Aurelien Jacobsremove useless #ifdef around extern declaration
2007-11-27 Aurelien Jacobscosmetics: indentation
2007-11-27 Aurelien Jacobsconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 Aurelien Jacobsbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 Aurelien Jacobsuse ff_ prefix for extern vars
2007-11-27 Aurelien Jacobsmake ff_p* vars extern so that they can be used in...
2007-11-25 Christophe GisquetTypo fix. Previous version had some picture error build...
2007-11-24 Christophe GisquetStrip debug stuff from vc1dsp_mmx.c, patch by Christoph...
2007-11-21 Christophe Gisquetadd VC-1 MMX DSP functions, under MIT license.
2007-11-12 Michael Niedermayertring to workaround gcc 2.95 bug which causes random...
2007-10-17 Diego BiurrunExplain why there are no multiple inclusion guards...
2007-10-17 Aurelien JacobsRemove wrong multiple inclusion guards.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-10-11 ShaneFix intended order of operations for 4 assert() checks.
next