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
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-02-10Enable SSE2 (put|avg)_pixels_16_sse2David Conrad
2010-01-30Make the jump-table section-relative for x86_64 with PIC enabled.Reimar Döffinger
2010-01-26optimize h264_loop_filter_strength_mmx2Loren Merritt
2010-01-23Implement an sse version of scalarproduct_float().Alex Converse
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad
2010-01-20Attempt to fix asm compilation failure.Michael Niedermayer
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2010-01-20Use constant offsets for memory operands since gcc is unable toDavid Conrad
2010-01-19Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer
2010-01-19Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer
2010-01-04Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,Gwenole Beauchesne
2010-01-02Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-09fix a crash in ape decoding on x86_32 sse2Loren Merritt
2009-12-05slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...Loren Merritt
2009-12-05r20739 broke compilation on systems without yasmLoren Merritt
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-12-03port ape dsp functions from sse2 to mmxLoren Merritt
2009-10-25s/movdqa/movaps/ in sse1 fft. (regression in r20293)Loren Merritt
2009-10-19fix linking on systems with a function name prefix (10l in r20287)Loren Merritt
2009-10-19sync yasm macros to x264Loren Merritt
2009-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-19simd add_hfyu_left_predictionLoren Merritt
2009-10-18add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-10-01Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger
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