]> git.sesse.net Git - ffmpeg/history - libavcodec/alpha
cosmetics: sort
[ffmpeg] / libavcodec / alpha /
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-05 Måns Rullgårdupdate my email address
2007-07-05 Diego BiurrunUTF-8 conversion
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-02-11 Måns Rullgårdrename HAVE_GPROF to CONFIG_GPROF
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-02-17 Falk HüffnerChange license header to LGPL for consistency.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårdremove unused variables
2005-06-19 Falk HüffnerCommunicate proper aliasing to gcc (needed for 4.1).
2004-07-10 Falk HüffnerDon't include config.h from assembly, because the mplay...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-15 Michael Niedermayer100l (forgot alpha & ppc)
2003-09-13 Falk HüffnerUse asms instead of builtins when compiling for generic...
2003-07-25 Alex Beregszasziwarning fixes
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-02-22 Michael Niedermayer32 vs. 64bit bugfix by (Dave Huang (dahanc))
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-10-07 Falk Hüffner* Fix dct_unquantize_h263_axp for changed block_last_in...
2002-10-05 Falk HüffnerMake compilable again after DCT cleanup. It gives wrong...
2002-10-05 Falk HüffnerSome nifty stuff for upcoming patches.
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üffnerFix for h % 8 == 4 in put_pixels_axp_asm.
2002-09-13 Falk HüffnerDue to version renumbering, Alpha builtins aren't suppo...
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üffnerMake dct_unquantize_h263 work on systems without MVI...
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
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üffnerAdd profiling support.
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-06-24 Falk Hüffner* Fixed constraints
2002-05-25 Fabrice Bellardlicense/copyright change
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...