| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: bump minor for implementing support for the new pixfmts | Lynne | 2023-05-29 | 1 | -1/+1 |
* | lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmts | Lynne | 2023-05-29 | 2 | -0/+12 |
* | swscale/la: Add following builtin optimized functions | Jin Bo | 2023-05-25 | 4 | -2/+410 |
* | swscale/la: Optimize the functions of the swscale series with lsx. | Lu Wang | 2023-05-25 | 10 | -7/+4256 |
* | swscale/ppc: remove hScale8To19_vsx | Lynne | 2023-05-20 | 1 | -60/+0 |
* | version.h: Bump minor post 6.0 branchn6.1-dev | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | version.h: Bump minor for 6.0 branch | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | Bump major versions of all libraries | James Almer | 2023-02-09 | 2 | -3/+3 |
* | sws/utils.c: Do not uselessly call initFilter() when unscaling | Tomas Härdin | 2023-02-08 | 1 | -31/+31 |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 6 | -16/+16 |
* | swscale/utils: Fix indentation | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+10 |
* | swscale/utils: Derive range from YUVJ-pix-fmt only once | Andreas Rheinhardt | 2022-11-24 | 1 | -8/+10 |
* | swscale/utils: Move functions to avoid forward declarations | Andreas Rheinhardt | 2022-11-24 | 1 | -207/+200 |
* | swscale/utils: Avoid calling ff_thread_once() unnecessarily | Andreas Rheinhardt | 2022-11-24 | 1 | -3/+4 |
* | swscale/utils: Don't allocate AVFrames for slice contexts | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+5 |
* | swscale/utils: Factor initializing single slice context out | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+21 |
* | swscale/input: Use more unsigned intermediates | Michael Niedermayer | 2022-11-20 | 1 | -12/+12 |
* | swscale/input: Use unsigned intermediates in rgb64ToUV_c_template | Jeremy Dorfman | 2022-11-20 | 1 | -3/+3 |
* | swscale/utils: Remove obsolete 3DNow reference | Andreas Rheinhardt | 2022-11-09 | 1 | -2/+0 |
* | swscale/output: Bias 16bps output calculations to improve non overflowing ran... | Michael Niedermayer | 2022-11-04 | 2 | -15/+26 |
* | swscale/output: Bias 16bps output calculations to improve non overflowing range | Michael Niedermayer | 2022-11-04 | 1 | -60/+60 |
* | sw_scale: Add specializations for hscale 16 to 19 | Hubert Mazur | 2022-11-01 | 2 | -0/+468 |
* | sw_scale: Add specializations for hscale 16 to 15 | Hubert Mazur | 2022-11-01 | 2 | -0/+468 |
* | sw_scale: Add specializations for hscale 8 to 19 | Hubert Mazur | 2022-11-01 | 2 | -4/+300 |
* | swscale: aarch64: Fix yuv2rgb with negative strides | Martin Storsjö | 2022-10-27 | 1 | -4/+4 |
* | swscale: document some missing arguments | Marvin Scholz | 2022-10-17 | 1 | -0/+10 |
* | swscale: Fix bogus doxy comment #ifdefs | Marvin Scholz | 2022-10-17 | 1 | -10/+5 |
* | libswscale: force a minimum size of the slide for bayer sources | Chema Gonzalez | 2022-10-14 | 1 | -0/+1 |
* | sws/rgb2rgb: RISC-V 64-bit V packed YUYV/UYVY to planar 4:2:2 | Rémi Denis-Courmont | 2022-09-30 | 2 | -0/+63 |
* | sws/rgb2rgb: RISC-V V interleaveBytes | Rémi Denis-Courmont | 2022-09-30 | 2 | -0/+30 |
* | sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functions | Rémi Denis-Courmont | 2022-09-30 | 5 | -0/+130 |
* | swscale/output: Don't call av_pix_fmt_desc_get() in a loop | Andreas Rheinhardt | 2022-09-19 | 1 | -42/+58 |
* | swscale/input: Avoid calls to av_pix_fmt_desc_get() | Andreas Rheinhardt | 2022-09-19 | 1 | -54/+68 |
* | swscale/la: Add output_lasx.c file. | Hao Chen | 2022-09-10 | 4 | -1/+1993 |
* | swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files | Hao Chen | 2022-09-10 | 8 | -0/+444 |
* | swscale/la: Optimize hscale functions with lasx. | Hao Chen | 2022-09-10 | 8 | -1/+1293 |
* | swscale/output: add support for Y210LE and Y212LE | Philip Langdale | 2022-09-10 | 3 | -3/+51 |
* | swscale/output: add support for XV30LE | Philip Langdale | 2022-09-10 | 3 | -2/+33 |
* | swscale/output: add support for XV36LE | Philip Langdale | 2022-09-10 | 3 | -2/+31 |
* | swscale/output: add support for P012 | Philip Langdale | 2022-09-10 | 3 | -62/+84 |
* | swscale/input: Remove spec-incompliant ';' | Andreas Rheinhardt | 2022-09-08 | 1 | -5/+5 |
* | swscale/input: add support for Y212LE | Philip Langdale | 2022-09-06 | 3 | -16/+32 |
* | swscale/input: add support for XV30LE | Philip Langdale | 2022-09-06 | 3 | -1/+27 |
* | swscale/input: add support for P012 | Philip Langdale | 2022-09-06 | 3 | -60/+67 |
* | swscale/input: add support for XV36LE | Philip Langdale | 2022-09-06 | 3 | -1/+27 |
* | libswscale: add support for VUYX format | Philip Langdale | 2022-08-25 | 4 | -9/+39 |
* | swscale/x86/rgb_2_rgb: Empty MMX state in ff_shuffle_bytes_2103_mmxext | Andreas Rheinhardt | 2022-08-23 | 1 | -0/+1 |
* | swscale/input: add rgbaf16 input support | Timo Rothenpieler | 2022-08-19 | 7 | -2/+171 |
* | swscale: add opaque parameter to input functions | Timo Rothenpieler | 2022-08-19 | 4 | -85/+106 |
* | swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx() | Andreas Rheinhardt | 2022-08-19 | 1 | -2/+0 |