index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
vc1dsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc1dsp: mark put/avg_vc1_mspel_mc() always_inline
Mans Rullgard
2012-06-08
1
-1
/
+1
*
Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
2012-03-06
1
-55
/
+42
*
Remove extraneous semicolons
Mans Rullgard
2011-12-11
1
-2
/
+2
*
vc1dec: interlaced stream decoding support 3/3
Mashiat Sarker Shakkhar
2011-10-10
1
-0
/
+21
*
Windows Media Image decoder (WMVP/WVP2)
Alberto Delmás
2011-08-23
1
-0
/
+68
*
vc1: make overlap filter for I-frames bit-exact.
Ronald S. Bultje
2011-05-04
1
-0
/
+54
*
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-04
1
-44
/
+10
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-21
1
-10
/
+44
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
1
-2
/
+59
*
VC1: transpose IDCT 8x8 coeffs while reading.
Ronald S. Bultje
2011-02-17
1
-12
/
+12
*
Remove duplicate definitions of fullpel MC functions
Måns Rullgård
2010-08-25
1
-2
/
+2
*
Improve some uses of ff_cropTbl with constant offset
Måns Rullgård
2010-06-22
1
-28
/
+32
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
Måns Rullgård
2010-03-06
1
-4
/
+0
*
More av_cold for infrequently called functions.
Zuxy Meng
2010-01-13
1
-1
/
+1
*
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
Jason Garrett-Glaser
2009-06-16
1
-0
/
+76
*
Split VC1 loop filter into separate functions for h/v and size
David Conrad
2009-04-15
1
-2
/
+37
*
Move VC1 loop filter to DSPContext
David Conrad
2009-04-15
1
-0
/
+68
*
VC1: Do qpel when needed for both MVs in a B frame
David Conrad
2009-04-14
1
-54
/
+82
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
fix an overflow in vc1 intra overlap filter
Loren Merritt
2009-01-28
1
-4
/
+4
*
simplify 4-point transform part a bit
Kostya Shishkov
2008-01-19
1
-34
/
+26
*
Factor out constant addition
Kostya Shishkov
2008-01-19
1
-64
/
+64
*
Switch VC-1 decoder to output decoded residual immediately.
Kostya Shishkov
2007-12-08
1
-41
/
+35
*
Make bicubic interpolation standard compliant
Christophe Gisquet
2007-07-29
1
-16
/
+65
*
Pass modes as parameters instead of calculating them inplace.
Christophe Gisquet
2007-07-08
1
-7
/
+5
*
Replace function declarations with macro
Christophe Gisquet
2007-07-08
1
-54
/
+18
*
Drop ff_ prefix for static functions
Christophe Gisquet
2007-07-08
1
-30
/
+30
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-26
1
-2
/
+6
*
Optimize overlapping
Kostya Shishkov
2006-11-17
1
-8
/
+14
*
Fix comments
Kostya Shishkov
2006-11-17
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
Kostya Shishkov
2006-09-02
1
-180
/
+0
*
New qpel MC functions conforming to VC-1 standard.
Kostya Shishkov
2006-08-31
1
-0
/
+180
*
Fix overflows in bicubic interpolation.
Kostya Shishkov
2006-07-31
1
-3
/
+3
*
New functions in DSPContext for VC-1 decoding
Kostya Shishkov
2006-07-30
1
-0
/
+451