]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dsputil.c
VC1: Do qpel when needed for both MVs in a B frame
[frescor/ffmpeg.git] / libavcodec / dsputil.c
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...
2006-11-26 gpoirierMove copy_block* functions to dsp dsputil.h
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-11-12 mrurename inverse -> ff_inverse
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 lorenmapproximate qpel functions: sacrifice some quality...
2006-09-16 diegoADI Blackfin optimizations
2006-09-02 mruremove redundant declarations
2006-09-02 kostyaDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-09-02 kostyaNew function for chroma MC (will be used in VC-1)
2006-08-31 kostyaNew qpel MC functions conforming to VC-1 standard.
2006-08-28 lorenmmmx implementation of deblocking strength decision.
2006-08-10 lorenmsse and 3dnow implementations of float->int conversion...
2006-08-03 lorenmsse & sse2 implementations of vorbis channel coupling.
2006-07-30 kostyaNew functions in DSPContext for VC-1 decoding
2006-07-07 diegoFix compilation with --disable-decoders.
2006-07-03 michaelCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-30 gpoirierDisable w53 and w97 cmp methods when snow encoder is...
next