OSDN Git Service

Fix a "function declaration isn't a prototype" warning.
[coroid/libav_saccubus.git] / libswscale /
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
2010-07-24 Reimar DöffingerAdd some "const" to avoid incompatible pointer type...
2010-07-24 Stefano SabatiniAdd missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M...
2010-07-24 Stefano SabatiniAdd some comments to the rgb2yuv_table, clarifying...
2010-07-23 Ramiro Pollaswscale-test: scale from reference to source only once...
2010-07-23 Ramiro Pollaindent
2010-07-23 Ramiro Pollaswscale-test: change order tests are run, maintaining...
2010-07-22 Stefano SabatiniPrefer impersonal form over third person, for consisten...
2010-07-22 Ramiro Pollaswscale-test: use only 3 characters to print width...
2010-07-22 Ramiro Pollaswscale-test: print test name before running test,...
2010-07-22 Ramiro Pollaswscale-test: allocate more memory to prevent scalers...
2010-07-21 Ramiro Polladarwin: allow 64-bit darwin to allocate executable...
2010-07-20 Ramiro Pollaswscale-test: use av_pix_fmt_descriptors[].name directly
2010-07-20 Ramiro PollaRestore vertical alignment in some defines
2010-07-19 Martin StorsjöCosmetics: reindent and unify whitespace
2010-07-19 Martin StorsjöDo planar copy with a single memcpy only if the stride...
2010-07-18 Anton MitrofanovAnother try at fixing swscale on win64, as per r31153.
2010-07-16 Martin StorsjöIn planarCopyWrapper, Only copy length, not stride...
2010-07-12 Benoit FouetChange the type of Y table to pointer to void in fill_t...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-03 Eli FriedmanFix 'assignment from incompatible pointer type' warning.
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-06-01 Stefano SabatiniMove internal scale context fields initialization from
2010-06-01 Reinhard Tartlerremove palette8torgb15 and palette8tobgr15
2010-05-30 Diego BiurrunRename yuv2rgb_template2.c --> yuv2rgb_template.c now...
2010-05-30 Diego BiurrunRemove GPL-licensed YUV to RGB MMX routines.
2010-05-23 Stefano SabatiniAdd empty newline to separate function declarations...
2010-05-19 Stefano SabatiniCosmetics: make more compact the code for handle_jpeg...
2010-05-19 Stefano SabatiniRemove PI definition and use M_PI instead.
2010-05-19 Loren Merritt13% faster yuv420 to rgb15 mmx.
2010-05-19 Loren Merritt40% faster yuv420 to rgb24 mmx.
2010-05-12 Ramiro PollaRevert r31153. It failed to build on:
2010-05-11 Ramiro PollaUse int instead of long to pass width parameters in...
2010-05-07 Ronaldo Mourablackfin: fix yuv422 to yuv420 conversion
2010-05-04 Diego Biurrunalternative LGPL-licensed, MMX-optimized YUV to RGB...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-31 Reimar DöffingerReplace some "m" constraints by MANGLE to avoid issues...
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-26 Diego BiurrunHAVE_MMX2 implies HAVE_MMX, so checking the latter...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-23 Diego BiurrunDo not compile AltiVec code when AltiVec is not availab...
2010-03-19 Diego BiurrunReplace wrong condition name in #endif comment by corre...
2010-03-19 Diego BiurrunCheck whether COMPILE_ALTIVEC is defined, not if it...
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-09 Reinhard TartlerFix compilation on powerpc with --disable-altivec
2010-03-08 Reimar DöffingerCheck for allocation failure for c->lumMmx2FilterCode...
2010-03-08 Reimar DöffingerFix memleak due to incorrect VirtualFree arguments...
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.
next