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
2011-02-17ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-15ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-11Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-09Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-04Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse
2011-02-02Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje
2011-02-02cosmetics: indentationJustin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-26x86: fix overflow in h264 8x8 planar predictionMans Rullgard
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-23cosmetics related to LPC changes.Justin Ruggles
2011-01-23Separate window function from autocorrelation.Justin Ruggles
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.Ronald S. Bultje
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2011-01-18x86: remove VLA in ac3_downmix_sseMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-16Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje
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
2011-01-03Fix compilation on x86-32 with --disable-optimizations,Daniel Kang
2010-12-31Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang
2010-12-30Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-30Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-30Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-30Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang
2010-12-30Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-30Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-30Merge a few superfluous CONFIG_GPL checks.Ronald S. Bultje
2010-12-29Whitespace cosmetics.Ronald S. Bultje
2010-12-29Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang
2010-12-29Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-29Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:Daniel Kang
2010-12-29Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang
2010-12-29Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang
2010-12-29Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang
2010-12-29Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang
2010-12-29Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions whileRonald S. Bultje
2010-12-29Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. OriginalRonald S. Bultje
2010-12-29Add missing authors to copyright headers.Ronald S. Bultje
2010-12-29Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang