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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: allow to skip drawing of top/bottom edges.
Alexander Strange
2011-03-26
1
-1
/
+3
*
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
1
-0
/
+14
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
dsputil: add bswap16_buf()
Mans Rullgard
2011-03-16
1
-0
/
+1
*
Update the url to the site website and change ffmpeg-devel to libav-devel
Johan Andersson
2011-03-13
1
-1
/
+1
*
dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
Ronald S. Bultje
2011-02-21
1
-0
/
+4
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
1
-27
/
+0
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
1
-5
/
+0
*
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
1
-4
/
+1
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-0
/
+15
*
Make ff_float_to_int16*_c() static.
Alex Converse
2011-01-28
1
-2
/
+0
*
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
2011-01-28
1
-2
/
+1
*
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
1
-1
/
+1
*
Make LOCAL_ALIGNED macro fully C99 compatible
Mans Rullgard
2011-01-22
1
-7
/
+11
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
1
-2
/
+0
*
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-20
1
-1
/
+0
*
H.264/SVQ3: make chroma DC work the same way as luma DC
Jason Garrett-Glaser
2011-01-15
1
-0
/
+1
*
Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.
Jason Garrett-Glaser
2011-01-15
1
-1
/
+1
*
Fix SVQ3
Jason Garrett-Glaser
2011-01-14
1
-1
/
+1
*
H.264: split luma dc idct out and implement MMX/SSE2 versions
Jason Garrett-Glaser
2011-01-14
1
-0
/
+4
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
1
-8
/
+0
*
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,
Stefano Sabatini
2010-09-07
1
-0
/
+7
*
Remove duplicate definitions of fullpel MC functions
Måns Rullgård
2010-08-25
1
-10
/
+5
*
Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
Ronald S. Bultje
2010-08-25
1
-7
/
+0
*
Remove global mm_flags variable
Måns Rullgård
2010-08-24
1
-8
/
+1
*
Move cavs dsp functions to their own struct
Måns Rullgård
2010-08-03
1
-10
/
+0
*
Add const to some pointer parameters.
Eli Friedman
2010-06-27
1
-2
/
+2
*
Add const to ff_emulated_edge_mc
David Conrad
2010-05-27
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
vp3: DC-only IDCT
David Conrad
2010-04-17
1
-0
/
+2
*
Move H264 dsputil functions into their own struct
Måns Rullgård
2010-03-16
1
-33
/
+0
*
Separate DWT from snow and dsputil
Måns Rullgård
2010-03-14
1
-11
/
+1
*
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c
Måns Rullgård
2010-03-06
1
-0
/
+14
*
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
Måns Rullgård
2010-03-06
1
-0
/
+4
*
Move prototypes for various dsputil init functions to dsputil.h
Måns Rullgård
2010-03-06
1
-0
/
+8
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-214
/
+0
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-5
/
+5
*
Move DECLARE_ALIGNED_{8,16} macros to mem.h
Måns Rullgård
2010-03-06
1
-3
/
+0
*
Bink video decoder
Kostya Shishkov
2010-02-21
1
-0
/
+7
*
10l: remove stray '(' I don't know where it came from
Måns Rullgård
2010-02-17
1
-2
/
+2
*
Add LOCAL_ALIGNED() macro for declaring aligned local arrays
Måns Rullgård
2010-02-17
1
-0
/
+16
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-6
/
+6
*
Floating point discrete cosine transform
Vitor Sessak
2010-01-20
1
-0
/
+20
*
Implement alpha channel decoding for BGR HuffYUV.
Alexander Strange
2010-01-14
1
-1
/
+1
*
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2010-01-09
1
-9
/
+17
*
refactor and optimize scalarproduct
Loren Merritt
2009-12-05
1
-11
/
+7
*
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
Reimar Döffinger
2009-11-05
1
-0
/
+6
*
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
Reimar Döffinger
2009-11-04
1
-1
/
+1
*
huffyuv: add some const qualifiers
Loren Merritt
2009-10-18
1
-2
/
+2
*
simd add_hfyu_left_prediction
Loren Merritt
2009-10-18
1
-1
/
+1
[next]