| Commit message (Expand) | Author | Age | Files | Lines |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -11/+11 |
* | swscale: GBRP output support | Michael Niedermayer | 2013-01-27 | 1 | -1/+37 |
* | x86: mmx2 ---> mmxext in variable names | Diego Biurrun | 2012-10-31 | 1 | -5/+5 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 1 | -4/+4 |
* | sws: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -44/+86 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -41/+41 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | swscale: K&R formatting cosmetics (part II) | Diego Biurrun | 2012-04-13 | 1 | -4/+4 |
* | Unscaled Planar RGB -> RGB support in swscale. | Hans-Kristian Arntzen | 2012-04-03 | 1 | -0/+8 |
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 1 | -6/+6 |
* | Revert two swscale commits. | Ronald S. Bultje | 2012-02-19 | 1 | -4/+6 |
* | swscale: update context offsets after removal of AlpMmxFilter. | Ronald S. Bultje | 2012-02-17 | 1 | -5/+4 |
* | swscale: Remove some write-only variables related to alpha handling. | Diego Biurrun | 2012-02-14 | 1 | -1/+0 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -1/+3 |
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -1/+0 |
* | swscale: split C output functions into separate file. | Ronald S. Bultje | 2012-02-07 | 1 | -0/+7 |
* | swscale: Split C input functions into separate file. | Ronald S. Bultje | 2012-02-07 | 1 | -0/+1 |
* | swscale: K&R reformatting cosmetics for header files | Diego Biurrun | 2012-01-08 | 1 | -119/+128 |
* | sws: readd PAL8 to isPacked() | Anton Khirnov | 2011-12-22 | 1 | -2/+4 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | swscale: fix failing fate tests. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+9 |
* | swscale: add support for planar RGB input. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+14 |
* | Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. | Ronald S. Bultje | 2011-11-24 | 1 | -106/+34 |
* | swscale: decide whether to use yuv2plane1/X on a per-plane basis. | Ronald S. Bultje | 2011-10-22 | 1 | -4/+3 |
* | Split up yuv2yuvX functions | Kieran Kunhya | 2011-10-22 | 1 | -17/+27 |
* | Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions | Kieran Kunhya | 2011-10-22 | 1 | -16/+10 |
* | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 1 | -0/+4 |
* | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 1 | -3/+8 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -45/+63 |
* | Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." | Ronald S. Bultje | 2011-08-02 | 1 | -50/+25 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-02 | 1 | -25/+50 |
* | swscale: fix crash with dithering due incorrect offset calculation. | Anton Mitrofanov | 2011-07-10 | 1 | -2/+5 |
* | swscale: rename uv_off/uv_off2 to uv_off_px/byte. | Ronald S. Bultje | 2011-07-08 | 1 | -4/+4 |
* | swscale: error dithering for 16/9/10-bit to 8-bit. | Ronald S. Bultje | 2011-07-08 | 1 | -0/+6 |
* | swscale: amend documentation to mention use of native depth for scaling. | Ronald S. Bultje | 2011-07-06 | 1 | -1/+4 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -1/+1 |
* | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 1 | -0/+10 |
* | swscale: Add Doxygen for hyscale_fast/hScale. | Ronald S. Bultje | 2011-06-29 | 1 | -0/+45 |
* | swscale: Add Doxygen for yuv2planar*/yuv2packed* functions. | Ronald S. Bultje | 2011-06-28 | 1 | -0/+98 |
* | swscale: change prototypes of scaled YUV output functions. | Ronald S. Bultje | 2011-06-27 | 1 | -25/+15 |
* | swscale: remove unused xInc/srcW arguments from hScale(). | Ronald S. Bultje | 2011-06-26 | 1 | -2/+2 |
* | swscale: fix JPEG-range YUV scaling artifacts. | Michael Niedermayer | 2011-06-14 | 1 | -2/+2 |
* | libavutil/swscale: YUV444P10/YUV444P9 support. | Ronald S. Bultje | 2011-06-10 | 1 | -0/+12 |
* | swscale: add yuv2planar/packed function typedefs. | Ronald S. Bultje | 2011-06-07 | 1 | -34/+40 |
* | swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers. | Ronald S. Bultje | 2011-06-07 | 1 | -6/+0 |
* | swscale: remove alp/chr/lumSrcOffset. | Ronald S. Bultje | 2011-06-07 | 1 | -4/+0 |
* | swscale: split swscale.c in unscaled and generic conversion routines. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+7 |
* | swscale: split out x86/swscale_template.c from swscale.c. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+4 |