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
2009-09-27cosmetics: fix indentation after previous commitMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-08-25PPC: remove unnecessary alignment on local variablesMåns Rullgård
2009-08-24Add necessary #include for config.h.Diego Biurrun
2009-08-24PPC: simplify loading some values into altivec registersMåns Rullgård
2009-08-23Include required headers in {mips,ppc}/mathops.hMåns Rullgård
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-05-26Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger
2009-05-26Altivec VP3 IDCTDavid Conrad
2009-05-18Remove useless casts of vec_ld() parameters.Diego Biurrun
2009-05-11PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård
2009-05-09Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun
2009-05-04PPC: implement MULH() in assemblerMå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-04-13Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun
2009-04-09Remove unnecessary gcc_fixes.h #include.Diego Biurrun
2009-04-09cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
2009-03-15cosmetics: Remove file name from file header.Diego Biurrun
2009-03-14prettyprinting cosmeticsDiego Biurrun
2009-03-14Add av_uninit to vsrcBuc variable to work around someDiego Biurrun
2009-03-04Remove old scaler.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-31Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun
2009-01-25Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun
2009-01-24Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun
2009-01-24Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-07Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad
2009-01-07Add Altivec version of vector_fmul_window.David Conrad
2009-01-07add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad
2009-01-06Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid 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-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-27Remove stray codeLuca Barbato
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-12-17add AltiVec implementation of int32_to_float_fmul_scalarGuillaume Poirier
2008-12-13Cleanup typesLuca Barbato
2008-12-13Unbreak imgresample altivecLuca Barbato
2008-12-12add Altivec implementation of clear_blockGuillaume Poirier