summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* 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
* | swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizonta...Michael Niedermayer2011-09-14
* | swscale: remove unused and forgotten file.Michael Niedermayer2011-09-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-13
|\|
| * sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-13
* | swscale: Fix unused asm and enable itMichael Niedermayer2011-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* | Remove unused variables.Reimar Döffinger2011-09-01
* | sws: fix a huge amount of incompatible pointer type arguments warnings.Clément Bœsch2011-09-01
* | sws: use shift for chroma sample up convertionMichael Niedermayer2011-08-25
* | 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: add dithering to yuv2yuvX_altivec_realLuca Barbato2011-08-13
| * swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-05
|\|
| * lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini2011-08-05
| * lsws: use array for storing the supported in/out informationStefano Sabatini2011-08-05
| * 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
* | lsws: remove deprecated and unused stuff after the 0->1 major bumpStefano Sabatini2011-08-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-01
|\|
| * Do not convert RGB buffer at once when stride does not fit exact samples.Kostya Shishkov2011-07-30
* | lsws: apply logging factorization in sws_scale_init()Stefano Sabatini2011-07-28
* | lsws: remove redundant macros isSupportedIn/OutStefano Sabatini2011-07-27
* | lsws: factorize some logging code in sws_init_context()Stefano Sabatini2011-07-27
* | lsws: fix weird indentStefano Sabatini2011-07-25
* | lsws: use array for storing the supported in/out informationStefano Sabatini2011-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|