June 2015 Archives by author
Starting: Mon Jun 1 08:33:54 CEST 2015
Ending: Tue Jun 30 20:08:28 CEST 2015
Messages: 372
- [x265] [PATCH] api: fix for crash in x265_api_query caused by function type casting error
Steve Borho
- [x265] build fails on cygwin
Steve Borho
- [x265] [PATCH] testbench: add missing index for chromaPartStr
Steve Borho
- [x265] [PATCH 0 of 4 RFC] prep work for statically linking 8bit and 10bit libraries together
Steve Borho
- [x265] [PATCH 1 of 4 RFC] cli: hoist param_default() call from showHelp
Steve Borho
- [x265] [PATCH 2 of 4 RFC] cmake: introduce EXPORT_C_API build variable
Steve Borho
- [x265] [PATCH 3 of 4 RFC] param: make encoder lib use private param functions when not exporting C API
Steve Borho
- [x265] [PATCH 4 of 4 RFC] multilib: add shim implementations of API introspection functions
Steve Borho
- [x265] [PATCH 0 of 3 RFC] further multilib improvements
Steve Borho
- [x265] [PATCH 2 of 3 RFC] cmake: ugly hacks for adding arbitrary link library
Steve Borho
- [x265] [PATCH 3 of 3 RFC] common: move remaining x265_ functions into private namespace
Steve Borho
- [x265] [PATCH 0 of 4 RFC] final static multilib patches
Steve Borho
- [x265] [PATCH 1 of 4 RFC] dct: rename g_entropyStateBits to x265_entropyStateBits
Steve Borho
- [x265] [PATCH 2 of 4 RFC] version: use X265_NS prefix for build strings and max bit depth
Steve Borho
- [x265] [PATCH 3 of 4 RFC] cli: retrieve build strings from api pointer, rather than exported symbols
Steve Borho
- [x265] [PATCH 4 of 4 RFC] build: introduce a new multilib build folder for gmake environments
Steve Borho
- [x265] [PATCH] motion: set search range correctly for bidir prediction
Steve Borho
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to frame.h
Steve Borho
- [x265] [PATCH] stats: rename fields of FrameStats structure
Steve Borho
- [x265] [PATCH 0 of 3 RFC] further multilib improvements
Steve Borho
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to framedata.h
Steve Borho
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Steve Borho
- [x265] [PATCH] cli: add --csv-data as CLI only option to mention the level of csv logging
Steve Borho
- [x265] [PATCH] stats: add x265_frame_stats structure and copy frame level data to it
Steve Borho
- [x265] [PATCH] stats: add frame level csv printing
Steve Borho
- [x265] [PATCH] stats: write encoder summary in the console to libx265
Steve Borho
- [x265] [PATCH] analysis: Fix blocking artifacts while sharing best merge candidates
Steve Borho
- [x265] [PATCH] cmake: introduce multilib support for MSVC
Steve Borho
- [x265] [PATCH] cmake: make it more clear that the extra libs are only linked to the CLI
Steve Borho
- [x265] [PATCH] cpu: fix multilib compiling for some rarer build options
Steve Borho
- [x265] XP compatible x265_NS refactoring is incomplete
Steve Borho
- [x265] [PATCH 1 of 8] doc: replace 'bpp' in docs with 'bit' (do not imply pixels)
Steve Borho
- [x265] [PATCH 2 of 8] clarify 8bit/10bit in code comments
Steve Borho
- [x265] [PATCH 3 of 8] param: clarify 8bit/10bit in logs
Steve Borho
- [x265] [PATCH 4 of 8] cmake: change msvc multilib build folders to 8bit/10bit
Steve Borho
- [x265] [PATCH 5 of 8] cmake: change multilib namespaces to x265_8bit/x265_10bit
Steve Borho
- [x265] [PATCH 6 of 8] doc: fix dither docs on api page (not applicable if internal bit depth != 8)
Steve Borho
- [x265] [PATCH 7 of 8] doc: nit
Steve Borho
- [x265] [PATCH 8 of 8] doc: attempt to document statically linked multi-library implications
Steve Borho
- [x265] GCC 4.8.2 in MSYS v1 fails building v1.7+211 main10 lib for multilib target
Steve Borho
- [x265] [PATCH] cmake: further cleanups for high-bit-depth comment and desc string
Steve Borho
- [x265] GCC 4.8.2 in MSYS v1 fails building v1.7+211 multilib CLI
Steve Borho
- [x265] [PATCH 1 of 2] threading: fix 32bit multilib with GCC
Steve Borho
- [x265] [PATCH 2 of 2] param: declare our custom strtok_r file-local to avoid multilib breakage
Steve Borho
- [x265] [PATCH] [RFC] LTO
Steve Borho
- [x265] [PATCH] motion: remove mvc's sad cost calc for lowres, already measured in slicetype
Steve Borho
- [x265] [PATCH] motion: bypass the ME search if any of MVC Cost is Zero
Steve Borho
- [x265] [PATCH] motion: remove mvc's sad cost calc for lowres, already measured in slicetype
Steve Borho
- [x265] [PATCH] motion: skip the ME search if any of MVC sad cost is zero
Steve Borho
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock issue in CQP/CRF
Steve Borho
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock issue in CQP/CRF
Steve Borho
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
Steve Borho
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
Steve Borho
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
Steve Borho
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
Steve Borho
- [x265] [PATCH] multilib: Static functions to avoid link conflict (VC anonmous name space link bug)
Steve Borho
- [x265] Possibly confusing version report of Win32 multilib build
Steve Borho
- [x265] [PATCH] motion: skip ME search if any of mvc sad cost iszero
Steve Borho
- [x265] [PATCH 1 of 3] cli: fix multilib CPU detect, use detected cpuid from param
Steve Borho
- [x265] [PATCH 2 of 3] primitives: remove cpuid parameter from x265_setup_primitives()
Steve Borho
- [x265] [PATCH 3 of 3] cli: split x265_report_simd() from x265_setup_primitives()
Steve Borho
- [x265] [PATCH 1 of 3] common: move no-asm indication into build info string
Steve Borho
- [x265] [PATCH 2 of 3] cmake: remove dead LIBOCOMMON variables
Steve Borho
- [x265] [PATCH 3 of 3] version: cleanup macro names (remove HM oddness)
Steve Borho
- [x265] --analysis-mode error
Joshua Bowman
- [x265] limit-refs at higher RD?
Joshua Bowman
- [x265] Reg: Not to push few patches
Aasaipriya Chandran
- [x265] Reg: Not to push few patches
Aasaipriya Chandran
- [x265] [PATCH] asm: avx2 interp_8tap_hv_pp for 8bpp
Aasaipriya Chandran
- [x265] Fwd: [PATCH] asm: avx2 code for weight_sp() 16bpp
Aasaipriya Chandran
- [x265] [PATCH] asm: avx2 code for weight_sp() 16bpp
Aasaipriya Chandran
- [x265] [PATCH 1 of 6] asm: sse4 version of costCoeffGroupNxN in codeCoeffNxN
Min Chen
- [x265] [PATCH 2 of 6] asm: reuse costCoeffGroupNxN in 4x4 path
Min Chen
- [x265] [PATCH 3 of 6] merge ctxIndMap4x4[] into tab_cnt[][]
Min Chen
- [x265] [PATCH 4 of 6] merge NxN and 4x4 fast RD path
Min Chen
- [x265] [PATCH 5 of 6] move tmpCoeff outside fast RD path
Min Chen
- [x265] [PATCH 6 of 6] asm: AVX2 of sa8d[32x32], 7.6K -> 6.7K cycles
Min Chen
- [x265] [PATCH] fix Issue #141: TestBench failed on AMD FX8350
Min Chen
- [x265] [PATCH 1 of 6] asm: SSE4 of costCoeffRemain in codeCoeffNxN()
Min Chen
- [x265] [PATCH 2 of 6] move variant from common to local in codeCoeffNxN()
Min Chen
- [x265] [PATCH 3 of 6] reduce conditional jump in codeCoeffNxN()
Min Chen
- [x265] [PATCH 1 of 6] asm: SSE4 of costCoeffRemain in codeCoeffNxN()
Min Chen
- [x265] [PATCH 2 of 6] move variant from common to local in codeCoeffNxN()
Min Chen
- [x265] [PATCH 3 of 6] reduce conditional jump in codeCoeffNxN()
Min Chen
- [x265] [PATCH 4 of 6] reduce memory access to absCoeff[firstC2FlagIdx]
Min Chen
- [x265] [PATCH 5 of 6] split fast RD path in codeCoeffNxN()
Min Chen
- [x265] [PATCH 6 of 6] asm: improve costCoeffRemain by bypass uncoded coeff
Min Chen
- [x265] [PATCH 1 of 2] asm: new SSE2 primivite costC1C2Flag in codeCoeffNxN()
Min Chen
- [x265] [PATCH 2 of 2] move firstC2Idx, firstC2Flag and c1Next from common to local
Min Chen
- [x265] [PATCH] clean up debug code in codeCoeffNxN()
Min Chen
- [x265] [PATCH 1 of 6] clean up debug code in codeCoeffNxN()
Min Chen
- [x265] [PATCH 2 of 6] faster algorithm to calculate ctxSet in codeCoeffNxN()
Min Chen
- [x265] [PATCH 3 of 6] faster algorithm to calculate signHidden cost in codeCoeffNxN()
Min Chen
- [x265] [PATCH 4 of 6] improve by convert arithmetic(signed) shift to logic(unsigned) shift
Min Chen
- [x265] [PATCH 5 of 6] reduce VC condition branch by modify code style
Min Chen
- [x265] [PATCH 6 of 6] reduce shift operator on coeff remain code
Min Chen
- [x265] [PATCH] improve fillReferenceSamples by reduce condition operators in loop
Min Chen
- [x265] [PATCH] testbench: costCoeffNxN and enable asm code (based on Sumalatha's patch)
Min Chen
- [x265] [PATCH 1 of 4] faster algorithm to calculate ctxSet in codeCoeffNxN()
Min Chen
- [x265] [PATCH 2 of 4] reduce shift operator on coeff remain code
Min Chen
- [x265] [PATCH 3 of 4] asm: AVX2 of SAD_x4[32xN]
Min Chen
- [x265] [PATCH 4 of 4] asm: improve AVX2 sad_x4[32xN] by new faster algorithm
Min Chen
- [x265] [PATCH 1 of 3] asm: cleanup unused constant and update copyright header
Min Chen
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
Min Chen
- [x265] [PATCH 3 of 3] improve Diamon Search by reduce duplicate SAD [OUTPUT CHANGED]
Min Chen
- [x265] [PATCH] asm: new algorithm x265_count_nonzero_4x4_avx2, Issue #152
Min Chen
- [x265] [PATCH] multilib: Static functions to avoid link conflict (VC anonmous name space link bug)
Min Chen
- [x265] [PATCH] asm: avx2 code for pixel_avg[16xN, 32xN] for 10 bpp
Dnyaneshwar Gorade
- [x265] [PATCH 0 of 6 ] SAO SSE4 asm code for HIGH_BIT_DEPTH
Dnyaneshwar Gorade
- [x265] --analysis-mode error
Gopu Govindaswamy
- [x265] [PATCH] analysis: Fix blocking artifacts while sharing best merge candidates
Gopu Govindaswamy
- [x265] [PATCH] motion: skip the ME search if any of MVC sad cost is zero
Gopu Govindaswamy
- [x265] XP compatible x265_NS refactoring is incomplete
Stephen Hutchinson
- [x265] XP compatible x265_NS refactoring is incomplete
Stephen Hutchinson
- [x265] [PATCH] bpc instead of bpp
Peter Kovář
- [x265] [PATCH] bpc instead of bpp
Peter Kovář
- [x265] [PATCH] bpc instead of bpp
Peter Kovář
- [x265] [PATCH 1 of 8] doc: replace 'bpp' in docs with 'bit' (do not imply pixels)
Peter Kovář
- [x265] [PATCH] [RFC] LTO
Peter Kovář
- [x265] [PATCH] bpc instead of bpp
Xinyue Lu
- [x265] [PATCH] smoke-test: remove --cu-stats option from the command line
Divya Manivannan
- [x265] [PATCH] stats: remove --cu-stats option
Divya Manivannan
- [x265] [PATCH] stats: rename fields of FrameStats structure
Divya Manivannan
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to frameencoder.h
Divya Manivannan
- [x265] [PATCH] stats: collect count of each CU partition mode per frame
Divya Manivannan
- [x265] [PATCH] stats: add x265_frame_stats structure and copy frame level CU statistics
Divya Manivannan
- [x265] [PATCH] stats: add average luma and chroma distortion statistics per frame
Divya Manivannan
- [x265] [PATCH] stats: rename fields of FrameStats structure
Divya Manivannan
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to frame.h
Divya Manivannan
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to framedata.h
Divya Manivannan
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Divya Manivannan
- [x265] [PATCH] cli: add --csv-data as CLI only option to mention the level of csv logging
Divya Manivannan
- [x265] [PATCH] stats: add x265_frame_stats structure and copy frame level data to it
Divya Manivannan
- [x265] [PATCH] stats: add frame level csv printing
Divya Manivannan
- [x265] [PATCH] stats: move FrameStats from ratecontrol.h to framedata.h
Divya Manivannan
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Divya Manivannan
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Divya Manivannan
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Divya Manivannan
- [x265] [PATCH] cli: add --csv-data as CLI only option to mention the level of csv logging
Divya Manivannan
- [x265] [PATCH] stats: add x265_frame_stats structure and copy frame level data to it
Divya Manivannan
- [x265] [PATCH] stats: add frame level csv printing
Divya Manivannan
- [x265] [PATCH] stats: remove frame level console logging
Divya Manivannan
- [x265] [PATCH] stats: fix build warning in mingw
Divya Manivannan
- [x265] [PATCH] stats: write encoder summary in the console to libx265
Divya Manivannan
- [x265] [PATCH] analysis: patch to be added for quality improvement
Ashok Kumar Mishra
- [x265] [PATCH 1 of 6] asm: sse4 version of costCoeffGroupNxN in codeCoeffNxN
Deepthi Nandakumar
- [x265] [PATCH] remove warnings or errors reported for mingw 16bpp
Deepthi Nandakumar
- [x265] [PATCH] stats: rename fields of FrameStats structure
Deepthi Nandakumar
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
Deepthi Nandakumar
- [x265] [PATCH 0 of 3 RFC] further multilib improvements
Deepthi Nandakumar
- [x265] [PATCH 4 of 6] reduce memory access to absCoeff[firstC2FlagIdx]
Deepthi Nandakumar
- [x265] [PATCH 5 of 6] split fast RD path in codeCoeffNxN()
Deepthi Nandakumar
- [x265] [PATCH 6 of 6] asm: improve costCoeffRemain by bypass uncoded coeff
Deepthi Nandakumar
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
Deepthi Nandakumar
- [x265] [PATCH] cli: add --csv-data as CLI only option to mention the level of csv logging
Deepthi Nandakumar
- [x265] [PATCH] cli: modify --csv as CLI only option and move csv printing to x265.cpp
Deepthi Nandakumar
- [x265] [PATCH] fix issue #144 10-bit x265 hangs from 1.7+170-4948aeae8a18 on Win7 64-bit
Deepthi Nandakumar
- [x265] [PATCH 2 of 6] faster algorithm to calculate ctxSet in codeCoeffNxN()
Deepthi Nandakumar
- [x265] [PATCH 6 of 6] reduce shift operator on coeff remain code
Deepthi Nandakumar
- [x265] [PATCH] analysis: allow intra mode in RD-0/4
Deepthi Nandakumar
- [x265] [PATCH] param: added x265_atof as internal encoder function, moved to namespace "X265_NS"
Deepthi Nandakumar
- [x265] [PATCH] param: added x265_atof as internal encoder function, moved to namespace "X265_NS"
Deepthi Nandakumar
- [x265] limit-refs at higher RD?
Deepthi Nandakumar
- [x265] XP compatible x265_NS refactoring is incomplete
Deepthi Nandakumar
- [x265] [PATCH] search: remove the AMVP candidates from the motion candidate list
Deepthi Nandakumar
- [x265] [PATCH] [RFC] LTO
Deepthi Nandakumar
- [x265] [PATCH] asm: sse4 10bit code for sign primitive
Deepthi Nandakumar
- [x265] [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Deepthi Nandakumar
- [x265] [PATCH] asm: avx2 10bit code for planecopy_cp(10660.20 -> 5685.80)
Deepthi Nandakumar
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock issue in CQP/CRF
Deepthi Nandakumar
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
Deepthi Nandakumar
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Deepthi Nandakumar
- [x265] [PATCH 3 of 3] improve Diamon Search by reduce duplicate SAD [OUTPUT CHANGED]
Deepthi Nandakumar
- [x265] [PATCH] motion: skip the ME search if any of MVC sad cost is zero
Deepthi Nandakumar
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
Deepthi Nandakumar
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
Deepthi Nandakumar
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
Deepthi Nandakumar
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
Deepthi Nandakumar
- [x265] [PATCH] asm: avx2 code for weight_sp() 16bpp
Deepthi Nandakumar
- [x265] [PATCH] asm: align tab_ChromaCoeffV constant to 32 bytes bound
Rajesh Paulraj
- [x265] [PATCH] asm: sse4 10bit code for sign primitive
Rajesh Paulraj
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Rajesh Paulraj
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Rajesh Paulraj
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Rajesh Paulraj
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Rajesh Paulraj
- [x265] [PATCH 1 of 6] asm: sse4 version of costCoeffGroupNxN in codeCoeffNxN
Sumalatha Polureddy
- [x265] [PATCH] asm: avx2 code for pixel_avg[16xN, 32xN] for 10 bpp
Sumalatha Polureddy
- [x265] [PATCH] testbench for costCoeffRemain()
Sumalatha Polureddy
- [x265] XP compatible x265_NS refactoring is incomplete
Mario *LigH* Rohkrämer
- [x265] XP compatible x265_NS refactoring is incomplete
Mario *LigH* Rohkrämer
- [x265] XP compatible x265_NS refactoring is incomplete
Mario *LigH* Rohkrämer
- [x265] GCC 4.8.2 in MSYS v1 fails building v1.7+211 main10 lib for multilib target
Mario *LigH* Rohkrämer
- [x265] GCC 4.8.2 in MSYS v1 fails building v1.7+211 multilib CLI
Mario *LigH* Rohkrämer
- [x265] Possibly confusing version report of Win32 multilib build
Mario *LigH* Rohkrämer
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Praveen Tiwari
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Praveen Tiwari
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Praveen Tiwari
- [x265] Fwd: [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
Praveen Tiwari
- [x265] Fwd: [PATCH] asm: avx2 code for weight_sp() 16bpp
Praveen Tiwari
- [x265] [PATCH] bpc instead of bpp
Tom Vaughan
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
chen
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
chen
- [x265] Size vs. speed
chen
- [x265] [PATCH] asm: filterPixelToShort 8-bit and 10-bit sse2
chen
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
chen
- [x265] profiling x265
chen
- [x265] profiling x265
chen
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
chen
- [x265] [PATCH] asm: dst4 sse2 8bpp and 10bpp
chen
- [x265] [PATCH 2 of 6] faster algorithm to calculate ctxSet in codeCoeffNxN()
chen
- [x265] [PATCH 6 of 6] reduce shift operator on coeff remain code
chen
- [x265] question about interp
chen
- [x265] [PATCH 0 of 6 ] SAO SSE4 asm code for HIGH_BIT_DEPTH
chen
- [x265] [PATCH 3 of 3] improve Diamon Search by reduce duplicate SAD [OUTPUT CHANGED]
chen
- [x265] [PATCH 2 of 3] improve duplicate MV check by reduce condition jump
chen
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dave
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dave
- [x265] Size vs. speed
dave
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dave
- [x265] profiling x265
dave
- [x265] profiling x265
dave
- [x265] profiling x265
dave
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dave
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dave
- [x265] question about interp
dave
- [x265] question about interp
dave
- [x265] build fails on cygwin
jenny furtado
- [x265] [PATCH] api: fix for crash in x265_api_query caused by function type casting error
albert.j.wang at gmail.com
- [x265] [PATCH] asm: interp_4tap_horiz_pX sse3 10-bit
dtyx265 at gmail.com
- [x265] [PATCH] asm: filterPixelToShort 8-bit and 10-bit sse2
dtyx265 at gmail.com
- [x265] [PATCH] asm: filterPixelToShort 8-bit and 10-bit sse2
dtyx265 at gmail.com
- [x265] [PATCH] testbench: add missing index for chromaPartStr
dtyx265 at gmail.com
- [x265] [PATCH] asm: dst4 sse2 8bpp and 10bpp
dtyx265 at gmail.com
- [x265] [PATCH] asm: count_nonzero ssse3 to sse2
dtyx265 at gmail.com
- [x265] [PATCH] asm: intrapred_angX_4x4 sse2 performance tweaks
dtyx265 at gmail.com
- [x265] [PATCH] asm: intrapred_angX_4x4 sse2 performance tweaks 10-bit
dtyx265 at gmail.com
- [x265] peter.kovar at gmail.com has indicated you're a friend. Accept?
peter.kovar at gmail.com
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock issue in CQP/CRF
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: fixes inconsistent output in linux because of RC Lock in CQP/CRF
aarthi at multicorewareinc.com
- [x265] [PATCH] asm: chroma_hps[6x8, 6x16] for high bit depth
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[8x16, 8x32] i420 and chroma_vpp/vps/vsp/vss[8x64]for i422 for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vss/vsp[8x2][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x2][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x4][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x8][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x16][i420] and chroma_vpp/vsp/vps/vss[4x32][i422] for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm:avx2 code for chroma_vpp/vps/vsp/vss[8x8][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vss/vsp[8x6][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vss/vsp/vpp[8x4][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vps/vsp/vss[4x4, 4x8, 4x16][i422] avx2 code for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[8x4, 8x8, 8x16, 8x32][i422] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[8x4, 8x8, 8x16, 8x32][i444] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[4x4, 4x8, 4x16][i444] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vps/vsp/vss[4x2, 4x4, 8x2][i420] 16bpp - modification of doClip variable
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x8][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vsp/vps/vss[4x16][i420] and chroma_vpp/vsp/vps/vss[4x32][i422] for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm:avx2 code for chroma_vpp/vps/vsp/vss[8x8][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vss/vsp[8x6][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vss/vsp/vpp[8x4][i420] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vps/vsp/vss[8x12][i422] avx2 code for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: chroma_vpp/vps/vsp/vss[4x4, 4x8, 4x16][i422] avx2 code for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[8x4, 8x8, 8x16, 8x32][i422] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[8x4, 8x8, 8x16, 8x32][i444] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_vpp/vps/vsp/vss[4x4, 4x8, 4x16][i444] 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma_hps/hpp[2x4][i422] 8bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 interp_8tap_hv_pp for 8bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 interp_8tap_hv_pp for 8bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 interp_8tap_hv_pp for 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for weight_sp() 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for weight_sp() 16bpp
aasaipriya at multicorewareinc.com
- [x265] [PATCH] analysis: allow intra mode in RD-0/4
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: re-order RD 5/6 analysis to do splits before ME or intra
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: patch to be added for quality improvement
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: at RD 5/6 avoid motion references if not used by split blocks
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: skip intra in RD 5/6 if split was analyzed and no split CUs used intra
ashok at multicorewareinc.com
- [x265] [PATCH] stats: RD 5/6 profile effectiveness of avoiding intra if split CUs did not select it
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: respect X265_REF_LIMIT_DEPTH with RD 5/6
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: model the effectiveness of --limit-ref with RD 5/6
ashok at multicorewareinc.com
- [x265] [PATCH] Regression Test: added new command line --ref-limits for RD-5/6 in regression-tests.txt
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: removed switch-case to read the best ref index
ashok at multicorewareinc.com
- [x265] [PATCH] analysis: used CUData helper function to get number of PUs and offset
ashok at multicorewareinc.com
- [x265] [PATCH] entropy: removed g_puOffset table
ashok at multicorewareinc.com
- [x265] [PATCH] motion: set search range correctly for bidir prediction
deepthi at multicorewareinc.com
- [x265] [PATCH] cmake: allow the CLI option to be cached
deepthi at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for intra_pred_ang32x32 mode 2, 3, 33 & 34
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for intra_pred_ang32x32 mode 4 & 32, improved 8709c->4618c, 47%
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 5 & 31
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 6 & 30
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 7 & 29
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 8 & 28
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 9, 10, 26 & 27
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 11 & 25
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 12 & 24
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] fix issue #143 x265 is slow when it is build with GCC 5.1
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] fix issue #143 x265 is slow when it is build with GCC 5.1
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 13 & 23
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 14 & 22
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 15 & 21
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 16 & 20
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 17 & 19
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 18, improved 1331c->884c, 31%
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 1 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 13 & 23
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 2 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 14 & 22
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 3 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 15 & 21
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 4 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 16 & 20
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 5 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 17 & 19
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 6 of 6] asm: 10bpp avx2 code for intra_pred_ang32x32 mode 18, improved 1331c->884c, 31%
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] fix issue #144 10-bit x265 hangs from 1.7+170-4948aeae8a18 on Win7 64-bit
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 1 of 2] asm: dequant_scaling asm code, improved 12668c->11097c, 12% over intrinsic
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 2 of 2] asm: avx2 code for dequant_scaling, improved 11097c->6860c, 38% over SSE4
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 0 of 6 ] SAO SSE4 asm code for HIGH_BIT_DEPTH
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 1 of 6] asm: 10bpp sse4 code for saoCuOrgE0, improved 8740c->974c, over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 2 of 6] asm: 10bpp sse4 code for saoCuOrgE1, improved 5017c->470c, over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 3 of 6] asm: 10bpp sse4 code for saoCuOrgE1_2Rows, improved 10095c->900c, over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 4 of 6] asm: 10bpp sse4 code for saoCuOrgE2
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 5 of 6] asm: 10bpp sse4 code for saoCuOrgE3
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 6 of 6] asm: 10bpp sse4 code for saoCuOrgB0, improved 173346c->23127c over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 1 of 6] asm: 10bpp AVX2 code for saoCuOrgE0, improved 974c->690c over SSE
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 2 of 6] asm: 10bpp AVX2 code for saoCuOrgE1, improved 492c->360c over SSE
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 3 of 6] asm: 10bpp AVX2 code for saoCuOrgE1_2Rows, improved 900c->614c over SSE
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 4 of 6] asm: 10bpp AVX2 code for saoCuOrgE2
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 5 of 6] asm: 10bpp AVX2 code for saoCuOrgE3
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 6 of 6] asm: 10bpp AVX2 code for saoCuOrgB0, improved 23127c->15595c over SSE
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: fix gcc build error, invalid size for operand 1
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 0 of 4 ] asm code and testbench support for intra_filter primitive
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 1 of 4] asm: intra_filter4x4 sse4 code and added testbench support, improved 357c->141c over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 2 of 4] asm: intra_filter8x8 sse4 code, improved 990c->201c over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 3 of 4] asm: intra_filter16x16 sse4 code, improved 1952c->351c over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH 4 of 4] asm: intra_filter32x32 sse4 code, improved 4050c->652c over C code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: intra_filter 10bpp sse4 code
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: intra_filter4x4 avx2 code, improved 8bit: 141c->118c, 10bit: 121c->88c
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] analysis: Fix blocking artifacts while sharing best merge candidates
gopu at multicorewareinc.com
- [x265] [PATCH] analysis: fix blocking artifacts while sharing best merge candidate
gopu at multicorewareinc.com
- [x265] [PATCH] search: remove the AMVP candidates from the motion candidate list
gopu at multicorewareinc.com
- [x265] [PATCH] motion: bypass the ME search if any of MVC Cost is Zero
gopu at multicorewareinc.com
- [x265] [PATCH] motion: remove mvc's sad cost calc for lowres, already measured in slicetype
gopu at multicorewareinc.com
- [x265] [PATCH] motion: remove mvc's sad cost calc for lowres, already measured in slicetype
gopu at multicorewareinc.com
- [x265] [PATCH] motion: skip the ME search if any of MVC sad cost is zero
gopu at multicorewareinc.com
- [x265] [PATCH] motion: skip ME search if any of mvc sad cost iszero
gopu at multicorewareinc.com
- [x265] [PATCH] param: added x265_atof as internal encoder function, moved to namespace "X265_NS"
praveen at multicorewareinc.com
- [x265] [PATCH] asm: align tab_ChromaCoeffV constant to 32 bytes bound
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[16xN] avx2 10bit code for i420
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[32xN] avx2 10bit code for i420
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[12x16], [24x32] avx2 10bit code for i420
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[48x64] avx2 10bit code for i444
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[i422][16xN, 32xN, 12x32, 24x64] avx2 10bit code
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[i444][16xN, 32xN, 12x16, 24x32] avx2 10bit code
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[64xN] avx2 10bit code for i444
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: interp_4tap_vert_X[6xN] avx2 10bit code for i420, i422
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: pixelavg_pp[16xN] avx2 code for 10bpp
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: pixelavg_pp[32xN], [64xN], 48x64 avx2 code for 10bpp
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: pixelavg_pp[12x16], [24x32] avx2 code for 10bpp
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: sse4 10bit code for sign primitive
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: avx2 10bit code for sign primitive(356.91 -> 242.00)
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: avx2 10bit code for planecopy_cp(10660.20 -> 5685.80)
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: sse4 10bit code for sign primitive
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: avx2 10bit code for sign primitive(356.91 -> 242.00)
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: pixelavg_pp[8xN] avx2 code for 10bpp
rajesh at multicorewareinc.com
- [x265] [PATCH] asm: avx2 10bit code for planecopy_cp(10660.20 -> 5685.80)
rajesh at multicorewareinc.com
- [x265] [PATCH] aq: new auto variance mode with biasing to dark scenes
santhoshini at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for sse_pp[16x16, 32x32, 64x64] for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx code for chroma copy_pp[16x8, 16x64] for i422
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for dst4x4 and idst4x4 for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for denoiseDct for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma sse_pp[16x16, 32x32] for i420
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for chroma sse_pp[16x32, 32x64] for i422
sumalatha at multicorewareinc.com
- [x265] [PATCH] remove warnings or errors reported for mingw 16bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for pixel_avg[16xN, 32xN] for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for pixel_avg[16xN, 32xN] for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] asm: avx2 code for weight_pp() for 10 bpp
sumalatha at multicorewareinc.com
- [x265] [PATCH] testbench for costCoeffRemain()
sumalatha at multicorewareinc.com
Last message date:
Tue Jun 30 20:08:28 CEST 2015
Archived on: Tue Jun 30 20:08:38 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).