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
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-2
/
+2
*
kill some "defined but not used" warnings
Måns Rullgård
2007-06-16
1
-3
/
+3
*
kill a warning on 64-bit machines
Måns Rullgård
2007-06-16
1
-1
/
+1
*
use if() instead of #ifdef and ensure all possible optimisations are enabled
Aurelien Jacobs
2007-06-15
1
-19
/
+9
*
Correct signature of just_return().
Panagiotis Issaris
2007-06-15
1
-1
/
+1
*
Simplify init preprocessor statements.
Albert Lee
2007-06-14
1
-17
/
+9
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
Reindent
Panagiotis Issaris
2007-05-23
1
-4
/
+4
*
Make the compilation of h264idct.c optional.
Panagiotis Issaris
2007-05-23
1
-1
/
+3
*
Make vp3dsp*.c compilation optional.
Panagiotis Issaris
2007-05-14
1
-1
/
+2
*
factor sum_abs_dctelem out of dct_sad, and simd it.
Loren Merritt
2007-05-12
1
-7
/
+11
*
mmx 16-bit ssd. 2.3x faster svq1 encoding.
Loren Merritt
2007-03-30
1
-0
/
+10
*
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
Diego Biurrun
2007-02-27
1
-1
/
+1
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-15
/
+15
*
Adding H.264 DCT.
Panagiotis Issaris
2006-12-11
1
-0
/
+8
*
improved stack misalignment warning
Måns Rullgård
2006-12-11
1
-4
/
+3
*
better warning
Michael Niedermayer
2006-12-07
1
-2
/
+3
*
ff_check_alignment to warn the user about a missaligned stack
Michael Niedermayer
2006-12-07
1
-0
/
+20
*
Move copy_block* functions to dsp dsputil.h
Brian Foley
2006-11-26
1
-77
/
+0
*
revert bad checkin
Måns Rullgård
2006-11-14
1
-5
/
+5
*
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-14
1
-5
/
+5
*
rename squareTbl -> ff_squareTbl
Måns Rullgård
2006-11-12
1
-6
/
+6
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-27
/
+27
*
rename inverse -> ff_inverse
Måns Rullgård
2006-11-12
1
-1
/
+1
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-30
/
+30
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
approximate qpel functions: sacrifice some quality for some decoding speed. e...
Loren Merritt
2006-10-01
1
-0
/
+10
*
ADI Blackfin optimizations
Michael Benjamin
2006-09-16
1
-0
/
+3
*
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
[next]