Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18Fix PPC build.Ronald S. Bultje
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-04-15Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-13Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun
2009-03-14prettyprinting cosmeticsDiego Biurrun
2009-03-14Add av_uninit to vsrcBuc variable to work around someDiego Biurrun
2009-01-07Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad
2009-01-07add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-06fix compilation with GCC-4.3+David Conrad
2009-01-06offset and weights are signed, fixes some non-bitexact issues.David Conrad
2009-01-06add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-06AltiVec version of h264_idct(8)_dc_addDavid Conrad
2008-12-27Cleanup _t types in libavcodec/ppcLuca Barbato
2008-12-25Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...Guillaume Poirier
2008-07-24cosmetics: Fix indentation after last commit.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-20cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-12-27Add necessary #include, fixes the warnings:Diego Biurrun
2007-10-02Sanitize altivec code so it can be built with runtime check properlyLuca Barbato
2007-08-25whitespace/indentation cosmeticsDiego Biurrun
2007-08-25Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun
2007-08-12use shorter types vec_"type" instead of the too long vector "type"Guillaume Poirier
2007-06-17restore GCC3 supportGuillaume Poirier
2007-06-17re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...Guillaume Poirier
2007-06-17part 2/2 of fixing Altivec-accelerated H264 luma inloop filterGraham Booker
2007-06-17convert h264_deblock_q1 to an inline function.Guillaume Poirier
2007-06-16Use a faster way to compute 255-val: Instead of creating a vector ofGraham Booker
2007-06-15some samples aren't decoded correctly such asGuillaume Poirier
2007-06-13cosmeticsGuillaume Poirier
2007-06-13kill one vector constant value load by the right combination of vec_splatX/ve...Sigbjorn Skjaeret
2007-06-13restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%Sigbjorn Skjaeret
2007-06-11one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to goGuillaume Poirier
2007-06-10minor GCC3 compile fixGuillaume Poirier
2007-06-09Altivec version of h264_(h|v)_loop_filter_lumaGraham Booker
2007-06-03h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato
2007-05-17use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-12-11GCC 3.3 compile fixGuillaume Poirier