]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/h264_altivec.c
Add stereo rematrixing support to the AC-3 encoders.
[ffmpeg] / libavcodec / ppc / h264_altivec.c
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-08 Stefano SabatiniMerge has_altivec() function into mm_support(), remove...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-04-15 David ConradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-03-14 Diego Biurrunprettyprinting cosmetics
2009-03-14 Diego BiurrunAdd av_uninit to vsrcBuc variable to work around some
2009-01-07 David ConradAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-06 David Conradadd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 David Conradfix compilation with GCC-4.3+
2009-01-06 David Conradoffset and weights are signed, fixes some non-bitexact...
2009-01-05 David Conradadd AltiVec implementation of biweight_h264_pixels...
2009-01-05 David ConradAltiVec version of h264_idct(8)_dc_add
2008-12-27 Luca BarbatoCleanup _t types in libavcodec/ppc
2008-12-25 Guillaume PoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-07-24 Diego Biurruncosmetics: Fix indentation after last commit.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-12-27 Diego BiurrunAdd necessary #include, fixes the warnings:
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-08-24 Diego Biurrunwhitespace/indentation cosmetics
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-06-17 Guillaume Poirierrestore GCC3 support
2007-06-17 Guillaume Poirierre-enable use of h264_v_loop_filter_luma_altivec and...
2007-06-17 Graham Bookerpart 2/2 of fixing Altivec-accelerated H264 luma inloop...
2007-06-17 Guillaume Poirierconvert h264_deblock_q1 to an inline function.
2007-06-16 Graham BookerUse a faster way to compute 255-val: Instead of creatin...
2007-06-15 Guillaume Poiriersome samples aren't decoded correctly such as
2007-06-12 Guillaume Poiriercosmetics
2007-06-12 Sigbjorn Skjaeretkill one vector constant value load by the right combin...
2007-06-12 Sigbjorn Skjaeretrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-11 Guillaume Poirierone step closer to restoring GCC-3.3 support: kills...
2007-06-09 Guillaume Poirierminor GCC3 compile fix
2007-06-09 Graham BookerAltivec version of h264_(h|v)_loop_filter_luma
2007-06-03 Luca Barbatoh264_idct_add_altivec, based on an old patch from Mauri...
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2006-12-11 Guillaume PoirierGCC 3.3 compile fix
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Luca BarbatoUnused variable removed
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-03 Kostya ShishkovAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
2006-08-31 Luca BarbatoProper fix for the corner case that would have been...
2006-08-31 Luca BarbatoRevert previous commit
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-13 Luca BarbatoClean up:make dsputil subfile names consistent