summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* sws: readd PAL8 to isPacked()Anton Khirnov2011-12-221-2/+4
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-241-0/+9
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-241-0/+14
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-241-106/+34
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-221-4/+3
* Split up yuv2yuvX functionsKieran Kunhya2011-10-221-17/+27
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-221-16/+10
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+4
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-171-3/+8
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-45/+63
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-021-50/+25
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-021-25/+50
* swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-101-2/+5
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-081-4/+4
* swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-081-0/+6
* swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-061-1/+4
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-0/+1
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-011-1/+1
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-291-0/+10
* swscale: Add Doxygen for hyscale_fast/hScale.Ronald S. Bultje2011-06-291-0/+45
* swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.Ronald S. Bultje2011-06-281-0/+98
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-271-25/+15
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-261-2/+2
* swscale: fix JPEG-range YUV scaling artifacts.Michael Niedermayer2011-06-141-2/+2
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-101-0/+12
* swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje2011-06-071-34/+40
* swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje2011-06-071-6/+0
* swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje2011-06-071-4/+0
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-031-0/+7
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-031-0/+4
* swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje2011-06-031-5/+2
* swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje2011-06-031-0/+2
* sws: replace all long with int.Anton Khirnov2011-05-281-9/+9
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-0/+2
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-261-3/+4
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-261-8/+0
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-9/+18
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-261-1/+1
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-5/+0
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-1/+1
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+10
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-2/+8
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-131-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-271-1/+3
* More const-correctness fixes to avoid warnings.Reimar Döffinger2010-07-241-2/+2
* Restore vertical alignment in some definesRamiro Polla2010-07-201-12/+12
* Revert r31153. It failed to build on:Ramiro Polla2010-05-121-9/+9
OpenPOWER on IntegriCloud