Tue, 03 Aug 2010 20:59:00 +0000 |
mru |
Move cavs dsp functions to their own struct
libavcodec
|
Sun, 27 Jun 2010 15:11:38 +0000 |
cehoyos |
Add const to some pointer parameters.
libavcodec
|
Thu, 27 May 2010 04:39:27 +0000 |
conrad |
Add const to ff_emulated_edge_mc
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sat, 17 Apr 2010 02:04:30 +0000 |
conrad |
vp3: DC-only IDCT
libavcodec
|
Tue, 16 Mar 2010 01:17:00 +0000 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
Sun, 14 Mar 2010 17:50:12 +0000 |
mru |
Separate DWT from snow and dsputil
libavcodec
|
Sat, 06 Mar 2010 22:36:59 +0000 |
mru |
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
Sat, 06 Mar 2010 22:36:55 +0000 |
mru |
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
Sat, 06 Mar 2010 22:36:49 +0000 |
mru |
Move prototypes for various dsputil init functions to dsputil.h
libavcodec
|
Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Sat, 06 Mar 2010 12:40:43 +0000 |
mru |
Move DECLARE_ALIGNED_{8,16} macros to mem.h
libavcodec
|
Sun, 21 Feb 2010 13:28:46 +0000 |
kostya |
Bink video decoder
libavcodec
|
Wed, 17 Feb 2010 21:04:56 +0000 |
mru |
10l: remove stray '(' I don't know where it came from
libavcodec
|
Wed, 17 Feb 2010 20:36:12 +0000 |
mru |
Add LOCAL_ALIGNED() macro for declaring aligned local arrays
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Wed, 20 Jan 2010 00:39:47 +0000 |
vitor |
Floating point discrete cosine transform
libavcodec
|
Thu, 14 Jan 2010 01:32:49 +0000 |
astrange |
Implement alpha channel decoding for BGR HuffYUV.
libavcodec
|
Sat, 09 Jan 2010 13:28:04 +0000 |
reimar |
Add support for hard-coded MDCT-related ff_sine_windows tables.
libavcodec
|
Sat, 05 Dec 2009 15:09:10 +0000 |
lorenm |
refactor and optimize scalarproduct
libavcodec
|
Thu, 05 Nov 2009 18:29:06 +0000 |
reimar |
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
libavcodec
|
Wed, 04 Nov 2009 17:30:23 +0000 |
reimar |
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
libavcodec
|
Sun, 18 Oct 2009 20:47:25 +0000 |
lorenm |
huffyuv: add some const qualifiers
libavcodec
|
Sun, 18 Oct 2009 20:10:10 +0000 |
lorenm |
simd add_hfyu_left_prediction
libavcodec
|
Sat, 17 Oct 2009 21:00:39 +0000 |
jbr |
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
libavcodec
|
Fri, 16 Oct 2009 23:04:41 +0000 |
astrange |
Huffyuv: Add missing const to src pointers in dsputil functions.
libavcodec
|
Thu, 15 Oct 2009 18:04:55 +0000 |
reimar |
Add support for hardcoded ff_sin_* tables.
libavcodec
|
Thu, 15 Oct 2009 17:55:51 +0000 |
reimar |
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
libavcodec
|
Thu, 15 Oct 2009 11:50:32 +0000 |
reimar |
Do not initialize ff_cos_* tables again in rdft_init, they are already
libavcodec
|