]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
main() --> main(void)
[ffmpeg] / libavcodec / dsputil.h
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...
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
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-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-09-19 Diego BiurrunMove lrintf implementation from libavcodec/dsputil...
2005-06-28 Gildas BazinIWMMXT configure support + runtime selection patch...
2005-06-17 Loren MerrittH.264 lossless mode
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-05-21 Michael Niedermayerremove unused vp3 related function pointers
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-04-25 Loren MerrittMMX for H.264 deblocking filter
2005-01-07 Loren MerrittH.264 weighted prediction.
2004-12-13 Michael Niedermayerx86 cpu capabilities detection rewrite / cleanup
2004-12-08 Michael Niedermayermore flexible frame skip decission
2004-10-26 Michael Niedermayerstride align cleanup
2004-09-27 Michael Niedermayermove h264 idct to its own file and call via function...
2004-09-26 Michael Niedermayer1/8 resolution decoding
2004-09-26 Michael Niedermayer1/4 resolution decoding
2004-09-25 Michael Niedermayer1/2 resolution decoding
2004-08-24 Michael Niedermayerlrintf emulation improvments
2004-08-22 Michael Niedermayer4x4 SSE compare function
2004-06-21 Michael Niedermayerincrease size of crop table
2004-06-11 Michael Niedermayerchroma me fix
2004-06-07 Michael Niedermayernoise preserving sum of squares comparission function
2004-05-30 Michael Niedermayerrewrite h261 loop filter
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-27 Mike Melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 Mike Melansonmove __align16 some place where non-MMX machines can...
2004-04-25 Mike Melansonhook up support for SSE2-optimized VP3 IDCT
2004-04-23 Michael NiedermayerVIS optimized motion compensation code. by (David S...
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-03-08 Mike Melansonseperated out the C-based VP3 DSP functions into a...
2004-03-05 Michael Niedermayerfix motion compensation with (x+1/2,y+1/2) MVs
2004-02-06 Michael Niedermayerquantizer noise shaping optimization
2004-01-29 Michael NiedermayerSSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
next