This patch set is for the bytestream2 writing API. The main idea was to design
a safe writing API with bound checks. The patch set also includes the porting 
of v210 encoder to the new API, which also servers as RFC for the patch set.

Aneesh Dogra (4):
  bytestream: Add bytestream2 writing API.
  bytestream: Add memset wrapper for bytestream2 writing API.
  v210enc: Bytestream2 porting.
  bytestream: Cosmetics

 libavcodec/bytestream.h |  103 ++++++++++++++++++++++++++++++++++++++++++++++-
 libavcodec/v210enc.c    |   22 +++++-----
 2 files changed, 114 insertions(+), 11 deletions(-)

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to