Re: [Mesa-dev] [PATCH 4/4] st/omx: initial OpenMAX H264 encoder v6

2014-02-11 Thread Emil Velikov
On 11/02/14 19:30, Christian König wrote: > Am 11.02.2014 19:56, schrieb Emil Velikov: >> On 11/02/14 17:27, Christian König wrote: >>> From: Christian König >>> >>> v2 (chk): fix eos handling >>> v3 (leo): implement scaling configuration support >>> v4 (leo): fix bitrate bug >>> v5 (chk): add wor

Re: [Mesa-dev] [PATCH 4/4] st/omx: initial OpenMAX H264 encoder v6

2014-02-11 Thread Christian König
Am 11.02.2014 19:56, schrieb Emil Velikov: On 11/02/14 17:27, Christian König wrote: From: Christian König v2 (chk): fix eos handling v3 (leo): implement scaling configuration support v4 (leo): fix bitrate bug v5 (chk): add workaround for bug in Bellagio v6 (chk): fix div by 0 if framerate isn

Re: [Mesa-dev] [PATCH 4/4] st/omx: initial OpenMAX H264 encoder v6

2014-02-11 Thread Emil Velikov
On 11/02/14 17:27, Christian König wrote: > From: Christian König > > v2 (chk): fix eos handling > v3 (leo): implement scaling configuration support > v4 (leo): fix bitrate bug > v5 (chk): add workaround for bug in Bellagio > v6 (chk): fix div by 0 if framerate isn't known, > user separ

[Mesa-dev] [PATCH 4/4] st/omx: initial OpenMAX H264 encoder v6

2014-02-11 Thread Christian König
From: Christian König v2 (chk): fix eos handling v3 (leo): implement scaling configuration support v4 (leo): fix bitrate bug v5 (chk): add workaround for bug in Bellagio v6 (chk): fix div by 0 if framerate isn't known, user separate pipe object for scale and transfer, always f