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
2008-09-09Prevent overflows during mpeg->jpeg yuv.Michael Niedermayer
2008-09-08Fix jpeg yuv.Michael Niedermayer
2008-09-08Fix typo in comment.Michael Niedermayer
2008-09-08Fix accurate rounding mode on x86_64.Michael Niedermayer
2008-09-07Make ToY and ToUV family of function consistent part ILuca Barbato
2008-09-07Make fast bilinear scaler work again.Michael Niedermayer
2008-09-05simplify function selection codeBaptiste Coudurier
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-05Make 16bit grayscale output work.Michael Niedermayer
2008-09-05Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.Michael Niedermayer
2008-09-05Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.Michael Niedermayer
2008-09-05Fix 4 and 8 bit RGB/BGR input.Michael Niedermayer
2008-09-05Remove workaround for rgb/bgr mess.Michael Niedermayer
2008-09-04Fix 4 of the unscaled rgb15/16 converters, each of these containedMichael Niedermayer
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer
2008-09-04Fix rgb15/16 vs. bgr part2.Michael Niedermayer
2008-09-04Fix rgb15/16 vs. bgr part1.Michael Niedermayer
2008-09-04Add fflush to prevent stdout & stderr from being mixed.Michael Niedermayer
2008-08-31Change headers' guardnames consistently with r15120.Stefano Sabatini
2008-08-29Implement swscale_version().Stefano Sabatini
2008-07-25compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier
2008-07-24Fix indentation after last commit.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-21fix memleakMichael Niedermayer
2008-07-21Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer
2008-07-18Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer
2008-07-18indentMichael Niedermayer
2008-07-18Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer
2008-07-18simplify yuv2yuv1()Michael Niedermayer
2008-07-1810l forgot SWS_BILINEARMichael Niedermayer
2008-07-18Ensure that exactly one scaler algo is used.Michael Niedermayer
2008-07-14Cosmetics: reindent.Alexander Strange
2008-07-14Remove const vector casts.Alexander Strange
2008-07-10100L, avoption splited code added, I should double check with svn status...Luca Barbato
2008-07-10Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Reindent. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-06Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-07-04whitespace cosmeticsDiego Biurrun
2008-07-04Place license header at the top of the file for consistency.Diego Biurrun
2008-06-08OBJS should end in .o, not .c.Diego Biurrun
2008-06-08VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-06-08Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-06-01restore needed cast to correct type with constBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01cast to correct type, suppress warningsBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier