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
|
Wed, 14 Oct 2009 21:41:24 +0000 |
reimar |
Use hardcoded instead of runtime-calculated ff_cos_* tables if
libavcodec
|
Tue, 06 Oct 2009 16:06:15 +0000 |
cehoyos |
Move HuffYUV left prediction to dsputil.
libavcodec
|
Sun, 27 Sep 2009 16:51:54 +0000 |
mru |
Drop unused args from vector_fmul_add_add, simpify code, and rename
libavcodec
|
Tue, 22 Sep 2009 00:48:41 +0000 |
mru |
Add some dsputil functions useful for AAC decoder
libavcodec
|
Mon, 21 Sep 2009 02:56:06 +0000 |
mru |
Allow arch-specific mdct code to request interleaving of cos/sin tables
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Tue, 15 Sep 2009 23:14:55 +0000 |
mru |
10l: fix ff_fft_init_arm() prototype
libavcodec
|
Tue, 15 Sep 2009 21:14:14 +0000 |
mru |
Move per-arch fft init bits into the corresponding subdirs
libavcodec
|
Tue, 15 Sep 2009 16:18:16 +0000 |
vitor |
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
libavcodec
|
Fri, 11 Sep 2009 02:24:22 +0000 |
mru |
ARM: NEON optimised MDCT
libavcodec
|
Fri, 11 Sep 2009 02:24:19 +0000 |
mru |
Prepare for optimised forward MDCT implementations
libavcodec
|
Thu, 10 Sep 2009 08:50:03 +0000 |
mru |
ARM: NEON optimised FFT and MDCT
libavcodec
|
Sun, 06 Sep 2009 08:56:10 +0000 |
reimar |
ff_sine_windows table contains only constant data, too.
libavcodec
|
Sun, 06 Sep 2009 08:53:14 +0000 |
reimar |
The ff_cos_tabs table itself is constant, too, so mark it as such.
libavcodec
|
Sat, 29 Aug 2009 16:55:55 +0000 |
mru |
One declaration of mm_flags is enough
libavcodec
|
Sat, 29 Aug 2009 16:55:50 +0000 |
mru |
Move declarations of some mmx functions to dsputil_mmx.h
libavcodec
|
Sat, 29 Aug 2009 16:55:46 +0000 |
mru |
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
libavcodec
|
Fri, 28 Aug 2009 23:39:02 +0000 |
mru |
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16
libavcodec
|
Thu, 27 Aug 2009 15:38:59 +0000 |
vitor |
Mark parameter src of vector_clipf() as const
libavcodec
|
Thu, 27 Aug 2009 14:49:36 +0000 |
vitor |
SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
libavcodec
|
Tue, 16 Jun 2009 09:00:55 +0000 |
darkshikari |
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Fri, 15 May 2009 15:34:22 +0000 |
ramiro |
mlp: Simplify adressing of state and coeffs arrays for both filters by making
libavcodec
|
Thu, 30 Apr 2009 12:30:05 +0000 |
ramiro |
mlpdec: Move MLP's filter_channel() to dsputils.
libavcodec
|
Wed, 15 Apr 2009 06:22:17 +0000 |
conrad |
Split VC1 loop filter into separate functions for h/v and size
libavcodec
|
Wed, 15 Apr 2009 06:20:22 +0000 |
conrad |
Move VC1 loop filter to DSPContext
libavcodec
|
Tue, 14 Apr 2009 23:56:10 +0000 |
conrad |
VC1: add and use avg_no_rnd chroma MC functions
libavcodec
|
Tue, 14 Apr 2009 23:55:39 +0000 |
conrad |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
libavcodec
|
Tue, 14 Apr 2009 19:26:33 +0000 |
conrad |
VC1: Do qpel when needed for both MVs in a B frame
libavcodec
|
Tue, 14 Apr 2009 04:07:35 +0000 |
alexc |
Mark src constant in copy_block*().
libavcodec
|
Thu, 19 Feb 2009 00:28:08 +0000 |
romansh |
Making the arrays accomodate an extra intra 8x8 cmp function
libavcodec
|
Mon, 09 Feb 2009 23:37:31 +0000 |
aurel |
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
libavcodec
|
Sun, 08 Feb 2009 17:45:30 +0000 |
lorenm |
ff_add_hfyu_median_prediction_mmx2
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 20:15:48 +0000 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
Thu, 22 Jan 2009 19:46:23 +0000 |
alexc |
Clean up FFT related comments.
libavcodec
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Sun, 11 Jan 2009 22:19:48 +0000 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
Sun, 11 Jan 2009 10:40:05 +0000 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
Sat, 27 Dec 2008 11:33:26 +0000 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
Fri, 19 Dec 2008 09:34:18 +0000 |
michael |
Document new idct requirements.
libavcodec
|
Fri, 19 Dec 2008 00:44:51 +0000 |
darkshikari |
Move filter_luma_intra into dsputil for later addition of asm.
libavcodec
|
Thu, 18 Dec 2008 02:36:48 +0000 |
michael |
H.264 idct functions that include the chroma, inter luma and intra16 luma loops
libavcodec
|
Wed, 17 Dec 2008 00:54:54 +0000 |
mru |
ARM: replace "armv4l" with "arm"
libavcodec
|
Wed, 10 Dec 2008 21:35:17 +0000 |
lorenm |
clear_block mmx
libavcodec
|
Mon, 01 Dec 2008 06:40:36 +0000 |
kostya |
enable RV40 decoder
libavcodec
|
Mon, 01 Dec 2008 06:36:22 +0000 |
kostya |
RV40 MC functions
libavcodec
|
Mon, 03 Nov 2008 18:08:00 +0000 |
rathann |
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
libavcodec
|
Thu, 16 Oct 2008 13:34:09 +0000 |
flameeyes |
Convert asm keyword into __asm__.
libavcodec
|