Re: [x265] [PATCH] arm: Implement filterPixelToShort ARM NEON asm

2016-03-03 Thread Deepthi Nandakumar
This patch doesnt apply. On Tue, Mar 1, 2016 at 5:46 PM, wrote: > # HG changeset patch > # User Dnyaneshwar G > # Date 1456831820 -19800 > # Tue Mar 01 17:00:20 2016 +0530 > # Node ID

[x265] [PATCH] cmake: Export PLATFORM_LIBS for other integrators to re-use

2016-03-03 Thread Pradeep Ramachandran
# HG changeset patch # User Pradeep Ramachandran # Date 1456997684 -19800 # Thu Mar 03 15:04:44 2016 +0530 # Node ID d037c0f685b195bafd2946dfbe86f1c47c5359bc # Parent 9cc9920bf82be1b43efd2a3628e28a3a78ab3b2f cmake: Export PLATFORM_LIBS for other integrators to

Re: [x265] Preset ultrafast + 422 or 444 8 bit 1920x1080 shows as 1920x1072 with ffmpeg.

2016-03-03 Thread Deepthi Nandakumar
You should ask in the ffmpeg-devel group - you are most likely to get the right answer there. On Thu, Mar 3, 2016 at 4:28 PM, Andy Furniss wrote: > I notice that with 8bit 422 or 444 encoding and preset ultrafast the > dimensions of video are changed as seen by ffmpeg. > >

[x265] Preset ultrafast + 422 or 444 8 bit 1920x1080 shows as 1920x1072 with ffmpeg.

2016-03-03 Thread Andy Furniss
I notice that with 8bit 422 or 444 encoding and preset ultrafast the dimensions of video are changed as seen by ffmpeg. Initially I guesses min CU size 16 was involved as it's 8 with other presets that don't have this issue, but then it's 16 with 420 and 420 does not have the issue either.