]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
First part of a series of speed-enchancing patches.
[ffmpeg] / libavcodec / dsputil.h
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
2004-01-01 Michael Niedermayerput_pixels width comment fix
2003-12-30 Michael Niedermayerinfo about h and tpel
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-03 Michael Niedermayeraltivec.h bug workaround (untested)
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-10-25 Roman Shaposhnik * adding integer/floating point AAN implementations...
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-09-08 Fabrice Bellardremoved os_support.h
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-06-20 Mike Melanson4, not 2
2003-06-19 Mike Melansonadded support for B-frames and multiple slices
2003-05-19 Michael NiedermayerASV1 codec
2003-05-15 Michael Niedermayermoving the svq3 motion compensation stuff to dsputil...
2003-05-14 Michael Niedermayercleanup
2003-05-14 BEROsh4 optimized idct & bswap patch by (BERO <bero at...
2003-05-11 Michael Niedermayermore idct_permute docs
2003-05-05 Michael Niedermayerdoxy
2003-04-25 Michael Niedermayerdoc fixes (forgot to commit)
2003-04-20 Fabrice Bellardfixed static init
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-03-15 Michael Niedermayerhalfpel MC doxy
2003-03-06 Michael Niedermayertypo
2003-03-06 Michael Niedermayerper file doxy
2003-03-06 Michael Niedermayercosmetics
2003-03-06 Michael Niedermayermore dox
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* prototypes at one place
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-28 Fabrice Bellardwin32: rint() does not seem to be defined with mingw32...
2003-01-26 Romain DolbeauAltivec on non darwin systems patch by Romain Dolbeau
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-09 Michael Niedermayerqpel fix
2003-01-07 Fabrice Bellardfft altivec by Romain Dolbeau - simplified patch, test...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-12-27 Michael Niedermayerqpel encoding
2002-11-26 Brian Foleyaltivec accelerated v-resample patch by (Brian Foley...
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-14 Michael Niedermayerhuffyuv
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-05 Michael Niedermayerlrintf detection (based upon a patch by François Revol...
2002-10-30 Alex BeregszasziNetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
2002-10-29 Fabrice Bellardadded lrintf for non ISOC libcs (fixme: find a better...
2002-10-29 Fabrice Bellardavoid name clash
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
next