index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
x86
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mpegaudiodsp: fix x86 and ppc makefiles
Mans Rullgard
2011-05-19
1
-5
/
+1
*
Port x86 10-bit H.264 deblock asm from x264
Jason Garrett-Glaser
2011-05-10
1
-0
/
+1
*
Add CONFIG_AC3DSP symbol to simplify makefiles
Mans Rullgard
2011-03-12
1
-4
/
+2
*
Add x86-optimized versions of exponent_min().
Justin Ruggles
2011-02-10
1
-0
/
+4
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-0
/
+2
*
Move sse16_sse2() from inline asm to yasm. It is one of the functions causing
Ronald S. Bultje
2010-09-17
1
-0
/
+1
*
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from
Ronald S. Bultje
2010-09-14
1
-1
/
+1
*
LGPL SSE2 H.264 iDCT
Jason Garrett-Glaser
2010-09-10
1
-1
/
+1
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
1
-2
/
+1
*
Port latest x264 deblock asm (before they moved to using NV12 as internal
Ronald S. Bultje
2010-09-03
1
-1
/
+1
*
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square
Ronald S. Bultje
2010-09-01
1
-1
/
+1
*
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,
Ronald S. Bultje
2010-09-01
1
-0
/
+1
*
Fix vertical align.
Ronald S. Bultje
2010-08-31
1
-1
/
+1
*
Split intra prediction initialization (i.e. assigning of function pointers)
Ronald S. Bultje
2010-08-30
1
-0
/
+1
*
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1
Ronald S. Bultje
2010-08-30
1
-0
/
+1
*
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6
Ronald S. Bultje
2010-08-30
1
-9
/
+6
*
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should
Ronald S. Bultje
2010-08-25
1
-2
/
+1
*
Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
Ronald S. Bultje
2010-08-25
1
-2
/
+4
*
Split h264dsp and h264pred in configure.
Jason Garrett-Glaser
2010-08-07
1
-1
/
+2
*
H.264: SSE2/SSSE3 weighted prediction asm
Eli Friedman
2010-08-05
1
-0
/
+1
*
Convert deinterlacing MMX code to YASM
Vitor Sessak
2010-07-31
1
-0
/
+1
*
relicense h264 deblock sse2 to lgpl
Loren Merritt
2010-07-22
1
-3
/
+3
*
MMX/SSE VC1 loop filter
David Conrad
2010-07-11
1
-0
/
+2
*
Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASM
Vitor Sessak
2010-07-06
1
-0
/
+2
*
First shot at VP8 optimizations:
Jason Garrett-Glaser
2010-06-27
1
-0
/
+2
*
Make vp8 select h264dsp and use this to pull in mmx intrapred
Måns Rullgård
2010-06-25
1
-3
/
+1
*
Fix compilation without --enable-gpl.
Carl Eugen Hoyos
2010-06-25
1
-1
/
+4
*
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
Jason Garrett-Glaser
2010-06-25
1
-0
/
+1
*
SSE-optimized MP3 floating point windowing functions
Vitor Sessak
2010-06-24
1
-0
/
+5
*
Simplify arch-specific object file lists
Måns Rullgård
2010-03-16
1
-4
/
+2
*
Move arch-specific makefile parts into $arch/Makefile
Måns Rullgård
2010-03-16
1
-0
/
+41
[prev]