]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavcodec / dsputil.h
2008-12-19 Michael NiedermayerDocument new idct requirements.
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 Shishkovenable RV40 decoder
2008-12-01 Kostya ShishkovRV40 MC functions
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-25 Måns RullgårdARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for...
2008-08-24 Loren Merrittdocument some dsp alignments
2008-08-15 Loren Merrittdocument some dsp alignments
2008-08-14 Robert SwainAdd declarations for the sine tables used in wma.c...
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-08-12 Loren Merrittmdct wrapper function to match fft
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-12 Loren Merrittoptimize imdct_half:
2008-08-12 Loren Merrittsplit-radix FFT
2008-07-29 Loren Merrittr14205 broke vorbis float_to_int on ppc
2008-07-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
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-10 Kostya ShishkovMonkey's Audio decoder vector functions work on input...
2008-07-07 Michael NiedermayerFix x86-64
2008-07-06 Kostya ShishkovAdd several vector functions used by Monkey's Audio...
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-04-16 Alexander StrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-05 Aurelien Jacobsmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-04 Aurelien Jacobsmove ff_emulated_edge_mc() to dsputil
2008-03-04 Aurelien JacobsFix compilation on powerpc.
2008-03-04 Aurelien Jacobsmove ff_init_scantable() into dsputil
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-02-21 Loren Merrittsimd and unroll png_filter_row
2008-02-16 Måns Rullgårdclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-01 Michael Niedermayerconst src for bswap
2008-01-13 Robert SwainAdd variable alpha and size of half window for Kaiser...
2008-01-12 Robert SwainMake the Kaiser-Bessel window generator a common function
2007-12-21 Diego BiurrunFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-11-10 Diego Biurruncosmetics: Fix spacial --> spatial typo in function...
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-09-29 Loren Merrittsse2 version of compute_autocorr().
2007-09-27 Panagiotis Issariscosmetics: typos
2007-09-23 Diego BiurrunVIS-specific code should be enabled conditional to...
2007-08-26 Diego BiurrunDo not wrongly mark Apple gcc workarounds as being...
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-11 Ivan Kalvachevrevert commit 9603
2007-07-11 Ivan KalvachevIntegrate reference mpeg IDCT into dsputil.
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-06-16 Måns Rullgårdmove dsputil_init_foo() out from #ifdef
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-13 Alex Beregszasziuse DECLARE_ALIGNED from mem.h (which is included throu...
2007-05-12 Loren Merrittfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-03-30 Luca BarbatoTypos in comments
2007-03-30 Loren Merrittmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-01-30 Panagiotis IssarisAdd the const specifier as needed to reduce the number...
2006-12-18 Guillaume PoirierAdd SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instr...
2006-12-07 Michael Niedermayerff_check_alignment to warn the user about a missaligned...
2006-12-07 Panagiotis IssarisAdded entry for H.264 DCT to the DSP context.
2006-12-05 Panagiotis IssarisAdd comment denoting group of H.264 functions
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
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-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-09-21 Loren Merrittsse implementation of imdct.
2006-09-16 Michael BenjaminADI Blackfin optimizations
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 Luca BarbatoAlign the input buffer in ffplay, introduce a public...
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-11 Loren Merrittvorbis simd tweaks
2006-08-10 Loren Merrittsse and 3dnow implementations of float->int conversion...
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
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-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-04-28 Zuxy MengRemove unused and unsupported Cyrix's "Extended MMX",
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-24 Steve L'HommeST16 is undefined for non-GNU compilers.
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
next