]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dsputil.c
Do not hardcode filter order in ff_acelp_lspd2lpc()
[frescor/ffmpeg.git] / libavcodec / dsputil.c
2009-10-18 lorenmhuffyuv: add some const qualifiers
2009-10-18 jbradd CONFIG_LPC to the build system for lpc dsputil...
2009-10-17 jbrMove autocorrelation function from flacenc.c to lpc...
2009-10-16 astrangeRemove a meaningless 'inline' from add_hfyu_left_predic...
2009-10-16 astrangeHuffyuv: Add missing const to src pointers in dsputil...
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 lorenmextend ff_inverse[], and fix its documentation
2009-08-27 vitorMark parameter src of vector_clipf() as const
2009-08-27 vitorSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-26 mrudsputil: declare some arrays 16-byte aligned
2009-08-26 reimar100l, inv_zigzag_direct16 must be aligned to 16 bytes...
2009-08-25 mruRemove explicit init to zero of static inv_zigzag_direct16
2009-08-19 mruGet rid of large stack array in rd8x8_c()
2009-07-29 diegoDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 diegoDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-04-30 ramiroDon't #if a function declaration and properly indent it.
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
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-03-26 ramiroUse intptr_t when casting pointers to int.
2009-02-19 romanshAdding 2 intra 8x8 cmp functions: vsad, vsse
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 diegoRemove H.264 encoder initialization.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-20 kostyaRV30 decoder
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 kostyaRV40 MC functions
2008-11-08 prossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-08-13 lorenmsimd int->float
2008-08-13 lorenmsimd downmix
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-07 michaelFix x86-64
2008-07-06 kostyaAdd several vector functions used by Monkey's Audio...
2008-04-29 ramiroTypo: distoration -> distortion.
2008-04-16 astrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-26 michaelfloating point AAN IDCT
2008-02-22 lorenmcleaner way of writing packed-byte constants.
2008-02-21 lorenmindent
2008-02-21 lorenmpseudo-simd add_bytes and diff_bytes
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-01 michaelconst src for bswap
2008-02-01 michaelconsts
2007-12-21 diegoFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-21 michaelMore consistant { placement.
2007-12-21 michaelindent
2007-12-21 michael~15% faster h264_chroma_mc2/4_c() these also prevent...
2007-12-21 michael30% faster h264_chroma_mc8_c(), this also prevents...
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-11-09 michaelremvoe useless #ifdef
2007-11-09 michaelintrax8 decoder patch by "someone"
2007-09-29 lorenmsse2 version of compute_autocorr().
2007-09-23 diegoVIS-specific code should be enabled conditional to...
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-28 takisTake care of some renames (Doxygen and function name...
2007-07-24 aurelhelp some gcc version to optimize out those functions
2007-07-11 iiverevert commit 9603
2007-07-11 iiveIntegrate reference mpeg IDCT into dsputil.
2007-07-10 aurelcosmetics: indentation
2007-07-10 aurelAvoid linking with h263.c functions when the relevant...
2007-07-08 mrufix warning
2007-07-08 mrumake arguments to ssd_int8_vs_int16() const
2007-07-05 diegoGroup all copyright and author notices together.
2007-06-16 mrukill some "defined but not used" warnings
2007-06-16 mrukill a warning on 64-bit machines
2007-06-15 aureluse if() instead of #ifdef and ensure all possible...
2007-06-15 takisCorrect signature of just_return().
2007-06-14 diegoSimplify init preprocessor statements.
2007-06-12 diegomisc typo fixes
2007-05-23 takisReindent
2007-05-23 takisMake the compilation of h264idct.c optional.
2007-05-14 takisMake vp3dsp*.c compilation optional.
2007-05-12 lorenmfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-03-30 lorenmmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-02-27 diegoThe Snow DEcoding routines should be under CONFIG_SNOW_...
2007-02-25 reimarAdd av_ prefix to clip functions
2006-12-11 takisAdding H.264 DCT.
2006-12-11 mruimproved stack misalignment warning
2006-12-07 michaelbetter warning
2006-12-07 michaelff_check_alignment to warn the user about a missaligned...
next