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-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-20Move dct and rdft definitions to separate filesMans Rullgard
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-16mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-03-12Add CONFIG_AC3DSP symbol to simplify makefilesMans 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-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-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-10Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-09Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse
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-25x86: fix overflow in h264 8x8 planar predictionMans Rullgard
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-21cosmetics related to LPC changes.Justin Ruggles
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-20Fix 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