]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples...
[ffmpeg] / libavcodec / dsputil.c
2004-09-26 Michael Niedermayer1/8 resolution decoding
2004-09-26 Michael Niedermayer1/4 resolution decoding
2004-09-25 Michael Niedermayer1/2 resolution decoding
2004-09-06 Michael Niedermayeruseless
2004-08-22 Michael Niedermayer4x4 SSE compare function
2004-08-13 Michael NiedermayerMinor Patch for shared libs on Mac OSX by (Bill May...
2004-06-07 Michael Niedermayernsse weight
2004-06-07 Michael Niedermayernoise preserving sum of squares comparission function
2004-05-30 Michael Niedermayerrewrite h261 loop filter
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-04-27 Mike Melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-23 Michael NiedermayerVIS optimized motion compensation code. by (David S...
2004-03-08 Mike Melansonseperated out the C-based VP3 DSP functions into a...
2004-03-05 Michael Niedermayerfix motion compensation with (x+1/2,y+1/2) MVs
2004-02-06 Michael Niedermayerquantizer noise shaping optimization
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-01 Michael Niedermayer10l
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-25 Roman Shaposhnik * adding integer/floating point AAN implementations...
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-10-22 Michael Niedermayerfloating point AAN DCT
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-06-27 Mike MelansonFix third pixel motion compensation
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-06-19 Mike Melansonadded support for B-frames and multiple slices
2003-05-19 Michael NiedermayerASV1 codec
2003-05-15 Michael Niedermayermoving the svq3 motion compensation stuff to dsputil...
2003-05-14 Michael Niedermayercleanup
2003-05-14 BEROsh4 optimized idct & bswap patch by (BERO <bero at...
2003-04-20 Fabrice Bellardfixed static init
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-03-06 Michael Niedermayerper file doxy
2003-03-06 Michael Niedermayermore idiot proof dox
2003-03-05 Michael Niedermayerff_block_permute() dox
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-19 Michael Niedermayeralign
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-19 Falk Hüffnersse16_c is totally fucked up (unaligned loads, LONG_MAX...
2003-01-18 Michael Niedermayerbugs
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-11 Felix von Leitnersse16 & pix_norm1 optimization patch by (Felix von...
2003-01-11 Felix von Leitneradd/diff_bytes bugfix patch by (Felix von Leitner ...
2003-01-09 Michael Niedermayerqpel fix
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-12-31 Michael Niedermayertrellis quantization
2002-12-27 Michael Niedermayerqpel encoding
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-22 Zdenek Kabelac* remaining part of John Ryland's patch
2002-11-14 Michael Niedermayerhuffyuv
2002-11-12 Zdenek Kabelac* init for inv_zigzag_direct16 moved to init block
2002-11-12 Zdenek Kabelac* init table once
2002-11-12 Zdenek Kabelac* using macros to shorten init part
2002-11-11 Zdenek Kabelac* quick fix for bit exact setting
2002-11-11 Michael Niedermayer100l for kabi (fixing qpel)
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-15 Michael Niedermayerwarning fixes
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-14 Michael Niedermayerdont store version for bit-exact tests
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-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)
next