]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dsputil.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / dsputil.h
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.
2007-10-02 lu_zeroSanitize altivec code so it can be built with runtime...
2007-09-29 lorenmsse2 version of compute_autocorr().
2007-09-27 takiscosmetics: typos
2007-09-23 diegoVIS-specific code should be enabled conditional to...
2007-08-26 diegoDo not wrongly mark Apple gcc workarounds as being...
2007-08-25 michaeluse 16bit IDWT (a SIMD implementation of it should...
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-11 iiverevert commit 9603
2007-07-11 iiveIntegrate reference mpeg IDCT into dsputil.
2007-07-08 mrumake arguments to ssd_int8_vs_int16() const
2007-06-16 mrumove dsputil_init_foo() out from #ifdef
2007-06-12 diegomisc spelling fixes
2007-05-13 alexuse DECLARE_ALIGNED from mem.h (which is included throu...
2007-05-12 lorenmfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-03-30 lu_zeroTypos in comments
2007-03-30 lorenmmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-01-30 takisAdd the const specifier as needed to reduce the number...
2006-12-18 gpoirierAdd SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instr...
2006-12-07 michaelff_check_alignment to warn the user about a missaligned...
2006-12-07 takisAdded entry for H.264 DCT to the DSP context.
2006-12-05 takisAdd comment denoting group of H.264 functions
2006-12-03 reimarMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-11-26 gpoirierMove copy_block* functions to dsp dsputil.h
2006-11-26 kostyaCorrect rounding values in overlap filtering
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-12 mrurename squareTbl -> ff_squareTbl
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 lorenmapproximate qpel functions: sacrifice some quality...
next