- 13 May, 2019 2 commits
-
-
Michael Niedermayer authored
Some formats use longer names than 12. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Adam Richter authored
In libswcale/tests/swcale.c, the function fileTest() calls sscanf in an argument of "%12s" on character srcStr[] and dstStr[], which are only 12 bytes. So, if the input string is 12 characters, a terminating null byte can be written past the end of these arrays. This bug was found by cppcheck. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 May, 2019 1 commit
-
-
Philip Langdale authored
Lauri had asked me what the semi planar formats were and that reminded me that we could add it to pixdesc_query so we know exactly what the list is.
-
- 30 Jul, 2017 4 commits
-
-
Clément Bœsch authored
Fix CID 1415949
-
Clément Bœsch authored
Fixes ticket #6554
-
Clément Bœsch authored
-
Clément Bœsch authored
This will be required for the next commit.
-
- 30 Apr, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Apr, 2017 1 commit
-
-
Diego Biurrun authored
-
- 23 Mar, 2017 1 commit
-
-
Clément Bœsch authored
-
- 20 Mar, 2017 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
Test the pixel format querying within libswscale.
-
- 24 Jan, 2017 1 commit
-
-
Diego Biurrun authored
libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types] libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
-
- 28 Oct, 2016 1 commit
-
-
Diego Biurrun authored
-
- 02 Sep, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Jul, 2016 1 commit
-
-
Diego Biurrun authored
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 May, 2016 1 commit
-
-
Diego Biurrun authored
-