index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents
Diego Biurrun
2013-04-26
2
-37
/
+0
*
x86: Rename dsputil_rnd_template.c to rnd_template.c
Martin Storsjö
2013-04-25
3
-2
/
+2
*
x86: Get rid of duplication between *_rnd_template.c
Martin Storsjö
2013-04-23
2
-197
/
+5
*
x86: Factorize duplicated inline assembly snippets
Martin Storsjö
2013-04-23
3
-130
/
+76
*
x86: Move some conditional code around to avoid unused variable warnings
Diego Biurrun
2013-04-22
3
-17
/
+15
*
x86: cavs: Refactor duplicate dspfunc macro
Diego Biurrun
2013-04-22
1
-22
/
+14
*
x86: cavs: Put mmx-specific code into its own init function
Diego Biurrun
2013-04-22
3
-15
/
+31
*
x86: Remove some duplicate function declarations
Diego Biurrun
2013-04-22
2
-7
/
+0
*
x86: Remove unused inline asm instruction defines
Martin Storsjö
2013-04-20
1
-3
/
+0
*
x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Ronald S. Bultje
2013-04-19
8
-657
/
+957
*
vp3: Use full transpose for all IDCTs
Ronald S. Bultje
2013-04-15
2
-43
/
+82
*
x86: Move constants to the only place where they are used
Ronald S. Bultje
2013-04-15
3
-9
/
+4
*
x86: dsputil: Move some ifdefs to avoid unused variable warnings
Diego Biurrun
2013-04-12
1
-2
/
+2
*
x86: dsputil: cosmetics: Remove two pointless variable indirections
Diego Biurrun
2013-04-12
1
-4
/
+2
*
x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations
Diego Biurrun
2013-04-12
3
-15
/
+6
*
x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place
Diego Biurrun
2013-04-12
1
-5
/
+3
*
x86: h264qpel: int --> ptrdiff_t for some line_size parameters
Diego Biurrun
2013-04-12
2
-6
/
+9
*
Move misplaced file author information where it belongs
Diego Biurrun
2013-04-11
2
-4
/
+4
*
dsputil: Make dsputil selectable
Ronald S. Bultje
2013-04-10
7
-49
/
+60
*
h264: Integrate clear_blocks calls with IDCT
Ronald S. Bultje
2013-04-10
2
-30
/
+131
*
x86: qpel: Move fullpel and l2 functions to a separate file
Ronald S. Bultje
2013-04-08
4
-233
/
+257
*
x86: sbrdsp: Implement SSE neg_odd_64
Christophe Gisquet
2013-04-05
2
-0
/
+24
*
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-03-27
3
-160
/
+158
*
x86: vc1dsp: Fix indentation
Martin Storsjö
2013-03-26
1
-42
/
+42
*
x86: consistently use unaligned movs in the unaligned bswap
Janne Grunau
2013-03-25
1
-6
/
+6
*
x86: Change a missed occurrance of int to ptrdiff_t for strides
Martin Storsjö
2013-03-24
1
-1
/
+1
*
x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...
Martin Storsjö
2013-03-23
1
-7
/
+0
*
dsputil: convert remaining functions to use ptrdiff_t strides
Luca Barbato
2013-03-12
7
-79
/
+108
*
Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."
Diego Biurrun
2013-02-28
2
-169
/
+191
*
x86: dsputil: Drop some unused function #defines
Diego Biurrun
2013-02-26
1
-5
/
+0
*
x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext
Diego Biurrun
2013-02-26
2
-8
/
+1
*
x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c
Diego Biurrun
2013-02-26
5
-13
/
+14
*
x86: dsputil_mmx: Remove leftover inline assembly fragments
Martin Storsjö
2013-02-27
1
-12
/
+4
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
11
-11
/
+0
*
x86: h264: Don't use redzone in AVX h264_deblock on Win64
Matt Wolenetz
2013-02-21
1
-0
/
+8
*
h264chroma: Remove duplicate 9/10 bit functions
Ronald S. Bultje
2013-02-19
1
-3
/
+3
*
x86: dsputil: Fix h263 loop filter link error in some configurations
Daniel Kang
2013-02-18
3
-162
/
+189
*
x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param
Daniel Kang
2013-02-18
1
-1
/
+1
*
x86: mpeg4qpel: Make movsxifnidn do the right thing
Daniel Kang
2013-02-11
1
-1
/
+1
*
dsputil: Move fdct function declarations to dct.h
Diego Biurrun
2013-02-09
3
-2
/
+3
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-1
/
+1
*
dsputil: x86: Fix compile error
Daniel Kang
2013-02-07
1
-2
/
+2
*
dsputil: x86: Convert h263 loop filter to yasm
Daniel Kang
2013-02-06
2
-177
/
+171
*
h264chroma: x86: Fix building with yasm disabled
Martin Storsjö
2013-02-06
2
-2
/
+4
*
rv34: Drop now unnecessary dsputil dependencies
Diego Biurrun
2013-02-06
2
-2
/
+2
*
dsputil: Separate h264chroma
Diego Biurrun
2013-02-06
3
-99
/
+118
*
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-02-05
19
-33
/
+59
*
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
Diego Biurrun
2013-02-05
4
-73
/
+60
*
x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
Diego Biurrun
2013-01-31
2
-43
/
+43
*
x86: Simplify some arch conditionals
Diego Biurrun
2013-01-29
2
-2
/
+2
[next]