]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
dummy support for mpeg2 non linear quant
[ffmpeg] / libavcodec / dsputil.h
2003-04-20 Fabrice Bellardfixed static init
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-03-15 Michael Niedermayerhalfpel MC doxy
2003-03-06 Michael Niedermayertypo
2003-03-06 Michael Niedermayerper file doxy
2003-03-06 Michael Niedermayercosmetics
2003-03-06 Michael Niedermayermore dox
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* prototypes at one place
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-28 Fabrice Bellardwin32: rint() does not seem to be defined with mingw32...
2003-01-26 Romain DolbeauAltivec on non darwin systems patch by Romain Dolbeau
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-09 Michael Niedermayerqpel fix
2003-01-07 Fabrice Bellardfft altivec by Romain Dolbeau - simplified patch, test...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-12-27 Michael Niedermayerqpel encoding
2002-11-26 Brian Foleyaltivec accelerated v-resample patch by (Brian Foley...
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-14 Michael Niedermayerhuffyuv
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-05 Michael Niedermayerlrintf detection (based upon a patch by François Revol...
2002-10-30 Alex BeregszasziNetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>
2002-10-29 Fabrice Bellardadded lrintf for non ISOC libcs (fixme: find a better...
2002-10-29 Fabrice Bellardavoid name clash
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-23 Leon van Stuivenbergps2 idct patch by (Leon van Stuivenberg <leonvs at...
2002-09-19 Arpifdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-09-14 Michael Niedermayeralignment info
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-09-02 Brian Foleyaltivec build tidyup patch by (Brian Foley <bfoley...
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-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-05-25 Fabrice Bellardlicense/copyright change
2002-05-20 Fabrice Bellardremoved unused stuff - added dsputil_set_bit_exact...
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
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 Niedermayerdivx5-gmc support
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
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