summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used.Michael Niedermayer2011-10-31
* sws: print a warning on unaligned input on SSE2+Michael Niedermayer2011-10-31
* sws: increase stride alignment requirement for the warning print code.Michael Niedermayer2011-10-31
* sws: replace long by x86_reg in x86 asmMichael Niedermayer2011-10-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-24
|\
| * swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
* | sws: add yuv2yuvX_sse3()Michael Niedermayer2011-10-23
* | sws-test: Fix data alignmentMichael Niedermayer2011-10-23
* | sws: fix assert failureMichael Niedermayer2011-10-23
* | sws: x86_32 fixMichael Niedermayer2011-10-23
* | sws: add yuv2yuvX() back and updated to the just 1 plane APIMichael Niedermayer2011-10-23
* | sws: factorize v*Filter useMichael Niedermayer2011-10-23
* | sws: port to thw new 1 plane API and add back yuv2yuv1_ar().Michael Niedermayer2011-10-23
* | sws: better MOVNTQ macroMichael Niedermayer2011-10-23
* | sws cleanup yuv2planeX_10_c_template()Michael Niedermayer2011-10-23
* | sws: remove nonsensical code that leaked in from libavMichael Niedermayer2011-10-23
* | sws: drop unused codeMichael Niedermayer2011-10-23
* | swscale: disable functions that do not yet workMichael Niedermayer2011-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
| * swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
| * yuv2planeX10 SIMDKieran Kunhya2011-10-22
| * swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22
| * swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje2011-10-22
| * Split up yuv2yuvX functionsKieran Kunhya2011-10-22
| * Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
* | sws: fix warning: new qualifiers in middle of multi-level non-const cast are ...Michael Niedermayer2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-21
| * sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
| * swscale: prevent overflow in coefficient calculation.Ronald S. Bultje2011-10-21
| * swscale: prevent overflow during initializationRonald Bultje2011-10-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * sws: support yuv444p9/10 output.Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje2011-10-11
* | sws: gbr24p input supportMichael Niedermayer2011-10-09
* | swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input.Michael Niedermayer2011-10-09
* | Enable conversions to YUV444P9/YUV444P10, they seem to work fine.Reimar Döffinger2011-10-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-25
|\|
| * ppc: fix some pointer to integer castsMans Rullgard2011-09-25
* | Compile x86/swscale_template with -mno-red-zone.Reimar Döffinger2011-09-25
* | Add new pix_fmt RGBA64Jean First2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya2011-09-23
* | Hack around gcc 4.6 breaking asm using call.Reimar Döffinger2011-09-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-15
|\|
| * swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-15
* | swscale: drop redundant code.Michael Niedermayer2011-09-14