summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* ARM: NEON optimised MDCTMåns Rullgård2009-09-11
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-11
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-10
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-06
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-06
* One declaration of mm_flags is enoughMåns Rullgård2009-08-29
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-29
* Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16Måns Rullgård2009-08-29
* Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16Måns Rullgård2009-08-28
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-15
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-15
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-14
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-14
* Mark src constant in copy_block*().Alex Converse2009-04-14
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-19
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Clean up FFT related comments.Alex Converse2009-01-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Document new idct requirements.Michael Niedermayer2008-12-19
* Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser2008-12-19
* H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer2008-12-18
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* clear_block mmxLoren Merritt2008-12-10
* enable RV40 decoderKostya Shishkov2008-12-01
* RV40 MC functionsKostya Shishkov2008-12-01
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
* document some dsp alignmentsLoren Merritt2008-08-24
* document some dsp alignmentsLoren Merritt2008-08-15
* Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain2008-08-14