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-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
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-22spelling cosmeticsDiego Biurrun
2008-09-22AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad
2008-09-13Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-25Missing static in float_to_int16_altivec declarationLuca Barbato