aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* put/avg_pixels16Michael Niedermayer2002-09-111-8/+16
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-021-3/+1
* patch by Heliodoro Tammaro <helio at interactives dot org>Heliodoro Tammaro2002-08-301-0/+2
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-2/+1
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-281-0/+7
* new ratecontrol codeMichael Niedermayer2002-08-251-0/+3
* move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard2002-06-111-0/+19
* added ff_idct_put/addFabrice Bellard2002-06-051-0/+2
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-041-2/+2
* license/copyright changeFabrice Bellard2002-05-251-0/+18
* removed unused stuff - added dsputil_set_bit_exact() support for easier testingFabrice Bellard2002-05-201-7/+1
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-0/+2
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-281-0/+2
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-6/+10
* divx5-gmc supportMichael Niedermayer2002-03-091-0/+7
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-261-0/+6
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-201-0/+7
* fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <m...Michael Niedermayer2002-01-101-24/+4
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-091-0/+23
* mlib mergeFabrice Bellard2001-09-161-0/+9
* arm optimizationsFabrice Bellard2001-08-131-2/+11
* export for imgconvert usageFabrice Bellard2001-08-111-0/+1
* added block permutation functionsFabrice Bellard2001-08-071-0/+12
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-031-0/+1
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-241-1/+9
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-231-1/+1
* Initial revisionFabrice Bellard2001-07-221-0/+91