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-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
2010-01-24Indent.Ramiro Polla
2010-01-24Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-20Document some more of SwsContext.Ramiro Polla
2010-01-20Avoid more pointless tests, the input and output formats need to beStefano Sabatini
2010-01-20Split overly long line.Stefano Sabatini
2010-01-20Make selfTest() perform tests where both the input and output formatsStefano Sabatini
2010-01-19Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier
2010-01-19swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla
2010-01-19Remove useless forward declaration.Ramiro Polla
2010-01-19User friendly warning message that gives out names of source and target formatsZuxy Meng
2010-01-19swscale-example: use av_malloc()Måns Rullgård