summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* 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
* avoid name clashFabrice Bellard2002-10-29
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28
* optimize block_permute()Michael Niedermayer2002-10-23
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* alignment infoMichael Niedermayer2002-09-14
* put/avg_pixels16Michael Niedermayer2002-09-11
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-02
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-28
* new ratecontrol codeMichael Niedermayer2002-08-25
* move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard2002-06-11
* added ff_idct_put/addFabrice Bellard2002-06-05
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* license/copyright changeFabrice Bellard2002-05-25
* removed unused stuff - added dsputil_set_bit_exact() support for easier testingFabrice Bellard2002-05-20
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* divx5-gmc supportMichael Niedermayer2002-03-09
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20