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
2013-01-22x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86: ac3dsp: port to cpuflagsDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-05-15ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles
2012-04-13ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSEJustin Ruggles
2012-02-10ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2011-08-15Fix NASM include directiveDave Yeo
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-07-01ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-02-16ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-14ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-10Add x86-optimized versions of exponent_min().Justin Ruggles