Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swscale: Kill non-compiling disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -6/+0 |
| | |||||
* | swscale: Rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2016-07-16 | 1 | -1/+1 |
| | | | | | | | It is an internal swscale symbol and thus should not be exported. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -58/+58 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
| | | | | | | The new fields can be accessed directly and are more intelligible. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | swscale: support AV_PIX_FMT_YA16 as input | Vittorio Giovara | 2014-08-04 | 1 | -1/+3 |
| | | | | Based on a long debug session with Kostya. | ||||
* | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+2 |
| | | | | | | | The rationale is that you have a packed format in form <greyscale sample> <alpha sample> <greyscale sample> <alpha sample> and shortening greyscale to 'G' might make one thing about Greenscale instead. An alias pixel format and color space name are provided for compatibility. | ||||
* | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 1 | -16/+0 |
| | | | | | | Blackfin is a painful platform to work with, no test machines are available and the range of multimedia applications is dubious. Thus it only represents a maintenance burden. | ||||
* | RGBA64 pixel formats | Jean First | 2014-03-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -5/+0 |
| | | | | | SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden. | ||||
* | swscale: cosmetics: Drop silly camelCase from swScale function pointer name | Diego Biurrun | 2013-08-29 | 1 | -3/+3 |
| | |||||
* | swscale: consistent names for arch-specific acceleration functions | Diego Biurrun | 2013-08-29 | 1 | -4/+3 |
| | |||||
* | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 1 | -5/+5 |
| | | | | Also give consistent names to init functions. | ||||
* | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -2/+2 |
| | | | | Also give consistent names to init functions. | ||||
* | swscale: Move extern declarations for tables to swscale_internal.h | Diego Biurrun | 2013-08-15 | 1 | -0/+8 |
| | | | | Also add missing ff_ prefixes where necessary. | ||||
* | 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 |
| | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | swscale: K&R formatting cosmetics (part II) | Diego Biurrun | 2012-04-13 | 1 | -4/+4 |
| | | | | Also adjust some comments including wording and typo fixes. | ||||
* | Unscaled Planar RGB -> RGB support in swscale. | Hans-Kristian Arntzen | 2012-04-03 | 1 | -0/+8 |
| | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 1 | -6/+6 |
| | | | | | | | Fixes overflows for large image sizes. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | Revert two swscale commits. | Ronald S. Bultje | 2012-02-19 | 1 | -4/+6 |
| | | | | | | | | | | | Revert "swscale: update context offsets after removal of AlpMmxFilter." (commit a95e3fa90b4190381b65d180eec5a4027075e2da) and Revert "swscale: Remove some write-only variables related to alpha handling." (commit 9d03cb9fc5ddf914920ab0dbe13f19a34c754966). They broke alpha handling - it's the evil inline asm that still uses that variable, so it's not truely write-only. | ||||
* | 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 |
| | | | | | | This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout(). | ||||
* | Remove Sun medialib glue code. | Diego Biurrun | 2012-02-08 | 1 | -1/+0 |
| | | | | | It is obscure, most likely unused and not bit-exact compared to libavcodec due to a different IDCT transform algorithm. | ||||
* | swscale: split C output functions into separate file. | Ronald S. Bultje | 2012-02-07 | 1 | -0/+7 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | swscale: Split C input functions into separate file. | Ronald S. Bultje | 2012-02-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | 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 |
| | | | | Fixes PAL8 to YUV conversion. | ||||
* | 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 |
| | | | | isGray() is left as a FIXME for later. | ||||
* | 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 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions | Kieran Kunhya | 2011-10-22 | 1 | -16/+10 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | 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 |
| | | | | | | This allows using more specific implementations for chroma/luma, e.g. we can make assumptions on filterSize being constant, thus avoiding that test at runtime. | ||||
* | 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 |
| | | | | | | This reverts commit ac0fb5934893be554a44d2a1eb7a3bc7bf39da4a. It causes valgrind errors which I'll want to investigate before resubmitting this. | ||||
* | 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 |
| | | | | | | | | ptrdiff_t can be 4 bytes, which leads to the next element being 4-byte aligned and thus at a different offset than intended. Forcing 8-byte alignment forces equal offset of dither16/32 on x86-32 and x86-64. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | 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 |
| | | | | Based on a somewhat similar idea in FFmpeg's swscale copy. | ||||
* | swscale: amend documentation to mention use of native depth for scaling. | Ronald S. Bultje | 2011-07-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> |