zzm_gitcode
53f78f9829
ffmpeg upgrade from 5.1.4 to 7.1.1
...
Signed-off-by: zzm_gitcode <harbin_zzm@163.com >
2025-12-31 15:03:25 +08:00
cyberbox
ce11095c1d
upgrade ffmpeg from 4.4.1 to 5.1.4
...
Signed-off-by: cyberbox <468042667@qq.com >
Change-Id: I63cc2a8c9ff6197c67d6b6b47c124882ad942a22
2024-04-25 17:20:18 +08:00
vvtest
751343cbe4
ffmpeg回退
...
Signed-off-by: vvtest <815508462@qq.com >
2024-02-05 11:18:57 +00:00
vvtest
d8b5f7fd1e
ffmpeg升级
...
Signed-off-by: vvtest <815508462@qq.com >
2024-01-24 09:12:57 +00:00
gg0907
be240850bb
upgrade to 4.4.1
...
Signed-off-by: gg0907 <guohui_1701@163.com >
2022-05-23 11:23:35 +08:00
Michael Niedermayer
d3fe51fd6f
swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes
...
Some formats use longer names than 12.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2019-05-13 13:39:49 +02:00
Adam Richter
9191361b54
libswcale: Fix possible string overflow in test.
...
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 >
2019-05-13 13:39:40 +02:00
Philip Langdale
d5f3f8ec00
swscale: Add test for isSemiPlanarYUV to pixdesc_query
...
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.
2019-05-12 07:51:02 -07:00
James Almer
f61bb48d7e
Merge commit '5770f1eb56bf5810a474e9ab686947f4b666c4ea'
...
* commit '5770f1eb56bf5810a474e9ab686947f4b666c4ea':
swscale-test: const correctness
Merged-by: James Almer <jamrial@gmail.com >
2017-10-30 12:34:40 -03:00
Clément Bœsch
027e0ecd60
sws/tests/pixdesc_query: fix use of free() instead of av_free()
...
Fix CID 1415949
2017-07-30 20:48:57 +02:00
Clément Bœsch
d754153297
sws/tests/pixdesc_query: replace rgb based pix fmts with endianess agnostic names
...
Fixes ticket #6554
2017-07-30 16:05:32 +02:00
Clément Bœsch
45a0a56e46
sws/tests/pixdesc_query: sort pixel formats
2017-07-30 16:04:36 +02:00
Clément Bœsch
b5f0f62e76
sws/tests/pixdesc_query: save every pix fmts in a list
...
This will be required for the next commit.
2017-07-30 16:04:36 +02:00
Michael Niedermayer
9eb354718e
libswscale/tests/swscale: Fix uninitialized variables
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-04-30 14:23:27 +02:00
Diego Biurrun
5770f1eb56
swscale-test: const correctness
2017-04-24 16:10:05 +02:00
Clément Bœsch
d853a934f8
Merge commit 'b9d5e524fad564b22850b78621559baf6dd9f75e'
...
* commit 'b9d5e524fad564b22850b78621559baf6dd9f75e':
Adjust printf conversion specifiers to match variable signedness
Merged-by: Clément Bœsch <u@pkh.me >
2017-03-24 13:34:39 +01:00
Clément Bœsch
383e38e72f
sws/tests/pixdesc_query: remove func wrappers
2017-03-24 00:06:35 +01:00
Clément Bœsch
cc5e94cd3a
swscale: remove unused is{RGB,BGR}inBytes
2017-03-20 08:02:30 +01:00
Clément Bœsch
6a0a7e516e
fate: add fate-sws-pixdesc-query
...
Test the pixel format querying within libswscale.
2017-03-20 08:02:30 +01:00
Diego Biurrun
45b12b8dfa
swscale-test: const correctness for pointer variable
...
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 **}’
2017-01-24 13:03:57 +01:00
Diego Biurrun
b9d5e524fa
Adjust printf conversion specifiers to match variable signedness
2016-10-28 11:22:21 +02:00
Michael Niedermayer
0abc778988
swscale/tests/swscale: add cpuflags option
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-09-02 16:14:21 +02:00
Diego Biurrun
4d73e62cba
swscale: Add proper ff_ prefix to init functions
...
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 >
2016-07-16 17:38:37 +02:00
Clément Bœsch
cb14aac6b3
Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'
...
* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196':
tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com >
2016-06-22 13:44:34 +02:00
Diego Biurrun
a6a750c7ef
tests: Move all test programs to a subdirectory
2016-05-13 14:55:56 +02:00