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-08-29Implement swscale_version().Stefano Sabatini
2008-07-21fix memleakMichael Niedermayer
2008-07-21Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer
2008-07-1810l forgot SWS_BILINEARMichael Niedermayer
2008-07-18Ensure that exactly one scaler algo is used.Michael Niedermayer
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-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-01add const, suppress warningsBaptiste Coudurier
2008-05-09Remove in_asm_used_var_warning_killer()Keiji Costantini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-22Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-17Fix a typo that causes an assertion to always fail.Zuxy Meng
2008-03-13typosDiego Biurrun
2008-03-10typoDiego Biurrun
2008-03-10Make av_class a pointer to const.Panagiotis Issaris
2008-03-10Remove redundant swScaler: output from places where av_log()Diego Biurrun
2008-03-06change sws_format_name to return const char*, supress many warningsBaptiste Coudurier
2008-03-06remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier
2008-03-05One more (forgotten) fix for fixing sws_flags.Michael Niedermayer
2008-03-05Turn ancient V offset numerical constants into named ones.Michael Niedermayer
2008-02-22Discard two symbols from libswscale.Carl Eugen Hoyos
2008-02-15More explicit unsupported pixel format error messages.Stefano Sabatini
2008-02-10Make dither4 & dither8 const.Carl Eugen Hoyos
2008-01-29Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger
2008-01-28Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger
2008-01-21Fix typo in commentReimar Döffinger
2008-01-17Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet
2008-01-17Cosmetics: whitespacesBenoit Fouet
2008-01-17Remove non cosmetic spaces inside parentheses.Benoit Fouet
2008-01-17Description: remove superfluous parentheses.Benoit Fouet
2008-01-17Check param in sws_getCachedContext().KO Myung-Hun
2007-12-21comment typo fixesDiego Biurrun
2007-12-20Make sure strides have positive values before converting.Peter Schlaile
2007-09-27Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-07-28typoDiego Biurrun
2007-07-18use YUV440P in swscaleAndreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-22integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman
2007-06-13misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-23ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten