]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
avcodec: Add av_cold attributes to init functions missing them
[ffmpeg] / libavcodec / x86 /
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-05-03 Diego Biurrunsilly typo fixes
2013-05-03 Christophe Gisquetx86: sbrdsp: Implement SSE2 qmf_deint_bfly
2013-05-02 Diego Biurrunx86: dsputil: Move cavs and vc1-specific functions...
2013-05-02 Diego Biurrunx86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c
2013-05-02 Diego Biurrunx86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c
2013-05-02 Diego Biurrunx86: Move duplicated put_pixels{8|16}_mmx functions...
2013-04-30 Diego Biurrunx86: Drop unnecessary ff_ name prefixes from static...
2013-04-30 Diego Biurrunmpegaudiosp: More consistent names for ppc/x86 optimiza...
2013-04-29 Diego Biurrunx86: dsputil: Remove a set of pointless #ifs around...
2013-04-29 Diego Biurrunx86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mm...
2013-04-29 Diego Biurrunx86: hpeldsp: Remove unused macro definitions
2013-04-26 Diego Biurrunx86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exp...
2013-04-25 Martin Storsjöx86: Rename dsputil_rnd_template.c to rnd_template.c
2013-04-23 Martin Storsjöx86: Get rid of duplication between *_rnd_template.c
2013-04-23 Martin Storsjöx86: Factorize duplicated inline assembly snippets
2013-04-22 Diego Biurrunx86: Move some conditional code around to avoid unused...
2013-04-22 Diego Biurrunx86: cavs: Refactor duplicate dspfunc macro
2013-04-22 Diego Biurrunx86: cavs: Put mmx-specific code into its own init...
2013-04-22 Diego Biurrunx86: Remove some duplicate function declarations
2013-04-19 Martin Storsjöx86: Remove unused inline asm instruction defines
2013-04-19 Ronald S. Bultjex86: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-04-15 Ronald S. Bultjex86: Move constants to the only place where they are...
2013-04-12 Diego Biurrunx86: dsputil: Move some ifdefs to avoid unused variable...
2013-04-12 Diego Biurrunx86: dsputil: cosmetics: Remove two pointless variable...
2013-04-12 Diego Biurrunx86: dsputil: Refactor some ff_{avg|put}_pixels functio...
2013-04-12 Diego Biurrunx86: dsputil: ff_h263_*_loop_filter declarations to...
2013-04-12 Diego Biurrunx86: h264qpel: int --> ptrdiff_t for some line_size...
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
next