]> git.sesse.net Git - ffmpeg/history - libavcodec/alpha/dsputil_alpha.c
avcodec: Add av_cold attributes to init functions missing them
[ffmpeg] / libavcodec / alpha / dsputil_alpha.c
2013-04-19 Ronald S. Bultjealpha: hpeldsp: Move half-pel assembly from dsputil...
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-04-21 Mans RullgardRemove lowres video decoding
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-03-08 Måns RullgårdAlpha: move dsputil prototypes to a header file
2009-01-18 Måns RullgårdAlpha: fix pix_abs16
2009-01-18 Måns RullgårdAlpha: add ff_ prefix to idct functions
2009-01-18 Måns RullgårdAlpha: indentation
2009-01-18 Måns RullgårdAlpha: proper IDCT selection
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-09-13 Falk HüffnerUse asms instead of builtins when compiling for generic...
2003-06-29 Sam Hocevarbuild error on Alpha patch by (Sam Hocevar <sam at...
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-01-10 Falk HüffnerImplement sad8x8 and sad16x16 with pix_abs.
2002-11-27 Falk HüffnerKludge around compilation failure on Alpha.
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-10-11 Falk HüffnerMove Alpha optimized IDCT to own file. Based on a patch...
2002-09-29 Falk HüffnerAdd Alpha assembly for pix_abs16x16. Optimized for...
2002-09-13 Falk HüffnerSynthesize pixels16 functions from pixels functions.
2002-09-13 Falk HüffnerAdapt to new 8/16 table scheme.
2002-07-29 Falk HüffnerMVI optimizations for motion estimation.
2002-07-13 Falk HüffnerRemove support for variable BSIZE and INCR, as sub_pixe...
2002-07-13 Falk Hüffner* Improve xy2 routines slightly
2002-07-05 Falk HüffnerImplement clear_blocks_axp.
2002-07-03 Falk HüffnerUse updated motion compensation routines.
2002-07-01 Falk HüffnerAssembly version of put_pixels. This is currently the...
2002-07-01 Falk HüffnerImplement put_pixels_clamped and add_pixels_clamped...
2002-06-24 Falk HüffnerUgly hack to make the assembler accept MVI instructions.
2002-05-25 Fabrice Bellardlicense/copyright change
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...