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
2014-07-18idctdsp: prettyprinting cosmeticsDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-13ppc: dsputil: Coalesce all init filesDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-11ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun
2014-06-11ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun
2014-05-30ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-28ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-04-04ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun
2014-04-04On2 VP7 decoderPeter Ross
2014-03-22ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-20build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun
2014-03-20dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-20ppc: dsputil: Drop trailing semicolon from macrosDiego Biurrun
2014-03-20ppc: dsputil: Merge some declarations and initializationsDiego Biurrun
2014-03-20ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun
2014-03-20ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun
2014-03-20ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun
2014-03-20ppc: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-20ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun
2014-03-13ppc: Add some missing headersDiego Biurrun
2014-03-13dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun
2014-02-14ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau
2014-02-09vp8: fix PPC assembly to work if src_stride != dst_strideRonald S. Bultje
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-08-29ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun
2013-08-29ppc: fdct: Remove vim editor settings commentDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-16altivec: perform an explicit unaligned loadKostya Shishkov
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-17fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet
2013-05-26fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov
2013-05-02ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun
2013-04-30ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-30ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun