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-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-30x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2012-01-25dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje
2011-12-14build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun
2011-11-23dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-07dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles
2011-10-26H.264: Cometics to dsputil_mmx.cDaniel Kang
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-08-15dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-07-29H.264: tweak some other x86 asm for AtomJason Garrett-Glaser
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-18dsputil: remove disabled codeDiego Biurrun
2011-07-10dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard
2011-07-09H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang
2011-07-04YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang
2011-07-04Fix build with --disable-yasm.Daniel Kang
2011-07-03H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
2011-06-28configure: Drop check for availability of ten assembler operands.Diego Biurrun
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-11Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-19dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-01Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje
2011-01-31cosmetics: indentationJustin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2011-01-18x86: remove VLA in ac3_downmix_sseMans Rullgard
2011-01-15Fix ff_pw_3 alignment.Ronald S. Bultje
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-12-24For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje
2010-12-06In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier
2010-12-0410l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier
2010-11-01dsputil: Use explicit movzbl instead of movzxİsmail Dönmez
2010-10-31xmm_clobbers: list xmm registers first in clobber listRamiro Polla
2010-10-31dsputil_mmx: add xmm registers to clobber listRamiro Polla