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-07-25compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier
2008-07-24Fix indentation after last commit.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-21fix memleakMichael Niedermayer
2008-07-21Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer
2008-07-18Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer
2008-07-18indentMichael Niedermayer
2008-07-18Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer
2008-07-18simplify yuv2yuv1()Michael Niedermayer
2008-07-1810l forgot SWS_BILINEARMichael Niedermayer
2008-07-18Ensure that exactly one scaler algo is used.Michael Niedermayer
2008-07-14Cosmetics: reindent.Alexander Strange
2008-07-14Remove const vector casts.Alexander Strange
2008-07-10100L, avoption splited code added, I should double check with svn status...Luca Barbato
2008-07-10Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Reindent. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-07-04whitespace cosmeticsDiego Biurrun
2008-07-04Place license header at the top of the file for consistency.Diego Biurrun
2008-06-08OBJS should end in .o, not .c.Diego Biurrun
2008-06-08VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-06-08Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-06-01restore needed cast to correct type with constBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01remove useless castsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01remove useless castsBaptiste Coudurier
2008-05-09Remove in_asm_used_var_warning_killer()Keiji Costantini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-05cosmetics: sort lines (correctly)Diego Biurrun
2008-05-05Cosmetics: reorder and align targetsLuca Barbato
2008-05-05Build sparc arch specific code using the MakefileLuca Barbato
2008-05-04cosmetics: alphabetical orderDiego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-13Relicense test/example files as LGPL with Michael's permission.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-29Fix wrong #endif comment.Diego Biurrun
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-22Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange
2008-03-22cosmetics: comment typo fixesDiego Biurrun
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-17Fix a typo that causes an assertion to always fail.Zuxy Meng
2008-03-15typoDiego Biurrun