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-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-31Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad
2008-08-31Declare ff_vp3_idct_data to be uint16_tDavid Conrad
2008-08-31Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad
2008-08-30Remove unused dequantization code from SSE VP3 IDCTDavid Conrad
2008-08-30Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad
2008-08-30Let ff_pw_8 be used as an SSE constantDavid Conrad
2008-08-26Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov
2008-08-24stricter constraints of asm() blocksAlexis Ballier
2008-08-14file which should have been added in r14749Loren Merritt
2008-08-14missing prototypeLoren Merritt
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-12remove mdct tmp bufferLoren Merritt
2008-08-12optimize imdct_half:Loren Merritt
2008-08-12split-radix FFTLoren Merritt
2008-08-12import yasm macros from x264Loren Merritt
2008-08-02Mark add_png_paeth_prediction_* functions which are only used within this fileUoti Urpala
2008-07-20Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer
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-09Make the function prototype visible to comply with C99 inline.Alexander Strange
2008-07-09float_to_int16_sse2()Michael Niedermayer
2008-07-08Make LOAD4/STORE4 macros more generic.Victor Pollex
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-28Realign newlines.Alexander Strange
2008-06-28Use MANGLE() instead of memory operands to read globals.Alexander Strange
2008-06-22Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger
2008-05-17Simplify vsad16_mmx2().Michael Niedermayer
2008-05-17Simplify vsad16_mmx().Michael Niedermayer
2008-05-17Simplify vsad_intra16_mmx2()Michael Niedermayer
2008-05-17Simplify vsad_intra16_mmx()Michael Niedermayer
2008-05-09Add missing required header directly.Diego Biurrun
2008-05-09Add missing path to #include.Diego Biurrun
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-26Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-17cosmetics: Fix nonstandard indentation.Diego Biurrun
2008-04-17Cosmetics:Jeff Downs
2008-04-16Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.Jeff Downs