]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
[ffmpeg] / libavcodec / i386 /
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...
2006-10-05 Diego BiurrunSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-21 Loren Merrittcosmetics (indentation)
2006-09-21 Loren Merritttweak ff_imdct_calc_3dn2
2006-09-21 Loren Merrittsse implementation of imdct.
2006-09-19 Luca BarbatoNew single instruction math operation header
2006-09-14 Aurelien Jacobsdisable vp3 mmx idct for theora files to avoid artifacts
2006-09-14 Diego BiurrunRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-12 Aurelien JacobsEnables back the mmx/sse optimized version of the vp3...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-02 Måns Rullgårdremove redundant declarations
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-08-18 Loren Merrittff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline...
2006-08-18 Michael Niedermayersimplify
2006-08-17 Michael Niedermayerinsufficient alignment
2006-08-13 Marco ManfrediniFix building with --disable-opts but MMX enabled.
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
2006-08-11 Loren Merrittvorbis simd tweaks
2006-08-10 Michael Niedermayerconvert vector_fmul_reverse_sse2 and vector_fmul_add_a...
2006-08-10 Loren Merrittsse and 3dnow implementations of float->int conversion...
2006-08-10 Luca BarbatoFix x86 SIMD asm and pic, patch from Martin von Gagern...
2006-08-10 John DalglieshSupport for MacIntel, take xx: '/nop' illegal for old...
2006-08-10 John DalglieshAdd support for Mac OS X Intel part 2: Assembler macros...
2006-08-10 John DalglieshSupport for Mac OS X Intel, part 3: binary integer...
2006-08-09 Loren Merrittemms -> femms
2006-08-09 Loren Merrittgcc 2.95 and 3.4.x on x86 32bit without fomit-frame...
2006-08-08 Loren Merrittslightly faster ff_imdct_calc_3dn2() on amd64. (gcc...
2006-08-08 Michael Niedermayerchange vorbis_inverse_coupling_sse2() so it works on...
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
2006-08-03 Loren Merritt10l, vorbis_inverse_coupling_sse() was really 3dnow
2006-08-03 Loren Merrittsse & sse2 implementations of vorbis channel coupling.
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-19 Michael Niedermayerdisable the vp3 mmx and sse2 idcts, their output doesnt...
2006-07-05 Måns Rullgård#define SBUTTERFLY outside CONFIG_ENCODERS
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-07-02 Måns Rullgårdremove redundant macro definitions
2006-07-02 Måns Rullgårdkill warning
2006-04-28 Michael Niedermayermissmatch control for mpeg2 intra dequantization if...
2006-04-28 Zuxy MengRemove unused and unsupported Cyrix's "Extended MMX",
2006-04-18 Wolfram Glogergcc-2.95 compile fix, patch by Wolfram Gloger <wmglo...
2006-04-05 Loren Merrittgmc_mmx tweaks
2006-04-04 Loren Merrittmmx implementation of 3-point GMC. (5x faster than C)
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-25 Loren Merrittsimplified and slightly faster h264_chroma_mc8_mmx
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-22 Loren Merritt10l
2006-03-22 Loren Merrittadded mmx implementation of h264_chroma_mc2
2006-03-22 Robert Edeleadd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-21 Robert Edelesnow mmx+sse2 optimizations, part 4
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
2006-03-07 Loren Merritth264_idct8_add_mmx
2006-03-07 Loren Merritth264_idct_add only needs mmx1
2006-03-05 Zuxy Menguse xorps instead of mulps to toggle the sign of a...
2006-03-05 Loren Merrittgcc2.95 workaround
2006-03-04 Loren Merrittremove some useless instructions
2006-03-02 Loren Merritt4% faster h264_qpel_mc
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-09 Loren Merritt10l in 1.12
2006-02-07 Loren Merritt10l (x86_64)
2006-02-07 Loren Merritt18% faster put_h264_qpel16_mc[13]2_mmx2
2006-02-07 Loren Merritt11% faster put_h264_qpel16_v_lowpass_mmx2
2006-02-07 Loren Merritt15% faster put_h264_qpel16_hv_lowpass_mmx2
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritttweak h264_biweight
2005-12-30 Loren Merrittfix some potential arithmetic overflows in pred_direct_...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-10 Guillaume PoirierAdd the rest of missing Reg_* macros to support both...
2005-11-12 Loren Merrittuse sse16_sse2() in nsse
2005-10-27 Loren Merrittfaster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
2005-10-09 Loren Merritth264 mmx weighted prediction. up to 3% overall speedup.
2005-09-30 Loren Merrittsse2 16x16 sum squared diff (306=>268 cycles on a K8)
2005-09-21 Michael Niedermayerreplace a few mov + psrlq with pshufw, there are more...
2005-09-10 Reimar DöffingerFix compile without CONFIG_GPL, misplaced #endif caused...
2005-09-10 Michael Niedermayerremove unused table entries
2005-09-10 Michael Niedermayerxvids mmx&mmx2 idcts
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
next