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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer
2012-11-12ppc: replace pointer casting with AV_COPY32Mans Rullgard
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13ppc: Rename H.264 optimization template file for consistency.Diego Biurrun
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-07doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21h264: fix ppc/altivec buildMans Rullgard
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Adds 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
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