Re: [FFmpeg-devel] [PATCH V2] lavc/golomb: Fix UE golomb overwrite issue.

2017-06-07 Thread Jun Zhao
On 2017/6/7 11:17, Jun Zhao wrote: > > > On 2017/6/7 9:22, Michael Niedermayer wrote: >> On Mon, Jun 05, 2017 at 08:43:35AM +0800, Jun Zhao wrote: >>> V2: Add Add set_ue_golomb_long() to support 32bits UE golomb and update the >>> unit test. >> >>> golomb.h | 20 +++- >

Re: [FFmpeg-devel] [PATCH V2] lavc/golomb: Fix UE golomb overwrite issue.

2017-06-06 Thread Jun Zhao
On 2017/6/7 9:22, Michael Niedermayer wrote: > On Mon, Jun 05, 2017 at 08:43:35AM +0800, Jun Zhao wrote: >> V2: Add Add set_ue_golomb_long() to support 32bits UE golomb and update the >> unit test. > >> golomb.h | 20 +++- >> put_bits.h | 35 ++

Re: [FFmpeg-devel] [PATCH V2] lavc/golomb: Fix UE golomb overwrite issue.

2017-06-06 Thread Michael Niedermayer
On Mon, Jun 05, 2017 at 08:43:35AM +0800, Jun Zhao wrote: > V2: Add Add set_ue_golomb_long() to support 32bits UE golomb and update the > unit test. > golomb.h | 20 +++- > put_bits.h | 35 +++ > tests/golomb.c | 19

[FFmpeg-devel] [PATCH V2] lavc/golomb: Fix UE golomb overwrite issue.

2017-06-04 Thread Jun Zhao
V2: Add Add set_ue_golomb_long() to support 32bits UE golomb and update the unit test. From 6fe36e4e2a41f70e2a41c5eba90b5143b4eeba7b Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Fri, 2 Jun 2017 15:05:49 +0800 Subject: [PATCH V2] lavc/golomb: Fix UE golomb overwrite issue. put_bits just support