]> git.sesse.net Git - ffmpeg/history - libswscale
remove unused code, spotted by Jeff Downs, heydowns a borg d com
[ffmpeg] / libswscale /
2007-10-02 Diego Biurruncosmetics: Fix AltiVec spelling.
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-09-24 Michael Niedermayercosmetic (get rid of _ at the start of local variable...
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-07-28 Diego Biurruntypo
2007-07-20 Marc Hoffmanintegrating blackfin optimized yuyvtoyv12 converter
2007-07-20 Marc Hoffmanremoving reference to bfin_sram.h its not used anylonger
2007-07-20 Marc Hoffmanadding blackfin optimized yuyvtoyv12 converter
2007-07-19 Denes BalatoniUltraSPARC VIS yuv2rgb
2007-07-18 Andreas Ömanuse YUV440P in swscale
2007-07-17 Diego BiurrunThis was rewritten by Michael, switch copyrights to...
2007-07-16 Diego BiurrunRemove redundant "all rights reserved" statement, OKed...
2007-07-14 Diego Biurruntypo
2007-07-11 Luca AbeniRemove unused file (this time for real)
2007-07-10 Luca AbeniResurrect yuv2rgb_init.c, to add a proper license ...
2007-07-09 Diego BiurrunISO8859-1 --> UTF-8
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-03 Luca AbeniRemove unused file
2007-07-02 Diego BiurrunFix 'make checkheaders'.
2007-07-02 Diego BiurrunRemove obsolete and misleading comment.
2007-06-28 Diego Biurruncomment grammar fixes
2007-06-22 Marc Hoffmanintegrating ff_bfin_get_unscaled_swscale into the system
2007-06-22 Marc Hoffmanadding Blackfin swscale_bfin infrastructure, and the...
2007-06-22 Marc Hoffmandocument pointer offset by -8
2007-06-22 Marc Hoffmanre pipeline loop, to eliminate extra chroma reads
2007-06-22 Marc Hoffmancorrect chroma skewing bug, caused by incorrect stride...
2007-06-16 Reimar DöffingerMissing libswscale part of TARGET_ -> HAVE_ change
2007-06-16 Reimar DöffingerCopile fix: missing libswscale part of ffmpeg r9322...
2007-06-13 Diego Biurrunmisc spelling fixes
2007-06-08 Reimar DöffingerFix yuv2rgb C functions to work for widths divisible...
2007-06-05 Marc Hoffmancorrecting spelling error, yuv2rgb888_line was renamed...
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-19 Marc HoffmanBlackfin optimized uyvytoyv12 routine. the implementati...
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
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-09 Ivo van Poortenremove the need of one extra shift in rgb16ToUV
2007-05-09 Ivo van PoortenFix rgb15ToUV. Correct order of components and use...
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-30 Diego Biurruncosmetics attack, part IV: Remove all tabs and prettypr...
2007-04-29 Diego Biurruncosmetics attack, part III: Remove all tabs and prettyp...
2007-04-29 Diego Biurruncosmetics: Fix stray wrongly indented line.
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-28 Diego Biurruncosmetics: Replace manual tab indentation by \n\t as...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-04-26 Diego BiurrunDon't declare -lm as a dependency of swscale-example.
2007-04-26 Marc HoffmanRemove large automatics from stack.
2007-04-18 Ivo van Poortenpreserve alpha channel when converting rgb32 to bgr32...
2007-04-18 Ivo van Poortenfix red_15mask and green_15mask. the previous values...
2007-04-18 Ivo van Poortentest widths all down to one. this tests whether the...
2007-04-18 Ivo van Poortenskip MMX code in rgb24tobgr24 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to16 if the size of the input...
2007-04-18 Ivo van Poortenskip MMX code in rgb32to15 if the size of the input...
2007-04-17 Ivo van Poortenslightly faster rgb32tobgr32; avoid one add and one cmp
2007-04-16 Ivo van PoortenNew implementation of rgb32tobgr32
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-12 Ivo van Poortencosmetics, expand all tabs to four spaces.
2007-04-12 Ivo van PoortenReplace huge switch statement by a lookup table.
2007-04-11 Ivo van Poortencosmetics after last commit; remove superfluous braces
2007-04-11 Ivo van PoortenRemove code duplication in sws_rgb2rgb_init.
2007-04-07 Diego Biurruntypo
2007-04-03 Carl Eugen HoyosFix crash when trying to convert from or to RGBi (i...
2007-03-30 Marc HoffmanHandle proper compilation on Mac OS X.
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-03-01 Reimar DöffingerFix a possible crash on 64 bit systems when the lumSrcP...
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-22 Diego Biurruncosmetics: typo fixes, usefuLL --> useful and aswell...
2007-02-17 Michael Niedermayernegative stride and h_size-=8 fix
2007-02-17 Michael NiedermayerBGR/RGB4 byte formats as input
2007-02-16 Michael Niedermayerpal8 input
2007-01-28 Luca Barbatostray fflush spotted by Aurel
2007-01-28 Luca BarbatoMake example and test build and link correctly
2007-01-28 Luca Barbatoav_logify
2007-01-25 Diego BiurrunSimplify conditional compilation handling.
2007-01-23 Luca AbeniPass a context to av_log(), when possible
2007-01-22 Diego BiurrunFix license headers and FSF postal address.
2007-01-13 Diego Biurruncosmetics: typo pallete --> palette
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
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-26 Luca AbeniAdd some other casts, to remove void pointers arithmetic
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-26 Luca AbeniRemove some void pointers arithmetic
next