index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dsputil.c
Age
Commit message (
Expand
)
Author
2008-04-29
Typo: distoration -> distortion.
Ramiro Polla
2008-04-16
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
Alexander Strange
2008-03-05
remove more useless mpegvideo.h includes
Aurelien Jacobs
2008-03-04
move ff_emulated_edge_mc() to dsputil
Aurelien Jacobs
2008-03-04
move ff_init_scantable() into dsputil
Aurelien Jacobs
2008-03-04
move draw_edges() into dsputil
Aurelien Jacobs
2008-02-26
floating point AAN IDCT
Michael Niedermayer
2008-02-22
cleaner way of writing packed-byte constants.
Loren Merritt
2008-02-21
indent
Loren Merritt
2008-02-21
pseudo-simd add_bytes and diff_bytes
Loren Merritt
2008-02-21
simd and unroll png_filter_row
Loren Merritt
2008-02-01
const src for bswap
Michael Niedermayer
2008-02-01
consts
Michael Niedermayer
2007-12-21
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
Diego Biurrun
2007-12-21
More consistent { placement.
Michael Niedermayer
2007-12-21
indent
Michael Niedermayer
2007-12-21
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
Michael Niedermayer
2007-12-21
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
Michael Niedermayer
2007-12-08
add ff_ prefix to all simple_idct symbols
Aurelien Jacobs
2007-11-09
remove useless #ifdef
Michael Niedermayer
2007-11-09
intrax8 decoder patch by "someone"
Michael Niedermayer
2007-09-29
sse2 version of compute_autocorr().
Loren Merritt
2007-09-23
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
Diego Biurrun
2007-08-13
Add attribute that forces alignment of stack to functions that need it.
Ramiro Polla
2007-08-09
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-07-28
Take care of some renames (Doxygen and function name) after the previous pure...
Panagiotis Issaris
2007-07-24
help some gcc version to optimize out those functions
Aurelien Jacobs
2007-07-11
revert commit 9603
Ivan Kalvachev
2007-07-11
Integrate reference mpeg IDCT into dsputil.
Ivan Kalvachev
2007-07-10
cosmetics: indentation
Aurelien Jacobs
2007-07-10
Avoid linking with h263.c functions when the relevant codecs
Aurelien Jacobs
2007-07-08
fix warning
Måns Rullgård
2007-07-08
make arguments to ssd_int8_vs_int16() const
Måns Rullgård
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-06-16
kill some "defined but not used" warnings
Måns Rullgård
2007-06-16
kill a warning on 64-bit machines
Måns Rullgård
2007-06-15
use if() instead of #ifdef and ensure all possible optimisations are enabled
Aurelien Jacobs
2007-06-15
Correct signature of just_return().
Panagiotis Issaris
2007-06-14
Simplify init preprocessor statements.
Albert Lee
2007-06-12
misc typo fixes
Diego Biurrun
2007-05-23
Reindent
Panagiotis Issaris
2007-05-23
Make the compilation of h264idct.c optional.
Panagiotis Issaris
2007-05-14
Make vp3dsp*.c compilation optional.
Panagiotis Issaris
2007-05-12
factor sum_abs_dctelem out of dct_sad, and simd it.
Loren Merritt
2007-03-30
mmx 16-bit ssd. 2.3x faster svq1 encoding.
Loren Merritt
2007-02-27
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
Diego Biurrun
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2006-12-11
Adding H.264 DCT.
Panagiotis Issaris
2006-12-11
improved stack misalignment warning
Måns Rullgård
2006-12-07
better warning
Michael Niedermayer
[next]