summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-25
|\
| * swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* | sws: update copyright datesMichael Niedermayer2011-11-18
* | 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: fix assert failureMichael 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 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya2011-09-23
* | swscale: drop redundant code.Michael Niedermayer2011-09-14
* | sws: fix a huge amount of incompatible pointer type arguments warnings.Clément Bœsch2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-18
|\|
| * swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-17
* | sws: remove hScale16NX_c()Michael Niedermayer2011-08-14
* | sws: remove hScale16N() and use ronalds reformated version of it.Michael Niedermayer2011-08-14
* | sws: remove unneeded code from last mergeMichael Niedermayer2011-08-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-13
|\|
| * swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
| * Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-02
| * swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-02
| * swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-08
| * swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-08
| * swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-08
| * swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje2011-07-08
* | Merge branch 'sws_32bit_integration'Michael Niedermayer2011-07-11
|\ \
| * | swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-11
| * | swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-11
| * | swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-11
| * | sws: fix non native endian 9-15 bit input with 16bit outMichael Niedermayer2011-07-11
| * | sws: disable scale16 when int32 is usedMichael Niedermayer2011-07-11
| * | sws: fix rgb -> 16bitMichael Niedermayer2011-07-11
| * | sws: fix gray16_1Michael Niedermayer2011-07-11
| * | sws:ix yuv2rgb48_1_c_template()Michael Niedermayer2011-07-11
| * | sws: fix 16/32 bug from mergeMichael Niedermayer2011-07-11
| * | swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-11
| * | Merge branch 'ronalds_buggy_gt8bit_sws'Michael Niedermayer2011-07-11
| |\ \
| | * | swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje2011-07-01