Re: [libav-devel] [PATCH 1/4] hevc: x86: Refactor IDCT macro declarations

2016-10-06 Thread Diego Biurrun
On Thu, Oct 06, 2016 at 02:10:02PM +0200, Alexandra Hájková wrote: > This's a part of my add IDCT patch, I don't undesrtand why it's sent > under your name. It's an independent refactoring of existing code that I did and applied your patch on top. > Also I see this's already pushed without any r

Re: [libav-devel] [PATCH 1/4] hevc: x86: Refactor IDCT macro declarations

2016-10-06 Thread Alexandra Hájková
This's a part of my add IDCT patch, I don't undesrtand why it's sent under your name. Also I see this's already pushed without any review. I strongly dislike your behaviour and I don't understand why are you doing this. ___ libav-devel mailing list libav

[libav-devel] [PATCH 1/4] hevc: x86: Refactor IDCT macro declarations

2016-10-05 Thread Diego Biurrun
--- libavcodec/x86/hevc_idct.asm | 34 +++--- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm index d662aa9..71e4607 100644 --- a/libavcodec/x86/hevc_idct.asm +++ b/libavcodec/x86/hevc_idct.asm