]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
img2enc: add an option for overwriting one file with subsequent images
[ffmpeg] / libavcodec / x86 /
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-04-10 Ronald S. Bultjedsputil: Make dsputil selectable
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-04-08 Ronald S. Bultjex86: qpel: Move fullpel and l2 functions to a separate...
2013-04-05 Christophe Gisquetx86: sbrdsp: Implement SSE neg_odd_64
2013-03-27 Diego Biurruncosmetics: Remove unnecessary extern keywords from...
2013-03-26 Martin Storsjöx86: vc1dsp: Fix indentation
2013-03-25 Janne Grunaux86: consistently use unaligned movs in the unaligned...
2013-03-24 Martin Storsjöx86: Change a missed occurrance of int to ptrdiff_t...
2013-03-23 Martin Storsjöx86: Remove win64 xmm clobbering wrappers for the now...
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-28 Diego BiurrunRevert "Move H264/QPEL specific asm from dsputil.asm...
2013-02-26 Diego Biurrunx86: dsputil: Drop some unused function #defines
2013-02-26 Diego Biurrunx86: dsputil: Drop aliasing of ff_put_pixels8_mmx to...
2013-02-26 Diego Biurrunx86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out...
2013-02-26 Martin Storsjöx86: dsputil_mmx: Remove leftover inline assembly fragments
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-21 Matt Wolenetzx86: h264: Don't use redzone in AVX h264_deblock on...
2013-02-19 Ronald S. Bultjeh264chroma: Remove duplicate 9/10 bit functions
2013-02-18 Daniel Kangx86: dsputil: Fix h263 loop filter link error in some...
2013-02-18 Daniel Kangx86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmx...
2013-02-11 Daniel Kangx86: mpeg4qpel: Make movsxifnidn do the right thing
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-07 Daniel Kangdsputil: x86: Fix compile error
2013-02-06 Daniel Kangdsputil: x86: Convert h263 loop filter to yasm
2013-02-06 Martin Storsjöh264chroma: x86: Fix building with yasm disabled
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-01-31 Diego Biurrunx86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
2013-01-28 Diego Biurrunx86: Simplify some arch conditionals
2013-01-28 Michael Niedermayerx86: hpeldsp: Fix a typo, use the right register
2013-01-28 Daniel Kangdsputil: Fix error by not using redzone and register...
2013-01-27 Daniel Kangdsputil: x86: Correct the number of registers used...
2013-01-27 Daniel Kangdsputil: add missing HAVE_YASM guard
2013-01-27 Daniel Kangdsputil: x86: Convert mpeg4 qpel and dsputil avg to...
2013-01-27 Ronald S. BultjeMove H264/QPEL specific asm from dsputil.asm to h264_qp...
2013-01-26 Diego Biurrunx86: h264qpel: Move stray comment to the right spot...
2013-01-24 Janne Grunaux86: h264qpel: add cpu flag checks for init function
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-23 Ronald S. Bultjevorbisdsp: convert x86 simd functions from inline asm...
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-21 Diego Biurrunx86: ac3: Fix HAVE_MMXEXT condition to only refer to...
2013-01-21 Daniel Kangdsputilenc: x86: Convert pixel inline asm to yasm
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-21 Ronald S. Bultjedsputil: remove butterflies_float_interleave.
2013-01-20 Mans Rullgarddsputil: drop non-compliant "fast" qpel mc functions
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2013-01-18 Diego Biurrunx86: dsputil: Drop some unused macro definitions
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2013-01-15 Diego Biurrunx86: Add PAVGB macro to abstract pavgb/pavgusb instruct...
2013-01-14 Diego Biurrunx86: ABS2: port to cpuflags
2013-01-06 Diego BiurrunDrop Snow codec
2013-01-06 Christophe Gisquetx86: sbrdsp: Implement SSE qmf_post_shuffle
2013-01-06 Christophe Gisquetx86: sbrdsp: Implement SSE sum64x5
2013-01-06 Diego Biurrunx86: ABS1: port to cpuflags
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-12 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2012-12-09 Mans Rullgardac3dec: make downmix() take array of pointers to channe...
2012-12-07 Christophe GisquetSBR DSP x86: implement SSE sbr_hf_gen
2012-11-28 Diego Biurrunx86: dsputilenc: port to cpuflags
2012-11-28 Diego Biurrunx86: h264dsp: Fix linking with yasm and optimizations...
2012-11-27 Diego Biurrunx86: h264_idct: port to cpuflags
2012-11-27 Diego Biurrunx86: h264_weight: port to cpuflags
2012-11-26 Diego Biurrunx86: fix build without inline asm
2012-11-25 Justin Rugglesx86: h264 qpel: use the correct number of utilized...
2012-11-25 Daniel Kangx86: h264: Convert 8-bit QPEL inline assembly to YASM
2012-11-25 Daniel Kangx86: h264: Remove 3dnow QPEL code
2012-11-25 Diego Biurrunx86: h264_chromamc: port to cpuflags
2012-11-18 Diego Biurrunx86: h264_intrapred: Fix C function names in comments
2012-11-18 Diego Biurrunx86: SPLATD: port to cpuflags
2012-11-16 Diego Biurrunx86: dsputil: port to cpuflags
2012-11-13 Diego Biurrunx86: mmx2 ---> mmxext in asm constructs
2012-11-13 Diego Biurrunx86: h264_weight_10bit: port to cpuflags
2012-11-11 Diego Biurrunbuild: Drop AVX assembly ifdefs
2012-11-10 Diego Biurrunx86: h264_qpel_10bit: drop unused parameter from MC10...
2012-11-09 Diego Biurrunx86: PALIGNR: port to cpuflags
2012-11-09 Diego Biurrunx86: h264_qpel_10bit: port to cpuflags
2012-11-08 Diego Biurrunx86: h264_intrapred: port to cpuflags
2012-11-05 Diego Biurrunx86: h264qpel: Only define mmxext QPEL functions if...
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-05 Diego Biurrunx86: vc1dsp: port to cpuflags
2012-11-02 Diego Biurrunx86: Refactor PSWAPD fallback implementations and port...
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86: ac3dsp: port to cpuflags
2012-10-31 Diego Biurrunx86: Move optimization suffix to end of function names
2012-10-31 Diego Biurrunx86: h264_chromamc_10bit: drop pointless PAVG %define
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Diego Biurrunx86: fmtconvert: Refactor cvtps2pi emulation through...
2012-10-31 Diego Biurrunx86: fmtconvert: port to cpuflags
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
next