OSDN Git Service

ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.
[coroid/libav_saccubus.git] / libswscale / swscale.c
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-02 Ronald S. BultjeRevert "swscale: use 15-bit intermediates for 9/10...
2011-08-02 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-07-08 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-08 Ronald S. Bultjeswscale: fix overflow in 16-bit vertical scaling.
2011-07-08 Ronald S. Bultjeswscale: fix crash in 8-bpc bilinear output without...
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit horizontal scaling underflow.
2011-07-04 Diego BiurrunRemove unused static tables and static inline functions.
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-30 Ronald S. Bultjeswscale: fix another yuv range conversion overflow...
2011-06-30 Mohamed Naufalswscale: Unbreak build with --enable-small
2011-06-30 Ronald S. Bultjeswscale: fix yuv range correction when using 16-bit...
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Ronald S. Bultjeswscale: change prototypes of scaled YUV output functions.
2011-06-28 Ronald S. Bultjeswscale: re-add support for non-native endianness.
2011-06-28 Ronald S. Bultjeswscale: disentangle yuv2rgbX_c_full() into small funct...
2011-06-28 Ronald Bultjeswscale: split yuv2packed[12X]_c() remainders into...
2011-06-26 Ronald S. Bultjeswscale: remove unused xInc/srcW arguments from hScale().
2011-06-14 Ronald S. Bultjeswscale: remove misplaced comment.
2011-06-14 Ronald S. Bultjeswscale: split out RGB48 output functions from yuv2pack...
2011-06-14 Michael Niedermayerswscale: fix JPEG-range YUV scaling artifacts. v0.7rc1
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-10 Ronald S. Bultjeswscale: split YUYV output out of yuv2packed[12X]_c().
2011-06-09 Ronald S. Bultjeswscale: extract monowhite/black output from yuv2packed...
2011-06-09 Ronald S. Bultjeswscale: de-macro'ify RGB15/16/32 input functions.
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...
next