[x265] [PATCH] API: 'x265_set_analysis_data' to capture analysis information

2017-11-15 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1510555850 -19800 # Mon Nov 13 12:20:50 2017 +0530 # Node ID 2fec493b990ee3066e5ffc853d83669955f0ee3c # Parent dd9772385d152528201d335efbc6f75fdc43b08c API: 'x265_set_analysis_data' to capture analysis information diff -r dd9772385d15 -r 2fe

Re: [x265] [PATCH] Enable skip RD analysis intra (when sum of sub CUsplitcost bigger than non-split cost) in default param options

2017-11-15 Thread Santhoshini Sekar
Enabling splitRdSkip for Intra is not giving a bit exact output and there is loss in compression efficiency. The reason behind this is that the context of the entropy coder and bits are updated after all the sub CUs are analysed whereas bEnableSplitRdSkip is terminating the analysis of the subCUs a

Re: [x265] [PATCH] Add CLI option to enable or disable picture copy to internal frame buffer

2017-11-15 Thread Mario *LigH* Rohkrämer
Am 14.11.2017, 11:11 Uhr, schrieb : +.. option:: --copy-pic, --no-copy-pic + + Allow encoder to copy input x265 pictures to internal frame buffers. When disabled, + x265 will not make an internal copy of the input picture and will work with the + application's buffers. While this allows for

Re: [x265] [PATCH] Add CLI option to enable or disable picture copy to internal frame buffer

2017-11-15 Thread Pradeep Ramachandran
On Wed, Nov 15, 2017 at 6:52 PM, Mario *LigH* Rohkrämer wrote: > Am 14.11.2017, 11:11 Uhr, schrieb : > > +.. option:: --copy-pic, --no-copy-pic >> + >> + Allow encoder to copy input x265 pictures to internal frame >> buffers. When disabled, >> + x265 will not make an internal copy of

Re: [x265] [PATCH] Add CLI option to enable or disable picture copy to internal frame buffer

2017-11-15 Thread Mario Rohkrämer
Am 15.11.2017, 17:15 Uhr, schrieb Pradeep Ramachandran : On Wed, Nov 15, 2017 at 6:52 PM, Mario *LigH* Rohkrämer wrote: Am 14.11.2017, 11:11 Uhr, schrieb : +.. option:: --copy-pic, --no-copy-pic + + Allow encoder to copy input x265 pictures to internal frame buffers. When disabled,

[x265] [PATCH] param: Disable opt-qp-pps and opt-ref-list-length-pps by default

2017-11-15 Thread Pradeep Ramachandran
# HG changeset patch # User Pradeep Ramachandran # Date 1510808150 -19800 # Thu Nov 16 10:25:50 2017 +0530 # Node ID 8b12db6c5f6bbab87887822ae9fce524e18a25c1 # Parent dd9772385d152528201d335efbc6f75fdc43b08c param: Disable opt-qp-pps and opt-ref-list-length-pps by default The bits saved by

[x265] How to apply the modified source codes to the library?

2017-11-15 Thread hyomin.choi
Hello all, I am student using x265 for my research. I am pretty new this list, so I am not sure it is correct to ask a question in this mailing list. If not, please tell me where I ask. Basically, I am working on Mac OS X environment with X Code and trying to make a demo using x265 library. I’v