summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
* put_pixels width comment fixMichael Niedermayer2004-01-01
* info about h and tpelMichael Niedermayer2003-12-30
* interlaced motion estimationMichael Niedermayer2003-12-30
* altivec.h bug workaround (untested)Michael Niedermayer2003-12-03
* h263 loop filterMichael Niedermayer2003-12-01
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
* * adding integer/floating point AAN implementations for DCT 2-4-8Roman Shaposhnik2003-10-25
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
* removed os_support.hFabrice Bellard2003-09-08
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* 4, not 2Mike Melanson2003-06-20
* added support for B-frames and multiple slicesMike Melanson2003-06-19
* ASV1 codecMichael Niedermayer2003-05-19
* moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer2003-05-15
* cleanupMichael Niedermayer2003-05-14
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
* more idct_permute docsMichael Niedermayer2003-05-11
* doxyMichael Niedermayer2003-05-05
* doc fixes (forgot to commit)Michael Niedermayer2003-04-25
* fixed static initFabrice Bellard2003-04-20
* H264 decoder & demuxerMichael Niedermayer2003-04-04
* halfpel MC doxyMichael Niedermayer2003-03-15
* typoMichael Niedermayer2003-03-06
* per file doxyMichael Niedermayer2003-03-06
* cosmeticsMichael Niedermayer2003-03-06
* more doxMichael Niedermayer2003-03-06
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * prototypes at one placeZdenek Kabelac2003-02-11
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have...Fabrice Bellard2003-01-28
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* more compare functions (rd & bit)Michael Niedermayer2003-01-15
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
* qpel fixMichael Niedermayer2003-01-09
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-07
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* qpel encodingMichael Niedermayer2002-12-27
* altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...Brian Foley2002-11-26
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-22
* huffyuvMichael Niedermayer2002-11-14
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* lrintf detection (based upon a patch by François Revol <revol at free dot fr>)Michael Niedermayer2002-11-05
* NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>Alex Beregszaszi2002-10-30
* added lrintf for non ISOC libcs (fixme: find a better test)Fabrice Bellard2002-10-29