summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
...
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-22
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15
* Fix SVQ3Jason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* vp3: DC-only IDCTDavid Conrad2010-04-17
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-06
* Bink video decoderKostya Shishkov2010-02-21
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-17
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Floating point discrete cosine transformVitor Sessak2010-01-20
* Implement alpha channel decoding for BGR HuffYUV.Alexander Strange2010-01-14
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* refactor and optimize scalarproductLoren Merritt2009-12-05
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-05
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-15
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-15
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-14
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-22
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-21
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15