]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_internal.h
swscale: fix crash with dithering due incorrect offset calculation.
[ffmpeg] / libswscale / swscale_internal.h
2011-07-10 Anton Mitrofanovswscale: fix crash with dithering due incorrect offset...
2011-07-08 Ronald S. Bultjeswscale: rename uv_off/uv_off2 to uv_off_px/byte.
2011-07-08 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-06 Ronald S. Bultjeswscale: amend documentation to mention use of native...
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Ronald S. Bultjeswscale: Add Doxygen for hyscale_fast/hScale.
2011-06-28 Ronald S. Bultjeswscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
2011-06-28 Ronald S. Bultjeswscale: change prototypes of scaled YUV output functions.
2011-06-26 Ronald S. Bultjeswscale: remove unused xInc/srcW arguments from hScale().
2011-06-14 Michael Niedermayerswscale: fix JPEG-range YUV scaling artifacts.
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-07 Ronald S. Bultjeswscale: add yuv2planar/packed function typedefs.
2011-06-07 Ronald S. Bultjeswscale: integrate yuv2nv12X_C into yuv2yuvX() function...
2011-06-07 Ronald S. Bultjeswscale: remove alp/chr/lumSrcOffset.
2011-06-03 Ronald S. Bultjeswscale: split swscale.c in unscaled and generic conver...
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: split out unscaled altivec YUV converters...
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-28 Ronald S. Bultjeswscale: fix crash in bilinear scaling.
2011-05-26 Ronald S. Bultjeswscale: fix compile on ppc.
2011-05-26 Ronald S. Bultjeswscale: remove VOF/VOFW.
2011-05-26 Ronald S. Bultjeswscale: split chroma buffers into separate U/V planes.
2011-05-26 Ronald S. Bultjeswscale: replace formatConvBuffer[VOF] by allocated...
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
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-13 Luca Barbatoswscale: Factorize FAST_BGR2YV12 definition.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-27 Baptiste CoudurierY400A (gray alpha) input support in libswscale
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
2010-07-20 Ramiro PollaRestore vertical alignment in some defines
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-06 Stefano SabatiniAvoid duplication of usePal() macro.
2010-03-06 Janusz KrzysztofikAdd support to BGR444/RGB444 foreign endian output...
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-01-26 Michael NiedermayerAdd 3 more RGB makros that allow specifying RGB in...
2010-01-26 Michael NiedermayerRename isRGB() and isBGR() as their meaning is confusing.
2010-01-24 Stefano SabatiniUse av_get_bits_per_pixel() for computing the bits...
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-20 Ramiro PollaDocument some more of SwsContext.
2010-01-16 Stefano SabatiniPrefer enum PixelFormat to int as the parameter type of
2010-01-16 Ramiro PollaDocument some of SwsContext.
2010-01-16 Ramiro PollaReuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bi...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2009-12-21 Ramiro PollaMove fast bilinear scaler code to the existing h[yc...
2009-12-21 Ramiro PollaRename function pointers used to convert from the input...
2009-12-21 Ramiro PollaCheck if chroma horizontal scaler is needed in sws_init...
2009-12-21 Ramiro PollaRemove unused fields from SwsContext.
2009-12-20 Ramiro PollaIndentation.
2009-12-20 Ramiro PollaSet horizontal scaler's range conversion in context...
2009-12-20 Ramiro PollaSet horizontal scaler's src offsets in context in sws_i...
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-08-16 Ramiro PollaMore indentation changes leftover from r29522:
2009-08-16 Ramiro PollaCosmetics:
2009-08-13 Ramiro PollaMMX2 horizontal scaler: Determine code size at runtime.
2009-08-13 Ramiro PollaRename "funny" code to "mmx2 filter" code.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-21 Ramiro PollaRemove unused variables.
2009-07-09 Ramiro PollaRemove dependency from swscale_internal.h to lavu/inter...
2009-07-01 Måns RullgårdUse enum PixelFormat in sws_format_name() prototype
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
2009-06-04 Pavel PavlovUse DECLARE_ALIGNED macro instead of gcc __attribute__.
2009-06-02 Kostya ShishkovPartial (low bits ignored, no direct transcoding into...
2009-05-19 Kostya ShishkovLet SwScaler know that RGB48 BE/LE is 16-bits per compo...
2009-05-19 Kostya ShishkovMake SwScaler recognize RGB48 BE/LE colourspaces (not...
2009-05-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-05-05 Michael NiedermayerChange VOFW for x86 to 5120, it allows larger images...
2009-04-21 Michael NiedermayerPlanar 16bit 420 422 444 YUV support (output is only...
2009-04-21 Michael NiedermayerAdd macro to check for 16bit per sample.
2009-04-20 Michael Niedermayeradd isBE()
2009-04-14 Cédric SchieliDo not use abgrToA for both luma and alpha channel...
2009-04-12 Diego Biurrunwhitespace cosmetics: Reindent a few lines and break...
2009-04-04 Ramiro Pollaswscale: Use function pointers for swScale functions.
2009-03-27 Ramiro PollaMove bfin specific code to its subdir.
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.
2009-03-20 Cédric SchieliAdd alpha channel scaling
2009-03-18 Diego BiurrunConsistently use ff_ prefixes for internal symbols.
2009-03-07 Cédric SchieliYUVA420P is a planar YUV format
2009-02-27 Cédric SchieliAdd an isALPHA macro to check if pixel format has alpha...
2009-02-09 Diego BiurrunDrop DECLARE_ALIGNED from extern declarations. It...
2009-02-09 Kostya ShishkovPrefix visible YUV2RGB functions with sws_
2009-01-25 Diego BiurrunDeclare struct SwsContext before using it, fixes the...
2009-01-14 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-08 Vitor SessakAdd a new unscaled PAL8 -> RGB converter.
2008-10-07 Carl Eugen HoyosChange variable types from int to enum PixelFormat.
2008-09-13 Michael NiedermayerRename yuv2rgb variables to avoid name clashes with...
2008-09-12 Michael NiedermayerAdd support for PIX_FMT_MONOWHITE as output format.
2008-09-11 Michael Niedermayer100000000000000l, forgot to commit header change for...
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
next