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
/
vc1dsp.c
Age
Commit message (
Expand
)
Author
2011-08-23
Windows Media Image decoder (WMVP/WVP2)
Alberto Delmás
2011-05-04
vc1: make overlap filter for I-frames bit-exact.
Ronald S. Bultje
2011-05-04
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-21
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-17
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
VC1: transpose IDCT 8x8 coeffs while reading.
Ronald S. Bultje
2010-08-25
Remove duplicate definitions of fullpel MC functions
Måns Rullgård
2010-06-22
Improve some uses of ff_cropTbl with constant offset
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-06
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
Måns Rullgård
2010-01-13
More av_cold for infrequently called functions.
Zuxy Meng
2009-06-16
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
Jason Garrett-Glaser
2009-04-15
Split VC1 loop filter into separate functions for h/v and size
David Conrad
2009-04-15
Move VC1 loop filter to DSPContext
David Conrad
2009-04-14
VC1: Do qpel when needed for both MVs in a B frame
David Conrad
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
fix an overflow in vc1 intra overlap filter
Loren Merritt
2008-01-19
simplify 4-point transform part a bit
Kostya Shishkov
2008-01-19
Factor out constant addition
Kostya Shishkov
2007-12-08
Switch VC-1 decoder to output decoded residual immediately.
Kostya Shishkov
2007-07-29
Make bicubic interpolation standard compliant
Christophe Gisquet
2007-07-08
Pass modes as parameters instead of calculating them inplace.
Christophe Gisquet
2007-07-08
Replace function declarations with macro
Christophe Gisquet
2007-07-08
Drop ff_ prefix for static functions
Christophe Gisquet
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-11-26
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-17
Optimize overlapping
Kostya Shishkov
2006-11-17
Fix comments
Kostya Shishkov
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-02
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
Kostya Shishkov
2006-08-31
New qpel MC functions conforming to VC-1 standard.
Kostya Shishkov
2006-07-31
Fix overflows in bicubic interpolation.
Kostya Shishkov
2006-07-30
New functions in DSPContext for VC-1 decoding
Kostya Shishkov