[Bug 761167] video crc generator for video decoder verification

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 29 10:44:25 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761167

Rajesh <sharma.rajesh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #319904|0                           |1
        is obsolete|                            |

--- Comment #12 from Rajesh <sharma.rajesh at gmail.com> ---
Created attachment 330553
  --> https://bugzilla.gnome.org/attachment.cgi?id=330553&action=edit
video frame crc generator patch

video frame crc generator patch aligned to master branch

This plugin computes 32 bit CRC of luma and chroma for every video frame.
The CRC values are posted to appication as message.
It uses standard CRC algorithm to compute CRC values for every video frame.
The default polynomial, CRC mask, used for CRC generation is 0X04c11db7U
Different 32 bit CRC mask can be set through a crc-mask property.
It accepts selected YUV planar formats NV12, I420 and YV12.
Its a separate plugin which can be used in a video playing pipeline.
It can be used to carry out SW or HW decoder validation like H.264 or HEVC
It can be also used to carry out Allegro test suite verification.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list