This patch adds support for VPX range encoding alongside the existing VPX range decoder. It extends the range coder structure to handle both encoding and decoding. Key Changes:
- Added vpx_rac_put_prob() and vpx_rac_put() for encoding - Added vpx_rac_flush() for proper bitstream finalization MihirGore (1): Add vpx range encoder support libavcodec/vpx_rac.h | 75 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 59 insertions(+), 16 deletions(-) -- 2.43.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".