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-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2009-09-07Indent.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-03-19Unscaled converters forMichael Niedermayer
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-02Remove commented-out duplicate declarations.Diego Biurrun
2008-12-02Remove unused declarations.Diego Biurrun
2008-10-23Fix broken palette8to*.Vitor Sessak
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-04Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-06-01remove useless castsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-29Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger
2008-01-28Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger
2008-01-17Cosmetics: whitespacesBenoit Fouet
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-04-18fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten
2007-04-12cosmetics after last commit; remove superfluous bracesIvo van Poorten
2007-04-12Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten
2007-01-13cosmetics: typo pallete --> paletteDiego Biurrun
2006-12-20Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-09-06Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun
2006-08-11Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun
2006-08-05Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun
2006-07-28Comment some #endif lines.Diego Biurrun
2006-07-20Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni