summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAge
* 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
* fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <m...Michael Niedermayer2002-01-10
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09
* mlib mergeFabrice Bellard2001-09-16
* arm optimizationsFabrice Bellard2001-08-13
* export for imgconvert usageFabrice Bellard2001-08-11
* added block permutation functionsFabrice Bellard2001-08-07
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-24
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22