summaryrefslogtreecommitdiff
path: root/libswscale/tests/pixdesc_query.c
Commit message (Collapse)AuthorAge
* sws/tests/pixdesc_query: fix use of free() instead of av_free()Clément Bœsch2017-07-30
| | | | Fix CID 1415949
* sws/tests/pixdesc_query: replace rgb based pix fmts with endianess agnostic ↵Clément Bœsch2017-07-30
| | | | | | names Fixes ticket #6554
* sws/tests/pixdesc_query: sort pixel formatsClément Bœsch2017-07-30
|
* sws/tests/pixdesc_query: save every pix fmts in a listClément Bœsch2017-07-30
| | | | This will be required for the next commit.
* sws/tests/pixdesc_query: remove func wrappersClément Bœsch2017-03-24
|
* swscale: remove unused is{RGB,BGR}inBytesClément Bœsch2017-03-20
|
* fate: add fate-sws-pixdesc-queryClément Bœsch2017-03-20
Test the pixel format querying within libswscale.