summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAge
* swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje2011-06-03
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: use av_clip_uint8() in yuv2yuv1_c().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: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-26
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* swscale: unbreak the build on non-x86 systems.Ronald S. Bultje2011-05-24
* swscale: remove swScale_{c,MMX,MMX2} duplication.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: partially move the arch specific code leftLuca Barbato2011-04-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-13
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-23
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-18
* 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
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* Replace wrong condition name in #endif comment by correct instance.Diego Biurrun2010-03-19
* try to avoid returning odd slices.Michael Niedermayer2010-03-05
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini2010-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
* cosmetics: {} placement.Ramiro Polla2010-01-11
* Remove unused PREFETCHW macroZuxy Meng2010-01-09
* Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger2010-01-01
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-28
* Remove parameters no longer used in h[yc]scale().Ramiro Polla2009-12-21
* 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
* Indent.Ramiro Polla2009-12-20
* Set fast_bilinear functions in sws_init_swScale().Ramiro Polla2009-12-20
* Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla2009-12-20
* Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla2009-12-20
* Start using intermediate buffers at index 0.Ramiro Polla2009-12-06
* Fix compilation with runtime cpu detection.Ramiro Polla2009-12-05
* Add support for nv12/nv21 input.Ramiro Polla2009-12-03
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos2009-11-08
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun2009-09-22
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-16