Michael
> Niedermayer
> Sent: Wednesday, March 30, 2016 4:18 PM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH] Added more tests to libswscale/utils.c
>
> On Wed, Mar 30, 2016 at 10:12:29AM +, Petru Rares Sincraian wrote:
> >
: [FFmpeg-devel] [PATCH] Added more tests to libswscale/utils.c
On Wed, Mar 30, 2016 at 10:12:29AM +, Petru Rares Sincraian wrote:
> Hi,
>
> I solved the problems with swscale_license() and alloc_gamma_tbl() functions.
> I am working to solve alphaless_fmt() function in a d
t; From: ffmpeg-devel on behalf of Michael
> Niedermayer
> Sent: Sunday, March 27, 2016 9:43 PM
> To: FFmpeg development discussions and patches
> Subject: Re: [FFmpeg-devel] [PATCH] Added more tests to libswscale/utils.c
>
> On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares
development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH] Added more tests to libswscale/utils.c
On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares Sincraian wrote:
>
> - Added test for: swscale_license()
> - Added test for: alphaless_fmt()
> - Ad
On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares Sincraian wrote:
>
> - Added test for: swscale_license()
> - Added test for: alphaless_fmt()
> - Added test for: alloc_gamma_tbl()
[...]
> +static void test_alloc_gamma_tbl(void)
> +{
> +uint16_t *tbl = alloc_gamma_tbl(1.
On Sun, Mar 27, 2016 at 04:39:39PM +, Petru Rares Sincraian wrote:
>
> - Added test for: swscale_license()
> - Added test for: alphaless_fmt()
> - Added test for: alloc_gamma_tbl()
[...]
> +static void test_alphaless_fmt(void)
> +{
> +int result;
> +
> +result = alph
- Added test for: swscale_license()
- Added test for: alphaless_fmt()
- Added test for: alloc_gamma_tbl()
---
libswscale/Makefile | 1 +
libswscale/utils.c| 158 ++
tests/Makefile| 1 +
tests/fate/li