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
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-22Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.Diego Biurrun
2008-12-19Port x264 deblocking code to libavcodec.Jason Garrett-Glaser
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer
2008-12-14avoid POSIX reserved _t suffixAurelien Jacobs
2008-12-11clear_block mmxLoren Merritt
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-27Rename template included sources from .h to _template.c.Diego Pettenò
2008-10-20Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger
2008-10-19Cosmetics: reindentDavid Conrad
2008-10-19Combine non-bitexact sectionsDavid Conrad
2008-10-19VP3 loop filter is mmx2 not mmxDavid Conrad
2008-10-17MMX VP3 Loop FilterDavid Conrad
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-17Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabledDavid Conrad
2008-09-17MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permu...David Conrad
2008-08-31Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad
2008-08-30Let ff_pw_8 be used as an SSE constantDavid Conrad
2008-08-14gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt
2008-08-14gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...Loren Merritt
2008-08-14special case 6 channel version of float_to_int16_interleaveLoren Merritt
2008-08-14simd int->floatLoren Merritt
2008-08-14simd downmixLoren Merritt
2008-08-12cosmetics in dsp initLoren Merritt
2008-08-02Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala
2008-07-16float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt
2008-07-1510l, float_to_int16_interleave_sse/3dnow wrote the wrong samplesLoren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-07-13simplify vorbis windowingLoren Merritt
2008-07-11SSE2 optimizations for Monkey's Audio decoder vector functionsKostya Shishkov
2008-07-09float_to_int16_sse2()Michael Niedermayer
2008-07-081 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer
2008-07-08Fix x86-64Michael Niedermayer
2008-07-08dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer
2008-06-22Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-04-16Add a new xvid-style IDCT using SSE2.Alexander Strange
2008-04-12Add a header file to declare Xvid IDCT functions.Alexander Strange
2008-04-01h264 chroma mc ssse3Loren Merritt
2008-03-21Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()Zuxy Meng
2008-03-20Hardcode register to prevent aparent miscompilation.Michael Niedermayer
2008-03-20remove unused tempMichael Niedermayer
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-26split encoding part of dsputil_mmx into its own fileAurelien Jacobs
2008-02-24__asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-06sse2 h264 motion compensation. not new code, just separate out the cases that...Loren Merritt
2008-02-06put loop counter in a register if possible. makes some of the qpel functions ...Loren Merritt