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
/
dsputil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't #if a function declaration and properly indent it.
Ramiro Polla
2009-04-30
1
-3
/
+1
*
mlpdec: Move MLP's filter_channel() to dsputils.
Ramiro Polla
2009-04-30
1
-0
/
+8
*
VC1: add and use avg_no_rnd chroma MC functions
David Conrad
2009-04-14
1
-0
/
+25
*
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
David Conrad
2009-04-14
1
-2
/
+2
*
VC1: Do qpel when needed for both MVs in a B frame
David Conrad
2009-04-14
1
-0
/
+3
*
Use intptr_t when casting pointers to int.
Ramiro Polla
2009-03-26
1
-1
/
+1
*
Adding 2 intra 8x8 cmp functions: vsad, vsse
Roman Shaposhnik
2009-02-19
1
-28
/
+37
*
Making the arrays accomodate an extra intra 8x8 cmp function
Roman Shaposhnik
2009-02-19
1
-2
/
+2
*
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
Aurelien Jacobs
2009-02-09
1
-0
/
+3
*
ff_add_hfyu_median_prediction_mmx2
Loren Merritt
2009-02-08
1
-0
/
+18
*
Remove H.264 encoder initialization.
Diego Biurrun
2009-02-01
1
-3
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-17
/
+17
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-25
/
+25
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-2
/
+2
*
RV30 decoder
Kostya Shishkov
2008-12-20
1
-0
/
+7
*
Move filter_luma_intra into dsputil for later addition of asm.
Jason Garrett-Glaser
2008-12-19
1
-0
/
+59
*
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
Michael Niedermayer
2008-12-18
1
-0
/
+4
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-1
/
+1
*
clear_block mmx
Loren Merritt
2008-12-10
1
-0
/
+6
*
RV40 MC functions
Kostya Shishkov
2008-12-01
1
-0
/
+24
*
Electronic Arts TGQ/TQI/MAD IDCT algorithm
Peter Ross
2008-11-08
1
-0
/
+6
*
Move VP3 loop filter to DSPContext
David Conrad
2008-10-04
1
-0
/
+5
*
simd int->float
Loren Merritt
2008-08-13
1
-0
/
+7
*
simd downmix
Loren Merritt
2008-08-13
1
-0
/
+6
*
float_to_int16_interleave: change src to an array of pointers instead of assu...
Loren Merritt
2008-07-16
1
-5
/
+5
*
exploit mdct symmetry
Loren Merritt
2008-07-13
1
-3
/
+12
*
simplify vorbis windowing
Loren Merritt
2008-07-13
1
-8
/
+33
*
Fix x86-64
Michael Niedermayer
2008-07-07
1
-1
/
+1
*
Add several vector functions used by Monkey's Audio decoder to dsputil
Kostya Shishkov
2008-07-06
1
-0
/
+25
*
Typo: distoration -> distortion.
Ramiro Polla
2008-04-29
1
-3
/
+3
*
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
Alexander Strange
2008-04-16
1
-0
/
+6
*
remove more useless mpegvideo.h includes
Aurelien Jacobs
2008-03-05
1
-1
/
+0
*
move ff_emulated_edge_mc() to dsputil
Aurelien Jacobs
2008-03-04
1
-0
/
+71
*
move ff_init_scantable() into dsputil
Aurelien Jacobs
2008-03-04
1
-0
/
+24
*
move draw_edges() into dsputil
Aurelien Jacobs
2008-03-04
1
-0
/
+31
*
floating point AAN IDCT
Michael Niedermayer
2008-02-26
1
-0
/
+6
*
cleaner way of writing packed-byte constants.
Loren Merritt
2008-02-22
1
-2
/
+3
*
indent
Loren Merritt
2008-02-21
1
-10
/
+10
*
pseudo-simd add_bytes and diff_bytes
Loren Merritt
2008-02-21
1
-13
/
+20
*
simd and unroll png_filter_row
Loren Merritt
2008-02-21
1
-0
/
+18
*
const src for bswap
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
consts
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
Diego Biurrun
2007-12-21
1
-8
/
+8
*
More consistent { placement.
Michael Niedermayer
2007-12-21
1
-12
/
+6
*
indent
Michael Niedermayer
2007-12-21
1
-29
/
+29
*
~15% faster h264_chroma_mc2/4_c() these also prevent some possible out
Michael Niedermayer
2007-12-21
1
-0
/
+26
*
30% faster h264_chroma_mc8_c(), this also prevents a possible out of
Michael Niedermayer
2007-12-21
1
-0
/
+18
[next]