]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dsputil.c
Rename ABS macro to FFABS.
[frescor/ffmpeg.git] / libavcodec / dsputil.c
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 lorenmapproximate qpel functions: sacrifice some quality...
2006-09-16 diegoADI Blackfin optimizations
2006-09-02 mruremove redundant declarations
2006-09-02 kostyaDrop put_vc1_qpel_pixels_tab as they won't be needed...
2006-09-02 kostyaNew function for chroma MC (will be used in VC-1)
2006-08-31 kostyaNew qpel MC functions conforming to VC-1 standard.
2006-08-28 lorenmmmx implementation of deblocking strength decision.
2006-08-10 lorenmsse and 3dnow implementations of float->int conversion...
2006-08-03 lorenmsse & sse2 implementations of vorbis channel coupling.
2006-07-30 kostyaNew functions in DSPContext for VC-1 decoding
2006-07-07 diegoFix compilation with --disable-decoders.
2006-07-03 michaelCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-30 gpoirierDisable w53 and w97 cmp methods when snow encoder is...
2006-05-30 lorenmSnow: fix subband weighting in wavelet cmp functions...
2006-04-04 lorenmmmx implementation of 3-point GMC. (5x faster than C)
2006-03-31 michaelremove mpegvideo.c img resample dependancy
2006-03-23 lorenmprefetch pixels for future motion compensation. 2-5...
2006-03-17 gpoirier10l: Only set *compose97i *add_yblock to dsputils conte...
2006-03-16 gpoirierFirst part of a series of speed-enchancing patches.
2006-02-10 lorenmh264: special case dc-only idct. ~1% faster overall
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-09 lorenmtweak h264_biweight
2006-01-08 michaeluse h264 MC functions for 2xX Xx2 blocks in snow too
2006-01-05 melansonugly, but necessary
2006-01-04 michael8x8 integer dct from x264 as cmp function (under CONFIG...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-14 mrukill a bunch of compiler warnings
2005-06-17 lorenmH.264 lossless mode
2005-06-02 lorenmdecode H.264 with 8x8 transform.
2005-05-18 lorenmH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-17 michaelporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2005-05-17 michaelporting vp3 idct over to lavc idct api
2005-05-07 michaelminor optimization of the h264 loop filter
2005-05-02 michaelput most codecs under ifdefs
2005-04-25 lorenmMMX for H.264 deblocking filter
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 michaeluse clip_uint8()
2005-01-07 lorenmH.264 weighted prediction.
2004-12-08 michaelmore flexible frame skip decission
2004-09-27 michaelmove h264 idct to its own file and call via function...
2004-09-26 michael1/8 resolution decoding
2004-09-26 michael1/4 resolution decoding
2004-09-25 michael1/2 resolution decoding
2004-09-06 michaeluseless
2004-08-22 michael4x4 SSE compare function
2004-08-13 michaelMinor Patch for shared libs on Mac OSX by (Bill May...
2004-06-07 michaelnsse weight
2004-06-07 michaelnoise preserving sum of squares comparission function
2004-05-30 michaelrewrite h261 loop filter
2004-05-30 michaelh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-04-27 melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 melansonreorganize and simplify the VP3 IDCT stuff
2004-04-23 michaelVIS optimized motion compensation code. by (David S...
2004-03-08 melansonseperated out the C-based VP3 DSP functions into a...
2004-03-05 michaelfix motion compensation with (x+1/2,y+1/2) MVs
2004-02-06 michaelquantizer noise shaping optimization
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2004-01-05 michaelinterlaced dct decision cleanup
2003-12-30 michaelinterlaced motion estimation
2003-12-14 michaelsplit intra / inter dequantization
2003-12-01 michael10l
2003-12-01 michaelh263 loop filter
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-25 romansh * adding integer/floating point AAN implementations...
2003-10-24 romansh * introducing dct248 into the DSP context.
2003-10-22 michaelfloating point AAN DCT
2003-10-13 michaelmmx2 optimization of huffyuv median encoding
2003-06-27 tmmmFix third pixel motion compensation
2003-06-21 michaelnithe return of the idct with 16bit output by ("Ivan...
2003-06-19 tmmmadded support for B-frames and multiple slices
2003-05-19 michaelniASV1 codec
2003-05-15 michaelnimoving the svq3 motion compensation stuff to dsputil...
2003-05-14 michaelnicleanup
2003-05-14 michaelnish4 optimized idct & bswap patch by (BERO <bero at...
2003-04-20 bellardfixed static init
2003-04-04 michaelniH264 decoder & demuxer
2003-03-06 michaelniper file doxy
2003-03-06 michaelnimore idiot proof dox
2003-03-05 michaelniff_block_permute() dox
2003-03-03 michaelniMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-19 michaelnialign
2003-01-19 michaelnifinetuneing thresholds/factors
2003-01-19 mellumsse16_c is totally fucked up (unaligned loads, LONG_MAX...
2003-01-18 michaelnibugs
2003-01-15 michaelnifixing DCTELEM != short
2003-01-15 michaelnimore compare functions (rd & bit)
2003-01-11 michaelnisse16 & pix_norm1 optimization patch by (Felix von...
2003-01-11 michaelniadd/diff_bytes bugfix patch by (Felix von Leitner ...
2003-01-09 michaelniqpel fix
2003-01-05 michaelniqpel in mmx2/3dnow
2002-12-31 michaelnitrellis quantization
2002-12-27 michaelniqpel encoding
2002-12-04 michaelninew PSNR code (now works with chroma, b frames, ...)
2002-11-22 kabi* altivec and pix_norm patch by Brian Foley
2002-11-22 kabi* remaining part of John Ryland's patch
next