]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
Remove ASSERT() macro. SoC Patch from Keiji Costantini
[ffmpeg] / libswscale / swscale.c
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoReindent. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoSplit simpleCopy into packedCopy and planarCopy. SoC...
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-05-09 Keiji CostantiniRemove in_asm_used_var_warning_killer()
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-22 Alexander StrangeFix 64 bit shared library compilation with MMX2 by...
2008-03-18 Diego BiurrunRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
2008-03-17 Zuxy MengFix a typo that causes an assertion to always fail.
2008-03-12 Diego Biurruntypos
2008-03-10 Diego Biurruntypo
2008-03-10 Panagiotis IssarisMake av_class a pointer to const.
2008-03-10 Diego BiurrunRemove redundant swScaler: output from places where...
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-05 Michael NiedermayerOne more (forgotten) fix for fixing sws_flags.
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-02-15 Stefano SabatiniMore explicit unsupported pixel format error messages.
2008-02-09 Carl Eugen HoyosMake dither4 & dither8 const.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-21 Reimar DöffingerFix typo in comment
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2008-01-17 Benoit FouetDescription: remove superfluous parentheses.
2008-01-17 KO Myung-HunCheck param in sws_getCachedContext().
2007-12-21 Diego Biurruncomment typo fixes
2007-12-20 Peter SchlaileMake sure strides have positive values before converting.
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-07-28 Diego Biurruntypo
2007-07-18 Andreas Ömanuse YUV440P in swscale
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-22 Marc Hoffmanintegrating ff_bfin_get_unscaled_swscale into the system
2007-06-13 Diego Biurrunmisc spelling fixes
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused as it is declared...
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-23 Ivo van Poortenffmpeg -sws_flags command line option to set swscaler...
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-05-11 Ivo van Poortencosmetics; one test per line for all isXXX(x) macros
2007-05-02 Benoit Fouetcosmetics: indentation after previous patch
2007-05-02 Benoit Fouettest if color conv fonction exists prior to using it
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-15 Michael Niedermayerimprove horizontal chroma resolution with pal
2007-04-15 Michael Niedermayerconvert palette to yuv instead of converting each pixel...
2007-04-07 Diego Biurruntypo
2007-04-03 Carl Eugen HoyosFix crash when trying to convert from or to RGBi (i...
2007-03-18 Michael Niedermayerfix full range (jpeg yuv) chroma
2007-03-08 Karl H. BeckersAdd PIX_FMT_PAL8 to isPacked().
2007-03-02 Michael Niedermayera small step toward 4 plane support
2007-03-02 Michael Niedermayercopy src to prevent the user supplied argumet from...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-02-16 Michael Niedermayerpal8 input
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2007-01-12 Luca AbeniAdd "support for both orderings of the slices (top...
2007-01-06 Luca Abenireplace some av_malloc();memset(...,0,...) sequences...
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniMark some variables as possibly unused to avoid warnings
2006-12-26 Luca AbeniAdd some explicit casts to avoid "assignment from incom...
2006-12-22 Luca AbeniRemove useless include (not needed now that libswscale...
2006-12-20 Luca AbeniAllow to compile swscale's non-SIMD code under the...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-11-16 Diego BiurrunRemove stray newline.
2006-11-02 Luca AbeniAdd support for conversions from the rgb565 and rgb555...
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Luca AbeniAdd support for YUVJ formats
2006-09-17 Luca AbeniRemove the dependency of libswscale on img_format.h
2006-09-17 Luca AbeniFix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB...
2006-09-04 Víctor PaesaAdd sws_getCachedContext(), which checks if context...
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-08-18 Diego BiurrunExplicitly include libmpcodecs/img_format.h and libvo...
2006-08-12 Uoti UrpalaUse COMPILE_MMX2 instead of HAVE_MMX2 to determine...
2006-08-05 Luca AbeniAnother PIX_FMT_ ---> IMGFMT_ conversion
2006-08-05 Diego BiurrunDo not assemble MMX, MMX2 or 3DNOW code unconditionally...
2006-07-31 Luca AbeniAdd support for ffmpeg's pixel format names in libswscale
2006-07-28 Diego BiurrunComment some #endif lines.
2006-07-26 Luca AbeniReplace MIN() and MAX() with FFMIN() and FFMAX()
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-23 Alan CurryFix typo introduced in the memalign->av_malloc conversi...
2006-07-23 Reimar DöffingerMissing part of the malloc -> av_malloc patch: memalign...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale