summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\
| * swscale: extend mmx padding.Ronald S. Bultje2011-07-14
| * swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-10
| * swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-08
| * swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje2011-07-08
| * 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
| * swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-08
* | Merge branch 'sws_32bit_integration'Michael Niedermayer2011-07-11
|\ \
| * | sws: dont mess with XInc when the code needing it isnt usedMichael Niedermayer2011-07-11
| * | sws: Fix chroma init for 32bit buffers.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
| * | swscale: fix 16-bit scaling when output is 8-bits.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 uv overwrite in 32btMichael 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
| | * | swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje2011-07-01
| | * | swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-30
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\ \ \ \ | | |_|/ | |/| |
| * | | swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-06
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\| | |
| * | | Remove unused static tables and static inline functions.Diego Biurrun2011-07-04
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\| | |
| * | | Do not include log.h in avutil.hMans Rullgard2011-07-03
| * | | Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
| * | | doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-03
| * | | swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-02
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-02
|\| | |
| * | | swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-01
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\| | | | |/ / |/| |
| * | swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje2011-06-30
| * | swscale: Unbreak build with --enable-smallMohamed Naufal2011-06-30
| * | swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje2011-06-29
| * | swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-29
| |/
* | swscale: Fix yuv422p10Michael Niedermayer2011-06-29