summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
...
* | lsws: remove redundant macros isSupportedIn/OutStefano Sabatini2011-07-271-6/+2
* | lsws: factorize some logging code in sws_init_context()Stefano Sabatini2011-07-271-21/+9
* | lsws: fix weird indentStefano Sabatini2011-07-251-1/+1
* | lsws: use array for storing the supported in/out informationStefano Sabatini2011-07-251-123/+78
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-0/+2
|\ \ | |/
| * swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich2011-07-211-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-6/+7
|\ \ | |/
| * swscale: extend mmx padding.Ronald S. Bultje2011-07-141-6/+7
| * swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-141-15/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-143-10/+16
|\ \ | |/
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-143-10/+16
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-2/+5
|\ \ | |/
| * swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-101-2/+5
| * swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-083-46/+46
| * swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje2011-07-081-19/+90
| * swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-083-30/+160
| * swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-081-9/+9
| * swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-081-1/+2
| * swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje2011-07-081-1/+1
| * swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-082-13/+13
* | Merge branch 'sws_32bit_integration'Michael Niedermayer2011-07-115-354/+668
|\ \
| * | sws: dont mess with XInc when the code needing it isnt usedMichael Niedermayer2011-07-111-1/+1
| * | sws: Fix chroma init for 32bit buffers.Michael Niedermayer2011-07-111-2/+8
| * | swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-113-49/+160
| * | swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-111-9/+9
| * | swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-111-1/+2
| * | swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-112-13/+13
| * | sws: fix non native endian 9-15 bit input with 16bit outMichael Niedermayer2011-07-111-0/+4
| * | sws: disable scale16 when int32 is usedMichael Niedermayer2011-07-112-3/+6
| * | sws: fix rgb -> 16bitMichael Niedermayer2011-07-112-5/+8
| * | sws: fix uv overwrite in 32btMichael Niedermayer2011-07-111-3/+3
| * | sws: fix gray16_1Michael Niedermayer2011-07-111-2/+2
| * | sws:ix yuv2rgb48_1_c_template()Michael Niedermayer2011-07-111-2/+2
| * | sws: fix 16/32 bug from mergeMichael Niedermayer2011-07-111-11/+12
| * | swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-115-63/+11
| * | Merge branch 'ronalds_buggy_gt8bit_sws'Michael Niedermayer2011-07-115-288/+478
| |\ \
| | * | swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje2011-07-011-1/+1
| | * | swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje2011-07-011-6/+6
| | * | swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-305-309/+481
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | swscale: amend documentation to mention use of native depth for scaling.Ronald S. Bultje2011-07-061-1/+4
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-11/+0
|\ \ \ \ | |/ / /
| * | | Remove unused static tables and static inline functions.Diego Biurrun2011-07-041-11/+0
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-042-1/+4
|\ \ \ \ | |/ / /
| * | | Do not include log.h in avutil.hMans Rullgard2011-07-032-0/+2
| * | | Do not include pixfmt.h in avutil.hMans Rullgard2011-07-032-0/+2
| * | | doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-031-1/+0
| * | | swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-021-0/+13
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-021-47/+0
|\ \ \ \ | |/ / /
| * | | swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-015-79/+27