gstreamer/gst/ivfparse
Haihao Xiang 7820109b88 ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE
It is parsing frame data and so should check the data size against the
frame header size instead of the file header size. If don't, it is
possible to drop the last frame because IVF_FILE_HEADER_SIZE is greater
than IVF_FRAME_HEADER_SIZE
2019-05-22 12:37:29 +08:00
..
gstivfparse.c ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE 2019-05-22 12:37:29 +08:00
gstivfparse.h ivfparse: Add vp9 support 2015-10-29 13:23:22 +00:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00