OSDN Git Service

Fix concat seeking SEEK_END case.
[coroid/ffmpeg_saccubus.git] / libswscale /
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-03-06 Janusz KrzysztofikAdd support to BGR444/RGB444 foreign endian output...
2010-03-05 Michael Niedermayertry to avoid returning odd slices.
2010-03-05 Benoit FouetCosmetics: fix vertical alignment.
2010-03-05 Janusz Krzysztofiklibswscale: Extend the unaccelerated path of the unscal...
2010-03-04 Alexis BallierSupport BGR555, BGR565, RGB555 and RGB565 foreign endia...
2010-03-04 Stefano SabatiniRevert r30825, it was not supposed to be committed.
2010-03-04 Stefano SabatiniFill the r, g, b values used for computing the c->pal_y...
2010-03-04 Stefano SabatiniMake swscale-test take in input the name of the input...
2010-02-28 Carl Eugen HoyosMake sws_dcVec static: It is only used inside libswscal...
2010-02-25 Stefano SabatiniRemove pointless empty line.
2010-02-25 Stefano SabatiniApply consistency nit.
2010-02-23 Ramiro PollaReorder buffer debug. Also print out if slice was buffered.
2010-02-18 Stefano SabatiniReindent and fix brace placement.
2010-02-18 Stefano SabatiniVertically align a list of comparisons in sws_getCached...
2010-02-18 Stefano SabatiniMerge two if conditions, allow to decrese the level...
2010-02-05 Stefano SabatiniSimplify how usesVFilter and usesHFilter are set.
2010-02-05 Stefano SabatiniApply misc fixes to sws_getCoefficients() doxy.
2010-02-05 Stefano SabatiniSatisfy consistency need:
2010-02-05 David ConradAdd function to translate SWS_CS_* to coefficient array
2010-02-03 Stefano SabatiniImplement shuffle_bytes_abcd() functions and use them...
2010-01-31 Stefano SabatiniDeclare support for the pixel formats:
2010-01-31 Måns RullgårdBlackfin: use SRAM only when CONFIG_SRAM is set
2010-01-30 Stefano SabatiniReindent.
2010-01-30 Stefano SabatiniUse a consistent convention for the names of the intern...
2010-01-30 Stefano SabatiniFix randomness of the swscale-test output.
2010-01-27 Stefano SabatiniRename swscale-example to swscale-test, to better refle...
2010-01-26 Michael NiedermayerUse isAnyRGB() where possible
2010-01-26 Michael NiedermayerAdd 3 more RGB makros that allow specifying RGB in...
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-25 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks...
2010-01-24 Stefano SabatiniFix mis-computation of the needsDither variable erroneo...
2010-01-24 Stefano SabatiniMerge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
2010-01-24 Stefano SabatiniUse av_get_bits_per_pixel() for computing the bits...
2010-01-24 Ramiro PollaIndent.
2010-01-24 Ramiro PollaDon't redefine M_PI. It is already defined from libavut...
2010-01-24 Ramiro PollaSplit swscale.c into scaler code (swscale.c) and utilit...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 David ConradMore const-correctness for sws_scale
2010-01-20 Ramiro PollaDocument some more of SwsContext.
2010-01-20 Stefano SabatiniAvoid more pointless tests, the input and output format...
2010-01-19 Stefano SabatiniSplit overly long line.
2010-01-19 Stefano SabatiniMake selfTest() perform tests where both the input...
2010-01-19 Alexis BallierMake const prototypes for input sources of sws_scale_...
2010-01-19 Ramiro Pollaswscale-example: Add comment about the use of av_{mallo...
2010-01-19 Ramiro PollaRemove useless forward declaration.
2010-01-19 Zuxy MengUser friendly warning message that gives out names...
2010-01-19 Måns Rullgårdswscale-example: use av_malloc()
2010-01-18 Stefano SabatiniSplit long line.
2010-01-18 Stefano SabatiniConvert int -> enum PixelFormat in doTest().
2010-01-18 Zuxy MengDefine out currently unused static functions.
2010-01-17 Stefano SabatiniRemove stray '\' at the end of macro definitions.
2010-01-17 Stefano SabatiniRemove duplicated or pointless newlines.
2010-01-17 Stefano SabatiniFactorize error message logging, log it if the converte...
2010-01-17 Stefano SabatiniReindent after the last commit.
2010-01-17 Stefano SabatiniMake the pal2rgbWrapper set and use the converter in...
2010-01-17 Måns RullgårdRemove double const
2010-01-17 Stefano SabatiniFactorize error message logging in rgb2rgbWrapper().
2010-01-17 Måns RullgårdReindent
2010-01-17 Måns RullgårdRemove inline from initFilter()
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-16 Stefano SabatiniFix typo, "get rid off" -> "get rid of".
2010-01-16 Stefano SabatiniRevert r30331, which broke compilation.
2010-01-16 Stefano SabatiniPrefer enum PixelFormat to int as the parameter type of
2010-01-16 Stefano SabatiniDeclare with av_unused the variable alpMmxFilter, fix...
2010-01-16 Stefano SabatiniFactorize the code which calls the non optimized C...
2010-01-16 Stefano SabatiniPrefer "to %s%s" over "to%s %s", slightly more readable.
2010-01-16 Stefano SabatiniSimplify code in sws_getContext() which logs if the...
2010-01-16 Ramiro PollaDocument some of SwsContext.
2010-01-16 Ramiro PollaReuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bi...
2010-01-16 Stefano SabatiniFactorize code which logs the source and destination...
2010-01-16 Stefano SabatiniSimplify reset_ptr(): employ usePal() macro rather...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-15 Ramiro PollaDon't initialize normal horizontal filter if MMX2 filte...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-15 Stefano SabatiniFix typo.
2010-01-14 Ramiro PollaRemove unused clip_table code.
2010-01-14 Ramiro PollaAdd const qualifier to rgb48 to YV12 functions' src.
2010-01-14 Ramiro PollaAdd missing parameter to rgb48 to YV12 functions.
2010-01-12 David Conrad/nop is illegal with Apple's older version of gas,...
2010-01-12 Zuxy MengMake sure that sfence is used after any non temporal...
2010-01-11 Zuxy MengAvoid redefinition of RGB_PLANAR2PACKED24 as the templa...
2010-01-11 Ramiro Pollacosmetics: {} placement.
2010-01-09 Zuxy MengMMX(2) accelerated yuv420->rgb24 routine, trivial as...
2010-01-09 Zuxy MengRemove unused PREFETCHW macro
2010-01-08 Reimar DöffingerIgnore 0-height slice in sws_scale, otherwise a final...
2010-01-07 Stefano SabatiniImplement sws_isSupportedInput() and sws_isSupportedOut...
2010-01-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
2010-01-03 Stefano SabatiniPrefer enum PixelFormat over int for the type of the...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
2010-01-03 Stefano SabatiniSimplify usePal() macro, make it use av_pix_fmt_descrip...
2010-01-03 Stefano SabatiniSimplify getSubSampleFactors(), make it use the values...
2010-01-01 Reimar DöffingerDo not needlessly use the BP register in x86_64-specifi...
2009-12-28 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-21 Ramiro PollaRemove parameters no longer used in h[yc]scale().
2009-12-21 Ramiro PollaMove fast bilinear scaler code to the existing h[yc...
2009-12-21 Ramiro PollaRename function pointers used to convert from the input...
2009-12-21 Ramiro PollaCheck if chroma horizontal scaler is needed in sws_init...
2009-12-21 Ramiro PollaRemove unused fields from SwsContext.
next