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
/
vp8dsp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
On2 VP7 decoder
Peter Ross
2014-04-04
1
-93
/
+272
*
vp8: K&R formatting cosmetics
Vittorio Giovara
2014-03-29
1
-264
/
+302
*
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diego Biurrun
2014-03-22
1
-1
/
+1
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-5
/
+5
*
vp8: fix bilinear C code to work if src_stride != dst_stride.
Ronald S. Bultje
2014-02-06
1
-10
/
+10
*
cosmetics: Place arch initialization calls in alphabetical order
Diego Biurrun
2013-08-29
1
-2
/
+2
*
ppc: More consistent arch initialization
Diego Biurrun
2013-04-30
1
-2
/
+2
*
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-04-08
1
-5
/
+5
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-7
/
+7
*
x86: call most of the x86 dsp init functions under if (ARCH_X86)
Janne Grunau
2012-10-08
1
-1
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
2012-03-06
1
-10
/
+8
*
vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
2012-03-02
1
-22
/
+22
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
1
-3
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
VP8: ARM NEON optimisations for dsp functions
Mans Rullgard
2011-02-07
1
-0
/
+2
*
VP8: don't overread edges on fourtap MC.
Ronald S. Bultje
2011-01-26
1
-38
/
+38
*
VP8: much faster DC transform handling
Jason Garrett-Glaser
2010-08-02
1
-4
/
+17
*
VP8: move zeroing of luma DC block into the WHT
Jason Garrett-Glaser
2010-08-02
1
-0
/
+4
*
VP8: optimize DC-only chroma case in the same way as luma.
Jason Garrett-Glaser
2010-07-23
1
-21
/
+18
*
VP8: 30% faster idct_mb
Jason Garrett-Glaser
2010-07-23
1
-3
/
+23
*
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
Jason Garrett-Glaser
2010-07-23
1
-0
/
+5
*
Change function prototypes for width=8 inner and mbedge loopfilter functions
Ronald S. Bultje
2010-07-19
1
-15
/
+31
*
VP8: Move calculation of outer filter limit out of dsp functions for normal
David Conrad
2010-07-02
1
-1
/
+1
*
Altivec VP8 MC functions
David Conrad
2010-06-29
1
-0
/
+2
*
Faster C VP8 normal inner loop filter
Jason Garrett-Glaser
2010-06-29
1
-3
/
+6
*
Use crop table in C implementations of VP8 DSP functions.
Jason Garrett-Glaser
2010-06-29
1
-26
/
+35
*
Fix linking if MMX is disabled.
Stefano Sabatini
2010-06-27
1
-1
/
+1
*
First shot at VP8 optimizations:
Jason Garrett-Glaser
2010-06-27
1
-0
/
+3
*
VP8 bilinear filter
David Conrad
2010-06-27
1
-0
/
+70
*
Really fix r23782
Jason Garrett-Glaser
2010-06-25
1
-2
/
+2
*
Fix c99ism in r23782
Jason Garrett-Glaser
2010-06-25
1
-1
/
+2
*
Make VP8 DSP functions take two strides
Jason Garrett-Glaser
2010-06-25
1
-12
/
+22
*
Native VP8 decoder.
David Conrad
2010-06-22
1
-0
/
+373