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
2009-09-30Replace several #ifdef PIC with the more obvious and correctReimar Döffinger
2009-09-27cosmetics: fix indentation after previous commitMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-08-29Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård
2009-08-27Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak
2009-08-27Mark parameter src of vector_clipf() as constVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-08-04Update x264 asm code to latest to add support for 64-bit Windows.John Adcock
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-07-17Icc 11.1 still does not align the stack pointer, disable some x264 functions.Carl Eugen Hoyos
2009-06-16SSE version of clear_blocksJason Garrett-Glaser
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-06-04Use fewer macros in x86-optimized mlpdsp.Ramiro Polla
2009-05-31H264: Fix out of bounds reads in SSSE3 MCAlexander Strange
2009-05-25mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.Ramiro Polla
2009-05-23MLP DSP functions x86-optimized.Ramiro Polla
2009-04-15avg_ pixel functions need to use (dst+pix+1)>>1 to average with existingDavid Conrad
2009-04-15VC1: extend MMX qpel MC to include MMX2 avg qpelDavid Conrad
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-10Do not use SSE2 SAD for snow as it requires more alignment than can beMichael Niedermayer
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-04-03Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger
2009-04-03Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger
2009-04-03Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger
2009-04-03Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse
2009-04-01Add SSE4 detection supportDavid Conrad
2009-03-20Remove useless casting in asm "m" operand.Matthieu Castet
2009-02-23Remove CPUID availability check on AMD64 as it's architectural.Zuxy Meng
2009-02-22Convert x264 asm files to proper unix line breaksJason Garrett-Glaser
2009-02-22Remove (incorrect) filenames from x264 asm files, add descriptions.Jason Garrett-Glaser
2009-02-13Put dispatch_tab in the rodata section for macho64.Alexander Strange
2009-02-13add SSE2 version of vp6_filter_diagZuxy Meng
2009-02-13add MMX version of vp6_filter_diagSebastien Lucas
2009-02-13convert ff_pw_64 into an xmm_reg for future use in vp6 sse codeAurelien Jacobs
2009-02-11Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.Diego Biurrun
2009-02-11Add check whether the compiler/assembler supports 10 or more operands.Diego Biurrun
2009-02-10avoid duplicating dsputil's clear_blockStefan Gehrer
2009-02-09Remove svn:executable property from source file.Diego Biurrun
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-08re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt
2009-02-08fix typo in h264dsp_mmx (no effect currently as the function is not used), ap...Baptiste Coudurier
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Workaround for gcc 3.4 to align sh properlyDavid Conrad
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs