]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
fix some printf format specifiers
[ffmpeg] / libavcodec / i386 /
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...
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...
next