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-05-11Adding missing () to mathops.h.Michael Niedermayer
2010-05-11Replace more "m" constraints with MANGLE to fix compilation issuesReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-04-01Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger
2010-03-18Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
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