]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / dsputil.c
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_...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-12-11 Panagiotis IssarisAdding H.264 DCT.
2006-12-11 Måns Rullgårdimproved stack misalignment warning
2006-12-07 Michael Niedermayerbetter warning
2006-12-07 Michael Niedermayerff_check_alignment to warn the user about a missaligned...
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-12 Måns Rullgårdrename squareTbl -> ff_squareTbl
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-09-16 Michael BenjaminADI Blackfin optimizations
2006-09-02 Måns Rullgårdremove redundant declarations
2006-09-02 Kostya ShishkovDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-09-02 Kostya ShishkovNew function for chroma MC (will be used in VC-1)
2006-08-31 Kostya ShishkovNew qpel MC functions conforming to VC-1 standard.
2006-08-28 Loren Merrittmmx implementation of deblocking strength decision.
2006-08-10 Loren Merrittsse and 3dnow implementations of float->int conversion...
2006-08-03 Loren Merrittsse & sse2 implementations of vorbis channel coupling.
2006-07-30 Kostya ShishkovNew functions in DSPContext for VC-1 decoding
2006-07-07 Emiliano ParasassiFix compilation with --disable-decoders.
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-30 Diego PettenòDisable w53 and w97 cmp methods when snow encoder is...
2006-05-30 Loren MerrittSnow: fix subband weighting in wavelet cmp functions...
2006-04-04 Loren Merrittmmx implementation of 3-point GMC. (5x faster than C)
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-17 Oded Shimon10l: Only set *compose97i *add_yblock to dsputils conte...
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritttweak h264_biweight
2006-01-08 Michael Niedermayeruse h264 MC functions for 2xX Xx2 blocks in snow too
2006-01-05 Mike Melansonugly, but necessary
2006-01-04 Michael Niedermayer8x8 integer dct from x264 as cmp function (under CONFIG...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-06-17 Loren MerrittH.264 lossless mode
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-05-18 Loren MerrittH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-17 Michael Niedermayerporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2005-05-17 Michael Niedermayerporting vp3 idct over to lavc idct api
2005-05-07 Michael Niedermayerminor optimization of the h264 loop filter
2005-05-02 Michael Niedermayerput most codecs under ifdefs
next