Re: [FFmpeg-devel] [PATCH 3/4] avcodec/mips: Disable uni mc optimizations

2015-05-28 Thread Michael Niedermayer
On Thu, May 28, 2015 at 02:47:56PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > This patch removes HEVC code of uni mc cases for time being. It will be added > in subsequent patches under different file name. When code is moved it should not be removed and added in seperate

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/mips: Disable uni mc optimizations

2015-05-26 Thread Michael Niedermayer
On Tue, May 26, 2015 at 04:49:15PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Signed-off-by: Shivraj Patil please include in each patch/commit a commit message which explains what the patch does, why it does it and how it does it (unless its obvious) for example here one w