]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/alpha
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavcodec / alpha /
2009-02-21 mruAlpha: fix inline asm with DEC/Compaq/HP compiler
2009-01-18 mruAlpha: fix pix_abs16
2009-01-18 mruAlpha: add ff_ prefix to idct functions
2009-01-18 mruAlpha: indentation
2009-01-18 mruAlpha: proper IDCT selection
2009-01-18 mruAlpha: add some const, kill some warnings
2009-01-17 mruAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 mruAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-05-09 diegoUse full path for #includes from another directory.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-05 mruupdate my email address
2007-07-05 diegoUTF-8 conversion
2007-07-05 diegoGroup all copyright and author notices together.
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2007-02-11 mrurename HAVE_GPROF to CONFIG_GPROF
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-02-17 mellumChange license header to LGPL for consistency.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruremove unused variables
2005-06-19 mellumCommunicate proper aliasing to gcc (needed for 4.1).
2004-07-10 mellumDon't include config.h from assembly, because the mplay...
2003-12-30 michaelinterlaced motion estimation
2003-12-15 michael100l (forgot alpha & ppc)
2003-09-13 mellumUse asms instead of builtins when compiling for generic...
2003-07-25 al3xwarning fixes
2003-06-29 michaelnibuild error on Alpha patch by (Sam Hocevar <sam at...
2003-06-21 michaelnithe return of the idct with 16bit output by ("Ivan...
2003-03-03 michaelniMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-22 michaelni32 vs. 64bit bugfix by (Dave Huang (dahanc))
2003-01-10 mellumImplement sad8x8 and sad16x16 with pix_abs.
2002-11-27 mellumKludge around compilation failure on Alpha.
2002-11-11 kabi* using DSPContext - so each codec could use its local...
2002-10-11 mellumMove Alpha optimized IDCT to own file. Based on a patch...
2002-10-07 mellum* Fix dct_unquantize_h263_axp for changed block_last_in...
2002-10-05 mellumMake compilable again after DCT cleanup. It gives wrong...
2002-10-05 mellumSome nifty stuff for upcoming patches.
2002-09-29 mellumAdd Alpha assembly for pix_abs16x16. Optimized for...
2002-09-13 mellumSynthesize pixels16 functions from pixels functions.
2002-09-13 mellumFix for h % 8 == 4 in put_pixels_axp_asm.
2002-09-13 mellumDue to version renumbering, Alpha builtins aren't suppo...
2002-09-13 mellumAdapt to new 8/16 table scheme.
2002-07-29 mellumMVI optimizations for motion estimation.
2002-07-13 mellumRemove support for variable BSIZE and INCR, as sub_pixe...
2002-07-13 mellum* Improve xy2 routines slightly
2002-07-05 mellumImplement clear_blocks_axp.
2002-07-03 mellumMake dct_unquantize_h263 work on systems without MVI...
2002-07-03 mellumUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-07-03 mellumUse updated motion compensation routines.
2002-07-01 mellumAssembly version of put_pixels. This is currently the...
2002-07-01 mellumAdd profiling support.
2002-07-01 mellumImplement put_pixels_clamped and add_pixels_clamped...
2002-06-24 mellumUgly hack to make the assembler accept MVI instructions.
2002-06-24 mellum* Fixed constraints
2002-05-25 glantaulicense/copyright change
2002-01-20 nickols_kAlpha optimizations by Falk Hueffner <falk.hueffner...