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
/
dsputil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove redundant declarations
Måns Rullgård
2006-09-02
1
-2
/
+0
*
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
Kostya Shishkov
2006-09-02
1
-4
/
+0
*
New function for chroma MC (will be used in VC-1)
Kostya Shishkov
2006-09-02
1
-0
/
+25
*
New qpel MC functions conforming to VC-1 standard.
Kostya Shishkov
2006-08-31
1
-0
/
+4
*
mmx implementation of deblocking strength decision.
Loren Merritt
2006-08-28
1
-0
/
+1
*
sse and 3dnow implementations of float->int conversion and mdct windowing.
Loren Merritt
2006-08-10
1
-0
/
+37
*
sse & sse2 implementations of vorbis channel coupling.
Loren Merritt
2006-08-03
1
-0
/
+7
*
New functions in DSPContext for VC-1 decoding
Kostya Shishkov
2006-07-30
1
-0
/
+12
*
Fix compilation with --disable-decoders.
Emiliano Parasassi
2006-07-07
1
-0
/
+4
*
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
Michael Niedermayer
2006-07-03
1
-0
/
+18
*
Disable w53 and w97 cmp methods when snow encoder is disabled
Diego Pettenò
2006-06-30
1
-2
/
+6
*
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...
Loren Merritt
2006-05-30
1
-29
/
+25
*
mmx implementation of 3-point GMC. (5x faster than C)
Loren Merritt
2006-04-04
1
-2
/
+2
*
remove mpegvideo.c img resample dependancy
Michael Niedermayer
2006-03-31
1
-0
/
+5
*
prefetch pixels for future motion compensation. 2-5% faster h264.
Loren Merritt
2006-03-23
1
-0
/
+4
*
10l: Only set *compose97i *add_yblock to dsputils context if we are building ...
Oded Shimon
2006-03-17
1
-0
/
+2
*
First part of a series of speed-enchancing patches.
Robert Edele
2006-03-16
1
-0
/
+5
*
h264: special case dc-only idct. ~1% faster overall
Loren Merritt
2006-02-10
1
-0
/
+2
*
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-02-05
1
-7
/
+7
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
tweak h264_biweight
Loren Merritt
2006-01-09
1
-5
/
+4
*
use h264 MC functions for 2xX Xx2 blocks in snow too
Michael Niedermayer
2006-01-08
1
-0
/
+75
*
ugly, but necessary
Mike Melanson
2006-01-05
1
-0
/
+4
*
8x8 integer dct from x264 as cmp function (under CONFIG_GPL)
Michael Niedermayer
2006-01-04
1
-0
/
+58
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-65
/
+65
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-160
/
+160
*
kill a bunch of compiler warnings
Måns Rullgård
2005-08-14
1
-2
/
+4
*
H.264 lossless mode
Loren Merritt
2005-06-17
1
-0
/
+33
*
decode H.264 with 8x8 transform.
Loren Merritt
2005-06-02
1
-0
/
+1
*
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...
Loren Merritt
2005-05-18
1
-6
/
+36
*
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
Michael Niedermayer
2005-05-17
1
-0
/
+4
*
porting vp3 idct over to lavc idct api
Michael Niedermayer
2005-05-17
1
-4
/
+5
*
minor optimization of the h264 loop filter
Michael Niedermayer
2005-05-07
1
-2
/
+2
*
put most codecs under ifdefs
Michael Niedermayer
2005-05-02
1
-0
/
+3
*
MMX for H.264 deblocking filter
Loren Merritt
2005-04-25
1
-0
/
+91
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-2
/
+5
*
use clip_uint8()
Michael Niedermayer
2005-01-23
1
-7
/
+2
*
H.264 weighted prediction.
Loren Merritt
2005-01-07
1
-0
/
+97
*
more flexible frame skip decission
Michael Niedermayer
2004-12-08
1
-0
/
+22
*
move h264 idct to its own file and call via function pointer in DspContext
Michael Niedermayer
2004-09-27
1
-2
/
+9
*
1/8 resolution decoding
Michael Niedermayer
2004-09-26
1
-0
/
+18
*
1/4 resolution decoding
Michael Niedermayer
2004-09-26
1
-0
/
+47
*
1/2 resolution decoding
Michael Niedermayer
2004-09-25
1
-9
/
+62
*
useless
Michael Niedermayer
2004-09-06
1
-1
/
+0
*
4x4 SSE compare function
Michael Niedermayer
2004-08-22
1
-1
/
+126
*
Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)
Michael Niedermayer
2004-08-13
1
-3
/
+3
*
nsse weight
Michael Niedermayer
2004-06-07
1
-6
/
+8
*
noise preserving sum of squares comparission function
Michael Niedermayer
2004-06-07
1
-0
/
+53
*
rewrite h261 loop filter
Michael Niedermayer
2004-05-30
1
-26
/
+22
*
h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...
Michael Niedermayer
2004-05-30
1
-0
/
+33
[next]