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-05-13Revert r31153. It failed to build on:Ramiro Polla
2010-05-11Use int instead of long to pass width parameters in non-public functions.Ramiro Polla
2010-05-08blackfin: fix yuv422 to yuv420 conversionRonaldo Moura
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-26HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun
2010-03-23Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun
2010-03-19Replace wrong condition name in #endif comment by correct instance.Diego Biurrun
2010-03-19Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun
2010-03-19Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik
2010-03-09Fix compilation on powerpc with --disable-altivecReinhard Tartler
2010-03-08Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger
2010-03-08Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-03-06Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik
2010-03-06try to avoid returning odd slices.Michael Niedermayer
2010-03-05Cosmetics: fix vertical alignment.Benoit Fouet
2010-03-05libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik
2010-03-04Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier
2010-03-04Revert r30825, it was not supposed to be committed.Stefano Sabatini
2010-03-04Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini
2010-03-04Make swscale-test take in input the name of the input and the outputStefano Sabatini
2010-02-28Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos
2010-02-26Remove pointless empty line.Stefano Sabatini
2010-02-26Apply consistency nit.Stefano Sabatini
2010-02-23Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla
2010-02-19Reindent and fix brace placement.Stefano Sabatini
2010-02-19Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini
2010-02-19Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini
2010-02-06Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini
2010-02-06Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini
2010-02-06Satisfy consistency need:Stefano Sabatini
2010-02-05Add function to translate SWS_CS_* to coefficient arrayDavid Conrad
2010-02-04Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini
2010-01-31Declare support for the pixel formats:Stefano Sabatini
2010-01-31Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård
2010-01-31Reindent.Stefano Sabatini
2010-01-31Use a consistent convention for the names of the internal wrapperStefano Sabatini
2010-01-30Fix randomness of the swscale-test output.Stefano Sabatini
2010-01-27Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-26Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini
2010-01-25Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini
2010-01-24Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini