]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.c
swscale: rearrange code.
[ffmpeg] / libswscale / swscale.c
2011-06-09 Ronald S. Bultjeswscale: rearrange code.
2011-06-09 Ronald S. Bultjeswscale: change 48bit RGB input macros to inline functions.
2011-06-09 Ronald S. Bultjeswscale: change 9/10bit YUV input macros to inline...
2011-06-09 Ronald S. Bultjeswscale: extract gray16 output functions from yuv2packe...
2011-06-09 Ronald S. Bultjeswscale: use standard clipping functions.
2011-06-09 Ronald S. Bultjeswscale: merge macros that are used only once.
2011-06-09 Ronald S. Bultjeswscale: fix function declarations in swscale.c.
2011-06-08 Ronald S. Bultjeswscale: remove unused function.
2011-06-07 Ronald S. Bultjeswscale: remove duplicate conversion routine in swScale().
2011-06-07 Ronald S. Bultjeswscale: integrate yuv2nv12X_C into yuv2yuvX() function...
2011-06-07 Ronald S. Bultjeswscale: extract SWS_FULL_CHR_H_INT conditional into...
2011-06-07 Ronald S. Bultjeswscale: cosmetics.
2011-06-07 Ronald S. Bultjeswscale: remove alp/chr/lumSrcOffset.
2011-06-07 Ronald S. Bultjeswscale: un-special-case yuv2yuvX16_c().
2011-06-03 Ronald S. Bultjeswscale: split swscale.c in unscaled and generic conver...
2011-06-03 Ronald S. Bultjeswscale: cosmetics.
2011-06-03 Ronald S. Bultjeswscale: integrate (literally) swscale_template.c in...
2011-06-03 Ronald S. Bultjeswscale: split out x86/swscale_template.c from swscale.c.
2011-06-03 Ronald S. Bultjeswscale: split out ppc _template.c files from main...
2011-06-03 Ronald S. Bultjeswscale: remove indirections in ppc/swscale_template.c.
2011-06-03 Ronald S. Bultjeswscale: split out unscaled altivec YUV converters...
2011-06-03 Ronald S. Bultjeswscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-24 Ronald S. Bultjeswscale: remove swScale_{c,MMX,MMX2} duplication.
2011-05-24 Ronald S. Bultjeswscale: remove AMD3DNOW "optimizations".
2011-05-24 Ronald S. Bultjeswscale: remove duplicate code in ppc/ subdirectory.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-23 Kieran KunhyaFix 9/10 bit in swscale.
2011-05-13 Ronald S. Bultjeswscale: properly inline bits/endianness in yuv2yuvX16i...
2011-05-13 Ronald S. Bultjeswscale: fix clipping of 9/10bit YUV420P.
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-28 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-04-19 Anton Khirnovsws: remove disabled cruft.
2011-04-15 Janne Grunauswscale: fix "ISO C90 forbids mixed declarations and...
2011-04-14 Josh Allmannswscale: simplify initialization code
2011-04-14 Josh Allmannswscale: further cleanup swscale.c
2011-04-14 Luca Barbatoswscale: partially move the arch specific code left
2011-04-13 Luca Barbatoswscale: Factorize FAST_BGR2YV12 definition.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-27 Baptiste Coudurier100l fix if condition
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-09-16 Ramiro Pollaswscale: remove useless temporary variable
2010-09-16 Ramiro Pollaswscale: factorize plane copying code out of 2 functions
2010-09-11 Ramiro Pollaindent
2010-09-11 Ramiro Pollaswscale: remove unused code
2010-09-06 Ramiro Pollaswscale: fix internal rgb->yv12 chroma conversion used...
2010-08-25 Ramiro Pollaswscale: simplify selection of optimizations to compile.
2010-08-25 Ramiro Pollaswscale: Always define COMPILE_xxx to either 0 or 1.
2010-08-23 Måns Rullgårdswscale: fix unaligned accesses in (RGB|BGR)32_1 to...
2010-08-23 Måns Rullgårdswscale: remove unused macro parameter in BGR2UV template
2010-08-18 Ramiro Pollavalidate input data and linesizes
2010-07-24 Stefano SabatiniAdd missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M...
2010-07-24 Stefano SabatiniAdd some comments to the rgb2yuv_table, clarifying...
2010-07-19 Martin StorsjöCosmetics: reindent and unify whitespace
2010-07-19 Martin StorsjöDo planar copy with a single memcpy only if the stride...
2010-07-16 Martin StorsjöIn planarCopyWrapper, Only copy length, not stride...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-03 Eli FriedmanFix 'assignment from incompatible pointer type' warning.
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-05-19 Stefano SabatiniRemove PI definition and use M_PI instead.
2010-05-12 Ramiro PollaRevert r31153. It failed to build on:
2010-05-11 Ramiro PollaUse int instead of long to pass width parameters in...
2010-03-27 Diego Biurrunlibswscale: Relicense almost all x86 assembler optimiza...
2010-03-23 Diego BiurrunAltiVec implies a PPC CPU, so there is no need to check...
2010-03-19 Diego BiurrunCheck whether COMPILE_ALTIVEC is defined, not if it...
2010-03-18 Janusz KrzysztofikExtend the generic path of the yuv2rgb converter with...
2010-03-09 Reinhard TartlerFix compilation on powerpc with --disable-altivec
2010-03-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-03-05 Janusz Krzysztofiklibswscale: Extend the unaccelerated path of the unscal...
2010-03-04 Alexis BallierSupport BGR555, BGR565, RGB555 and RGB565 foreign endia...
2010-03-04 Stefano SabatiniFill the r, g, b values used for computing the c->pal_y...
2010-02-03 Stefano SabatiniImplement shuffle_bytes_abcd() functions and use them...
2010-01-30 Stefano SabatiniReindent.
2010-01-30 Stefano SabatiniUse a consistent convention for the names of the intern...
2010-01-26 Michael NiedermayerUse isAnyRGB() where possible
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-24 Stefano SabatiniFix mis-computation of the needsDither variable erroneo...
2010-01-24 Stefano SabatiniUse av_get_bits_per_pixel() for computing the bits...
2010-01-24 Ramiro PollaIndent.
2010-01-24 Ramiro PollaSplit swscale.c into scaler code (swscale.c) and utilit...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 David ConradMore const-correctness for sws_scale
2010-01-19 Stefano SabatiniSplit overly long line.
2010-01-19 Alexis BallierMake const prototypes for input sources of sws_scale_...
2010-01-19 Ramiro PollaRemove useless forward declaration.
2010-01-17 Stefano SabatiniRemove stray '\' at the end of macro definitions.
2010-01-17 Stefano SabatiniRemove duplicated or pointless newlines.
2010-01-17 Stefano SabatiniFactorize error message logging, log it if the converte...
2010-01-17 Stefano SabatiniReindent after the last commit.
2010-01-17 Stefano SabatiniMake the pal2rgbWrapper set and use the converter in...
2010-01-17 Måns RullgårdRemove double const
2010-01-17 Stefano SabatiniFactorize error message logging in rgb2rgbWrapper().
2010-01-17 Måns RullgårdReindent
2010-01-17 Måns RullgårdRemove inline from initFilter()
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-17 Stefano SabatiniAdd a const qualifier in a cast, fix the gcc warning:
2010-01-16 Stefano SabatiniFix typo, "get rid off" -> "get rid of".
2010-01-16 Stefano SabatiniRevert r30331, which broke compilation.
next