]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
Remove unnecessary header inclusion directives.
[ffmpeg] / libavcodec / dsputil.h
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove prototypes for various dsputil init functions...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-02-21 Kostya ShishkovBink video decoder
2010-02-17 Måns Rullgård10l: remove stray '(' I don't know where it came from
2010-02-17 Måns RullgårdAdd LOCAL_ALIGNED() macro for declaring aligned local...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-15 Reimar DöffingerAdd support for hardcoded ff_sin_* tables.
2009-10-15 Reimar DöffingerMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 Reimar DöffingerDo not initialize ff_cos_* tables again in rdft_init...
2009-10-14 Reimar DöffingerUse hardcoded instead of runtime-calculated ff_cos_...
2009-10-06 Nathan CaldwellMove HuffYUV left prediction to dsputil.
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-22 Måns RullgårdAdd some dsputil functions useful for AAC decoder
2009-09-21 Måns RullgårdAllow arch-specific mdct code to request interleaving...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-15 Måns Rullgård10l: fix ff_fft_init_arm() prototype
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 Måns RullgårdARM: NEON optimised MDCT
2009-09-11 Måns RullgårdPrepare for optimised forward MDCT implementations
2009-09-10 Måns RullgårdARM: NEON optimised FFT and MDCT
2009-09-06 Reimar Döffingerff_sine_windows table contains only constant data,...
2009-09-06 Reimar DöffingerThe ff_cos_tabs table itself is constant, too, so mark...
2009-08-29 Måns RullgårdOne declaration of mm_flags is enough
2009-08-29 Måns RullgårdMove declarations of some mmx functions to dsputil_mmx.h
2009-08-29 Måns RullgårdMove DECLARE_ALIGNED_8 definition next to DECLARE_ALIGN...
2009-08-28 Måns RullgårdMake DECLARE_ALIGNED_8 align to 8 bytes, never to 16
2009-08-27 Vitor SessakMark parameter src of vector_clipf() as const
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-06-16 Jason Garrett-Glaseridct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-15 Ramiro Pollamlp: Simplify adressing of state and coeffs arrays...
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-15 David ConradSplit VC1 loop filter into separate functions for h...
2009-04-15 David ConradMove VC1 loop filter to DSPContext
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 David ConradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 Alex ConverseMark src constant in copy_block*().
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Benjamin LarssonAdd size that is needed for the wmapro codec
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-19 Michael NiedermayerDocument new idct requirements.
2008-12-19 Jason Garrett-GlaserMove filter_luma_intra into dsputil for later addition...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-10 Loren Merrittclear_block mmx
2008-12-01 Kostya Shishkovenable RV40 decoder
2008-12-01 Kostya ShishkovRV40 MC functions
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-25 Måns RullgårdARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-24 Loren Merrittdocument some dsp alignments
2008-08-15 Loren Merrittdocument some dsp alignments
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-12 Loren Merrittoptimize imdct_half:
2008-08-12 Loren Merrittsplit-radix FFT
2008-07-29 Loren Merrittr14205 broke vorbis float_to_int on ppc
2008-07-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2008-07-16 Loren Merrittfloat_to_int16_interleave: change src to an array of...
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-10 Kostya ShishkovMonkey's Audio decoder vector functions work on input...
2008-07-07 Michael NiedermayerFix x86-64
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-04-16 Alexander StrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
next