]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
patch by Heliodoro Tammaro <helio at interactives dot org>
[ffmpeg] / libavcodec / dsputil.c
2002-08-30 Heliodoro Tammaropatch by Heliodoro Tammaro <helio at interactives dot...
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-28 Brian Foleyfirst cut at altivec support on darwin patch by (Brian...
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-02 Michael Niedermayerfixing normal mmx idct
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-04 Falk Hüffner* Move "restrict" fallback to common.h
2002-07-04 Falk Hüffner* Detect "retrict" keyword
2002-06-11 Fabrice Bellardmove unaligned access macros to dsputil.h - added unali...
2002-06-05 Fabrice Bellardadded ff_idct_put/add
2002-06-04 Fabrice Bellardavoid name clash with libjpeg - added missing externs
2002-06-03 Falk HüffnerMinor warning cleanup.
2002-05-27 Zdenek Kabelac* compatibilized declaration with its original definition
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-20 Fabrice Bellardremoved unused stuff - added dsputil_set_bit_exact...
2002-05-19 Michael Niedermayerfixing alignment for alignment picky cpus
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-16 Michael Niedermayernew hopefully faster MC
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-09 Michael Niedermayerq-pel mc fixed
2002-03-09 Michael Niedermayerdivx5-gmc support
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-17 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-10 Michael Niedermayerfix for non-mmx runtimedetect encoding bugs - patch...
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-09-16 Fabrice Bellardmlib merge
2001-08-13 Fabrice Bellardarm optimizations
2001-08-11 Fabrice Bellardexport for imgconvert usage
2001-08-07 Fabrice Bellardadded block permutation functions
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-07-24 Fabrice Bellardadded emms_c() macro which should can used in c code...
2001-07-23 Fabrice Bellardfixed config for direct mplayer build compatibility
2001-07-22 Fabrice BellardInitial revision