Roman Shaposhnik
|
905694d96e
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
|
17 лет назад |
Ivan Kalvachev
|
0ac9a875d4
revert commit 9603
|
17 лет назад |
Ivan Kalvachev
|
ddeaf723c5
Integrate reference mpeg IDCT into dsputil.
|
17 лет назад |
Måns Rullgård
|
a00177a952
make arguments to ssd_int8_vs_int16() const
|
17 лет назад |
Måns Rullgård
|
a1bee08046
move dsputil_init_foo() out from #ifdef
|
18 лет назад |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
18 лет назад |
Alex Beregszaszi
|
43c7c7c7cf
use DECLARE_ALIGNED from mem.h (which is included through common.h)
|
18 лет назад |
Loren Merritt
|
1edbfe1994
factor sum_abs_dctelem out of dct_sad, and simd it.
|
18 лет назад |
Diego Biurrun
|
2029f312e8
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
18 лет назад |
Luca Barbato
|
30f1505380
Typos in comments
|
18 лет назад |
Loren Merritt
|
5900637219
mmx 16-bit ssd. 2.3x faster svq1 encoding.
|
18 лет назад |
Panagiotis Issaris
|
9dd6c80453
Add the const specifier as needed to reduce the number of warnings.
|
18 лет назад |
Guillaume Poirier
|
5a5c770d5a
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
|
18 лет назад |
Michael Niedermayer
|
6dc7d5da70
ff_check_alignment to warn the user about a missaligned stack
|
18 лет назад |
Panagiotis Issaris
|
f1862127f5
Added entry for H.264 DCT to the DSP context.
|
18 лет назад |
Panagiotis Issaris
|
ea9f5d6f76
Add comment denoting group of H.264 functions
|
18 лет назад |
Reimar Döffinger
|
cf1e119bb2
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
|
18 лет назад |
Brian Foley
|
49cef7443a
Move copy_block* functions to dsp dsputil.h
|
18 лет назад |
Kostya Shishkov
|
61f5b14a8e
Correct rounding values in overlap filtering
|
18 лет назад |
Måns Rullgård
|
486497e07b
revert bad checkin
|
18 лет назад |
Måns Rullgård
|
be6ed6fff4
move some CFLAGS settings away from config.* writing section
|
18 лет назад |
Måns Rullgård
|
1d50395746
rename squareTbl -> ff_squareTbl
|
18 лет назад |
Måns Rullgård
|
55fde95e3b
rename cropTbl -> ff_cropTbl
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Loren Merritt
|
2833fc4646
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
|
18 лет назад |
Loren Merritt
|
ebbafcb454
sse implementation of imdct.
|
18 лет назад |
Michael Benjamin
|
5ca030fed4
ADI Blackfin optimizations
|
18 лет назад |
Kostya Shishkov
|
6243da0d50
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
|
18 лет назад |
Kostya Shishkov
|
e34350a376
New function for chroma MC (will be used in VC-1)
|
18 лет назад |
Luca Barbato
|
9814587500
Align the input buffer in ffplay, introduce a public macro for aligned declarations
|
18 лет назад |
Kostya Shishkov
|
74691b7bcb
New qpel MC functions conforming to VC-1 standard.
|
18 лет назад |
Loren Merritt
|
3e20143ee7
mmx implementation of deblocking strength decision.
|
18 лет назад |
Loren Merritt
|
069720565c
vorbis simd tweaks
|
18 лет назад |
Loren Merritt
|
eb4825b5d4
sse and 3dnow implementations of float->int conversion and mdct windowing.
|
18 лет назад |
Loren Merritt
|
bcfa3e58ee
3dnow2 implementation of imdct.
|
18 лет назад |
Loren Merritt
|
2dac4acfc0
sse & sse2 implementations of vorbis channel coupling.
|
18 лет назад |
Kostya Shishkov
|
64db55aedb
New functions in DSPContext for VC-1 decoding
|
18 лет назад |
Michael Niedermayer
|
b482e2d12f
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
|
18 лет назад |
Zuxy Meng
|
392f6da897
Remove unused and unsupported Cyrix's "Extended MMX",
|
19 лет назад |
Loren Merritt
|
703c8195a8
mmx implementation of 3-point GMC. (5x faster than C)
|
19 лет назад |
Michael Niedermayer
|
54009d4295
remove mpegvideo.c img resample dependancy
|
19 лет назад |
Steve L'Homme
|
dc2bf20e27
ST16 is undefined for non-GNU compilers.
|
19 лет назад |
Loren Merritt
|
513fbd8e5a
prefetch pixels for future motion compensation. 2-5% faster h264.
|
19 лет назад |
Robert Edele
|
059715a41c
First part of a series of speed-enchancing patches.
|
19 лет назад |
Zuxy Meng
|
82eb4b0f1b
3DNow! & Extended 3DNow! versions of FFT
|
19 лет назад |
Loren Merritt
|
ef9d1d1575
h264: special case dc-only idct. ~1% faster overall
|
19 лет назад |
Steve L'Homme
|
68b51e58ce
MSVC-compatible __align8/__align16 declaration
|
19 лет назад |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 лет назад |
Loren Merritt
|
e8b562087d
tweak h264_biweight
|
19 лет назад |
Michael Niedermayer
|
80e44bc3bf
use h264 MC functions for 2xX Xx2 blocks in snow too
|
19 лет назад |