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-19Split long line.Stefano Sabatini
2010-01-19Convert int -> enum PixelFormat in doTest().Stefano Sabatini
2010-01-18Define out currently unused static functions.Zuxy Meng
2010-01-18Remove stray '\' at the end of macro definitions.Stefano Sabatini
2010-01-18Remove duplicated or pointless newlines.Stefano Sabatini
2010-01-18Factorize error message logging, log it if the converter cannot beStefano Sabatini
2010-01-18Reindent after the last commit.Stefano Sabatini
2010-01-18Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini
2010-01-17Remove double constMåns Rullgård
2010-01-17Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini
2010-01-17ReindentMåns Rullgård
2010-01-17Remove inline from initFilter()Måns Rullgård
2010-01-17Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini
2010-01-17Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini
2010-01-17Fix typo, "get rid off" -> "get rid of".Stefano Sabatini
2010-01-16Revert r30331, which broke compilation.Stefano Sabatini
2010-01-16Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini
2010-01-16Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini
2010-01-16Factorize the code which calls the non optimized C functions inStefano Sabatini
2010-01-16Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini
2010-01-16Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini
2010-01-16Document some of SwsContext.Ramiro Polla
2010-01-16Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla
2010-01-16Factorize code which logs the source and destination formats inStefano Sabatini
2010-01-16Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-15Fix typo.Stefano Sabatini
2010-01-14Remove unused clip_table code.Ramiro Polla
2010-01-14Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla
2010-01-14Add missing parameter to rgb48 to YV12 functions.Ramiro Polla
2010-01-12/nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad
2010-01-12Make sure that sfence is used after any non temporal stores.Zuxy Meng
2010-01-11Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng
2010-01-11cosmetics: {} placement.Ramiro Polla
2010-01-09MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng
2010-01-09Remove unused PREFETCHW macroZuxy Meng
2010-01-08Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger
2010-01-07Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini
2010-01-07Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng
2010-01-03Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini
2010-01-03Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini
2010-01-03Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini
2010-01-01Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger
2009-12-28Remove unused variable, fixes the warning:Diego Biurrun
2009-12-21Remove parameters no longer used in h[yc]scale().Ramiro Polla
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla