]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
v210x: cosmetics, reformat
[ffmpeg] / libavcodec / dsputil.c
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-30 Diego BiurrunAdd required header #includes for mpegvideo.h and config.h.
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Justin Rugglesadd CONFIG_LPC to the build system for lpc dsputil...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-16 Alexander StrangeRemove a meaningless 'inline' from add_hfyu_left_predic...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
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 Loren Merrittextend ff_inverse[], and fix its documentation
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-08-26 Måns Rullgårddsputil: declare some arrays 16-byte aligned
2009-08-26 Reimar Döffinger100l, inv_zigzag_direct16 must be aligned to 16 bytes...
2009-08-25 Måns RullgårdRemove explicit init to zero of static inv_zigzag_direct16
2009-08-19 Måns RullgårdGet rid of large stack array in rd8x8_c()
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-04-30 Ramiro PollaDon't #if a function declaration and properly indent it.
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
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-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
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 BiurrunRemove H.264 encoder initialization.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-20 Kostya ShishkovRV30 decoder
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 ShishkovRV40 MC functions
2008-11-08 Peter RossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
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-07 Michael NiedermayerFix x86-64
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-04-29 Ramiro PollaTypo: distoration -> distortion.
2008-04-16 Alexander StrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-03-04 Aurelien Jacobsmove ff_emulated_edge_mc() to dsputil
2008-03-04 Aurelien Jacobsmove ff_init_scantable() into dsputil
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-02-26 Michael Niedermayerfloating point AAN IDCT
2008-02-22 Loren Merrittcleaner way of writing packed-byte constants.
2008-02-21 Loren Merrittindent
2008-02-21 Loren Merrittpseudo-simd add_bytes and diff_bytes
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-01 Michael Niedermayerconst src for bswap
2008-02-01 Michael Niedermayerconsts
2007-12-21 Diego BiurrunFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-21 Michael NiedermayerMore consistent { placement.
2007-12-21 Michael Niedermayerindent
2007-12-21 Michael Niedermayer~15% faster h264_chroma_mc2/4_c() these also prevent...
2007-12-21 Michael Niedermayer30% faster h264_chroma_mc8_c(), this also prevents...
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-11-09 Michael Niedermayerremove useless #ifdef
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-09-29 Loren Merrittsse2 version of compute_autocorr().
2007-09-23 Diego BiurrunVIS-specific code should be enabled conditional to...
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-28 Panagiotis IssarisTake care of some renames (Doxygen and function name...
2007-07-24 Aurelien Jacobshelp some gcc version to optimize out those functions
2007-07-11 Ivan Kalvachevrevert commit 9603
2007-07-11 Ivan KalvachevIntegrate reference mpeg IDCT into dsputil.
2007-07-10 Aurelien Jacobscosmetics: indentation
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...
2007-07-08 Måns Rullgårdfix warning
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-16 Måns Rullgårdkill some "defined but not used" warnings
2007-06-16 Måns Rullgårdkill a warning on 64-bit machines
2007-06-15 Aurelien Jacobsuse if() instead of #ifdef and ensure all possible...
2007-06-15 Panagiotis IssarisCorrect signature of just_return().
2007-06-14 Albert LeeSimplify init preprocessor statements.
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-23 Panagiotis IssarisReindent
2007-05-23 Panagiotis IssarisMake the compilation of h264idct.c optional.
2007-05-14 Panagiotis IssarisMake vp3dsp*.c compilation optional.
2007-05-12 Loren Merrittfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-03-30 Loren Merrittmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-02-27 Diego BiurrunThe Snow DEcoding routines should be under CONFIG_SNOW_...
next