index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dsputil.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
Justin Ruggles
2009-10-17
1
-1
/
+1
*
Huffyuv: Add missing const to src pointers in dsputil functions.
Alexander Strange
2009-10-16
1
-4
/
+4
*
Add support for hardcoded ff_sin_* tables.
Reimar Döffinger
2009-10-15
1
-2
/
+4
*
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
Reimar Döffinger
2009-10-15
1
-2
/
+35
*
Do not initialize ff_cos_* tables again in rdft_init, they are already
Reimar Döffinger
2009-10-15
1
-1
/
+1
*
Use hardcoded instead of runtime-calculated ff_cos_* tables if
Reimar Döffinger
2009-10-14
1
-0
/
+4
*
Move HuffYUV left prediction to dsputil.
Nathan Caldwell
2009-10-06
1
-0
/
+2
*
Drop unused args from vector_fmul_add_add, simpify code, and rename
Måns Rullgård
2009-09-27
1
-3
/
+1
*
Add some dsputil functions useful for AAC decoder
Måns Rullgård
2009-09-22
1
-0
/
+50
*
Allow arch-specific mdct code to request interleaving of cos/sin tables
Måns Rullgård
2009-09-21
1
-0
/
+3
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-25
/
+19
*
10l: fix ff_fft_init_arm() prototype
Måns Rullgård
2009-09-15
1
-1
/
+1
*
Move per-arch fft init bits into the corresponding subdirs
Måns Rullgård
2009-09-15
1
-16
/
+5
*
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-09-15
1
-1
/
+3
*
ARM: NEON optimised MDCT
Måns Rullgård
2009-09-11
1
-0
/
+1
*
Prepare for optimised forward MDCT implementations
Måns Rullgård
2009-09-11
1
-1
/
+8
*
ARM: NEON optimised FFT and MDCT
Måns Rullgård
2009-09-10
1
-0
/
+4
*
ff_sine_windows table contains only constant data, too.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
The ff_cos_tabs table itself is constant, too, so mark it as such.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
One declaration of mm_flags is enough
Måns Rullgård
2009-08-29
1
-6
/
+1
*
Move declarations of some mmx functions to dsputil_mmx.h
Måns Rullgård
2009-08-29
1
-6
/
+0
*
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
Måns Rullgård
2009-08-29
1
-2
/
+1
*
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16
Måns Rullgård
2009-08-28
1
-5
/
+0
[prev]
[next]