summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
...
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-01
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-29
* swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje2011-06-29
* swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje2011-06-28
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-27
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-26
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-14
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-10
* swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje2011-06-07
* swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje2011-06-07
* swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje2011-06-07
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-03
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-03
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-28
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-26
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-26
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-26
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-13
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-24
* Restore vertical alignment in some definesRamiro Polla2010-07-20
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-06
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-06
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-05
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-04
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Document some more of SwsContext.Ramiro Polla2010-01-20
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-16
* Document some of SwsContext.Ramiro Polla2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla2009-12-21
* Rename function pointers used to convert from the input pixel format to theRamiro Polla2009-12-21
* Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla2009-12-21
* Remove unused fields from SwsContext.Ramiro Polla2009-12-21