]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
[ffmpeg] / libavcodec / i386 /
2007-08-30 Reimar DöffingerReplace complicated and currently broken manual alignme...
2007-08-27 Michael Niedermayertypo
2007-08-26 Ramiro PollaCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 Michael Niedermayerworkaround gcc bug, untested as my gcc is not complaining
2007-08-26 Michael Niedermayeroptimize the first vertical lifting step, this also...
2007-08-26 Michael Niedermayeroptimize 1st horizontal lifting step
2007-08-26 Michael Niedermayertypo
2007-08-26 Michael Niedermayerget rid of totally senseless "m" + read in register...
2007-08-26 Michael Niedermayersimplify senselessly complex addressing
2007-08-26 Michael Niedermayercosmetics
2007-08-26 Michael Niedermayeravoid overflow in the 3rd lifting step, this now needs...
2007-08-25 Michael Niedermayeravoid an overflow in the 1 horizontal lifting step
2007-08-25 Michael Niedermayerprevent one overflow in the first vertical lifting...
2007-08-25 Michael Niedermayerupdate mmx code to latest snow changes
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-21 Michael NiedermayerChange rounding of the horizontal DWT to match the...
2007-08-21 Michael Niedermayerremove code which become unused by the previous changes
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-20 Michael NiedermayerSimplify and speedup code, reduce needed headroom by...
2007-08-20 Michael Niedermayersimplify, speedup and reduce needed headroom by 2 bits...
2007-08-20 Michael Niedermayerreplace <<1 by add for SSE2 (untested)
2007-08-20 Michael Niedermayerreplace <<1 by add
2007-08-20 Michael Niedermayerslightly change horizontal lift3 so it needs 1 bit...
2007-08-20 Michael Niedermayerremove idiotc double subtraction from the sse2 code...
2007-08-20 Michael Niedermayerfixme note
2007-08-20 Michael Niedermayerand of course the unneeded double subtractions were...
2007-07-24 Aurelien Jacobshelp some gcc version to optimize out those functions
2007-07-10 Aurelien Jacobscosmetics: indentation
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-07-05 Diego Biurruntypos
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdcorrect type for {put,avg}_h264_chroma_mc2_mmx2
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-08 Graham Bookerwork around issues with the old version of Gnu Assemble...
2007-06-07 Diego BiurrunPreprocessor #defines starting with __ are reserved...
2007-06-07 Ronald S. BultjeUse FFmpeg-specific CPU feature definitions.
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-20 Zuxy MengRemove incorrect comment; MMX2 is preferred over 3DNow...
2007-05-18 Zuxy Meng3DNow! and SSSE3 optimization to QNS DSP functions...
2007-05-16 Aurelien Jacobsbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-14 Panagiotis IssarisMake vp3dsp*.c compilation optional.
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-05-13 Zuxy MengFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2007-05-12 Loren Merrittsse2 & ssse3 versions of dct_quantize.
2007-05-12 Loren Merrittfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-12 Loren Merrittsse2 & ssse3 versions of hadamard. unroll and inline...
2007-05-11 Loren Merritt10l, r8991 broke mmx1 sad
2007-05-11 Loren Merrittsse2 version of fullpel sad.
2007-05-11 Loren Merritttweak mmx2 sad.
2007-05-10 Loren Merritttweak mmx2 sad.
2007-05-10 Loren Merrittsse2 version of fdct_col.
2007-05-09 Loren Merrittcosmetics: remove code duplication in hadamard8_diff_mmx
2007-05-08 Loren Merrittcosmetics: remove duplicate transpose macro
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2007-04-07 Diego Biurruntypos
2007-03-30 Loren Merrittmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-02-24 Diego BiurrunFix wrong conditional, Snow decoding, not encoding...
2007-02-23 Michael Niedermayerreorder a few more paddws to reduce dependancy chains
2007-02-23 Michael Niedermayerreorder paddws to reduce dependancy chain
2007-02-23 Michael Niedermayershortening dependancy chain in chroma mc2
2007-02-23 Michael Niedermayerremove now wrong comment
2007-02-23 Michael Niedermayerfix chroma mc2 bug, this is based on a patch by (Oleg...
2007-02-22 Michael Niedermayergcc 2.95 fix
2007-02-18 Måns Rullgårdfix for x86-64
2007-02-17 Michael Niedermayerrewrite H264_CHROMA_MC4_TMPL (20% faster)
2007-02-16 Michael Niedermayeradd a few asserts to ensure alignment
2007-02-16 Michael Niedermayerprevent h.264 MC related functions from being inlined...
2007-02-10 Reimar DöffingerMinor AMD64 compilation fix
2007-02-10 Michael Niedermayermaybe fix x86_64 (untested)
2007-02-09 Michael Niedermayerfactor out common subexprssion (gcc of course is too...
2007-02-09 Michael Niedermayermerge asm fragments in H264_CHROMA_MC2_TMPL()
2007-01-30 Panagiotis IssarisAdd the const specifier as needed to reduce the number...
2007-01-22 Diego BiurrunFix some more license headers.
2006-12-18 Guillaume PoirierAdd SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instr...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-12 Måns Rullgårdzigzag_direct_noperm doesn't exist, remove declaration
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-12 Måns Rullgårdadding more static keywords
2006-11-03 Michael Niedermayerensure alignment (no speed change)
2006-11-03 Michael Niedermayermerging mov & and (no speedchange)
2006-11-03 Michael Niedermayer2 instructions less (same speed)
2006-11-03 Michael Niedermayercomment about failed optimization
2006-11-03 Michael Niedermayermove luma tc0 related init into asm
2006-11-03 Michael Niedermayer2 instructions less in h264_loop_filter_luma_mmx2()
2006-11-03 Michael Niedermayerpreempt possible overflow
2006-11-03 Michael Niedermayer1 instruction less
2006-11-03 Michael Niedermayeroptimize H264_DEBLOCK_P0_Q0
2006-10-14 Diego BiurrunPut libmpeg2 IDCT functions under CONFIG_GPL, fixes...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunCompilation fix, printf gets redefined to please_use_av...
next