]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dsputil.h
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
[frescor/ffmpeg.git] / libavcodec / dsputil.h
2009-11-05 reimarAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-04 reimarPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-10-18 lorenmhuffyuv: add some const qualifiers
2009-10-18 lorenmsimd add_hfyu_left_prediction
2009-10-17 jbrMove autocorrelation function from flacenc.c to lpc...
2009-10-16 astrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-15 reimarAdd support for hardcoded ff_sin_* tables.
2009-10-15 reimarMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 reimarDo not initialize ff_cos_* tables again in rdft_init...
2009-10-14 reimarUse hardcoded instead of runtime-calculated ff_cos_...
2009-10-06 cehoyosMove HuffYUV left prediction to dsputil.
2009-09-27 mruDrop unused args from vector_fmul_add_add, simpify...
2009-09-22 mruAdd some dsputil functions useful for AAC decoder
2009-09-21 mruAllow arch-specific mdct code to request interleaving...
2009-09-20 mruMerge FFTContext and MDCTContext
2009-09-15 mru10l: fix ff_fft_init_arm() prototype
2009-09-15 mruMove per-arch fft init bits into the corresponding...
2009-09-15 vitorAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 mruARM: NEON optimised MDCT
2009-09-11 mruPrepare for optimised forward MDCT implementations
2009-09-10 mruARM: NEON optimised FFT and MDCT
2009-09-06 reimarff_sine_windows table contains only constant data,...
2009-09-06 reimarThe ff_cos_tabs table itself is constant, too, so mark...
2009-08-29 mruOne declaration of mm_flags is enough
2009-08-29 mruMove declarations of some mmx functions to dsputil_mmx.h
2009-08-29 mruMove DECLARE_ALIGNED_8 definition next to DECLARE_ALIGN...
2009-08-28 mruMake DECLARE_ALIGNED_8 align to 8 bytes, never to 16
2009-08-27 vitorMark parameter src of vector_clipf() as const
2009-08-27 vitorSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-06-16 darkshikariidct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-05-16 sergeSupport for getting (i)MDCT output multiplied by a...
2009-05-15 ramiromlp: Simplify adressing of state and coeffs arrays...
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 alexcMark src constant in copy_block*().
2009-02-19 romanshMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-09 aurelmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-08 lorenmff_add_hfyu_median_prediction_mmx2
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 alexcAdd the rdft family of transforms (fft/ifft of an all...
2009-01-22 alexcClean up FFT related comments.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 bananAdd size that is needed for the wmapro codec
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-19 michaelDocument new idct requirements.
2008-12-19 darkshikariMove filter_luma_intra into dsputil for later addition...
2008-12-18 michaelH.264 idct functions that include the chroma, inter...
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-12-10 lorenmclear_block mmx
2008-12-01 kostyaenable RV40 decoder
2008-12-01 kostyaRV40 MC functions
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-25 mruARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-24 lorenmdocument some dsp alignments
2008-08-15 lorenmdocument some dsp alignments
2008-08-14 superdumpAdd declarations for the sine tables used in wma.c...
2008-08-13 lorenmsimd int->float
2008-08-13 lorenmsimd downmix
2008-08-12 lorenmmdct wrapper function to match fft
2008-08-12 lorenmremove mdct tmp buffer
2008-08-12 lorenmoptimize imdct_half:
2008-08-12 lorenmsplit-radix FFT
2008-07-29 lorenmr14205 broke vorbis float_to_int on ppc
2008-07-19 michaelFix h264_loop_filter_strength_mmx2() so it works with...
2008-07-16 lorenmfloat_to_int16_interleave: change src to an array of...
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 lorenmsimplify vorbis windowing
2008-07-10 kostyaThose functions input length is a multiple of 16.
2008-07-07 michaelFix x86-64
2008-07-06 kostyaAdd several vector functions used by Monkey's Audio...
2008-06-24 astrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-04-16 astrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-03-12 diegotypo fixes
2008-03-10 diegomisc spelling fixes
2008-03-05 aurelmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 aurelFix compilation on powerpc.
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-24 reimar__asm __volatile -> asm volatile, improves code consist...
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-16 mruclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-01 michaelconst src for bswap
2008-01-13 superdumpAdd variable alpha and size of half window for Kaiser...
2008-01-12 andomaMake the Kaiser-Bessel window generator a common function
2007-12-21 diegoFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-08 kostyaSwitch VC-1 decoder to output decoded residual immediately.
2007-11-10 diegocosmetics: Fix spacial --> spatial typo in function...
2007-11-09 michaelintrax8 decoder patch by "someone"
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
next