August 2014 Archives by author
Starting: Fri Aug 1 11:36:00 CEST 2014
Ending: Sun Aug 31 09:46:53 CEST 2014
Messages: 175
- [x265] [PATCH] cleanup: move m_predYuv and m_predTempYuv from predict to TEncSearch
Steve Borho
- [x265] [PATCH] rc: enable abr reset in the first pass of two pass encode
Steve Borho
- [x265] [PATCH] rc: add slow first pass as a cli. set turbo(faster) first pass as default in 2 pass
Steve Borho
- [x265] patch for faster intra
Steve Borho
- [x265] [PATCH] quant: rdoq can lookup QP in the lambda table itself [CHANGES OUTPUTS]
Steve Borho
- [x265] patch for faster intra
Steve Borho
- [x265] patch for faster intra
Steve Borho
- [x265] [PATCH] bugfix: disable aq only when both aq-strength and cu-tree is off
Steve Borho
- [x265] [PATCH] rc: add slow first pass as a cli. set turbo(faster) first pass as default in 2 pass
Steve Borho
- [x265] [PATCH] quant: change how RDOQ measures distortion [CHANGES OUTPUTS]
Steve Borho
- [x265] [PATCH] denoise: further cleanups
Steve Borho
- [x265] asm: cleanup unused sub_ps and add_ps
Steve Borho
- [x265] [PATCH 1 of 3] entropy: disable signaling of CABAC init state
Steve Borho
- [x265] [PATCH 2 of 3] entropy: remove bBinsCoded from ContextModel (no more users)
Steve Borho
- [x265] [PATCH 3 of 3] entropy: remove ContextModel structure, use uint8_t directly
Steve Borho
- [x265] [PATCH] entropy: pad size of context array to 32 * 5 bytes
Steve Borho
- [x265] [PATCH] main10: create a hybrid all-angs primitve for 16bpp compiles
Steve Borho
- [x265] [PATCH 1 of 6] entropy: simplify sign hide flag
Steve Borho
- [x265] [PATCH 2 of 6] quant: improve variable names and comments (no behavior change)
Steve Borho
- [x265] [PATCH 3 of 6] quant: avoid an extra shift by adjusting the unquant coeff shift
Steve Borho
- [x265] [PATCH 4 of 6] quant: reduce conditional expression depths (mostly for readability)
Steve Borho
- [x265] [PATCH 5 of 6] quant: do not check CG bitmap for implied-present coeff groups
Steve Borho
- [x265] [PATCH 6 of 6] quant: use standard rd cost formula for sign-hiding [CHANGES OUTPUTS]
Steve Borho
- [x265] [PATCH] quant: remove floating point operations from RDOQ [CHANGES OUTPUTS]
Steve Borho
- [x265] [PATCH] level: signal profile/level NONE if non-compliant configuration is found
Steve Borho
- [x265] [PATCH] rc: nits; add LF in frame stats of 2 pass
Steve Borho
- [x265] quant: remove scaledCoeff from nquant()
Steve Borho
- [x265] [PATCH] Added fast intra search option
Steve Borho
- [x265] [PATCH] encoder: fix memory leak in param if fail to open encoder
Steve Borho
- [x265] [PATCH] count_nonzero primitive, downscaling quantCoeff from int32_t* to int16_t*
Steve Borho
- [x265] [PATCH] quant: remove extra upshift by 4 in s_invQuantScales
Steve Borho
- [x265] [PATCH 1 of 2] asm: integrate denoise_dct
Steve Borho
- [x265] replace IntraFilterType[][] to IntraFilterFlags[] (aboid *35)
Steve Borho
- [x265] [PATCH] Added fast intra search option to Analysis::checkIntraInInter_rd0_4
Steve Borho
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
Steve Borho
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
Steve Borho
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
Steve Borho
- [x265] psycho-visual feature tuning, feature freeze
Steve Borho
- [x265] Nit: CLI help of fast-intra
Steve Borho
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
Steve Borho
- [x265] [PATCH] Removed code that will never be executed
Steve Borho
- [x265] simplify AMVPInfo to MV[2]
Steve Borho
- [x265] [ANN] x265 1.3
Steve Borho
- [x265] fix lossless
Steve Borho
- [x265] fix lossless
Steve Borho
- [x265] [PATCH] rc: don't read slicetypes from qpfile in 2nd pass
Steve Borho
- [x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]
Steve Borho
- [x265] [PATCH] Added check for mode 34
Steve Borho
- [x265] [PATCH] Removed redundant code
Steve Borho
- [x265] [PATCH] Removed redundant code
Steve Borho
- [x265] [PATCH 1 of 3] analysis: fix inter hash mistake with --cu-lossless
Steve Borho
- [x265] [PATCH 2 of 3] search: fix decoder intra crash with --cu-lossless
Steve Borho
- [x265] [PATCH 3 of 3] encoder: re-enable --cu-lossless
Steve Borho
- [x265] [PATCH] Removed redundant code
Steve Borho
- [x265] fix m_initSliceContext (uninitialised m_sliceQp)
Steve Borho
- [x265] [PATCH] asm: optimize dct4
Steve Borho
- [x265] [PATCH] asm: avx2 version cvt16to32_shr[]
Steve Borho
- [x265] bug in sao.cpp
Steve Borho
- [x265] asm: fix dequant_normal
Steve Borho
- [x265] [PATCH 1 of 3] update header and support Intel IACA marker
Min Chen
- [x265] [PATCH 2 of 3] asm: cvt16to32_cnt[4x4] for TSkip
Min Chen
- [x265] [PATCH 3 of 3] asm: cvt16to32_cnt[8x8] for TSkip
Min Chen
- [x265] [PATCH] asm: cvt16to32_cnt[16x16] for TSkip
Min Chen
- [x265] [PATCH] asm: cvt16to32_cnt[32x32] for TSkip
Min Chen
- [x265] [PATCH] asm: AVX2 version cvt32to16_shl
Min Chen
- [x265] [PATCH 1 of 2] asm: integrate denoise_dct
Min Chen
- [x265] [PATCH 2 of 2] move m_estBitsSbac from Quant to Entropy
Min Chen
- [x265] [PATCH 1 of 2] cleanup: remove reduce condition check
Min Chen
- [x265] [PATCH 2 of 2] fix single thread encode issue
Min Chen
- [x265] [PATCH 1 of 2] x264: Minor pixel_ssim_end4 improvements
Min Chen
- [x265] [PATCH 2 of 2] x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags
Min Chen
- [x265] [PATCH] asm: avx2 version cvt16to32_shr[]
Min Chen
- [x265] [PATCH] asm: avx2 asm code for dct4
Fiona Glaser
- [x265] [PATCH] asm: optimize dct4
Dnyaneshwar Gorade
- [x265] [PATCH] asm: optimize dct4, replaced pshufd(latency 4-6)+pshufhw(latency 2) instructions with pshufb(latency 1)
Dnyaneshwar Gorade
- [x265] bug in sao.cpp
Dzung Hoang
- [x265] [PATCH] mv: Add *= operator
Nicolas Morey-Chaisemartin
- [x265] primitives for RExt
Satoshi Nakagawa
- [x265] [PATCH] TComPattern: remove redundant functions used for CIP
Satoshi Nakagawa
- [x265] primitives for RExt
Satoshi Nakagawa
- [x265] asm: cleanup unused sub_ps and add_ps
Satoshi Nakagawa
- [x265] quant: remove scaledCoeff from nquant()
Satoshi Nakagawa
- [x265] replace g_convertToBit[] to g_log2Size[] const table
Satoshi Nakagawa
- [x265] [PATCH] analysis: check for proper cost
Satoshi Nakagawa
- [x265] replace IntraFilterType[][] to IntraFilterFlags[] (aboid *35)
Satoshi Nakagawa
- [x265] refine depth related.
Satoshi Nakagawa
- [x265] simplify AMVPInfo to MV[2]
Satoshi Nakagawa
- [x265] fix lossless
Satoshi Nakagawa
- [x265] fix lossless
Satoshi Nakagawa
- [x265] fix lossless
Satoshi Nakagawa
- [x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]
Satoshi Nakagawa
- [x265] fix m_initSliceContext (uninitialised m_sliceQp)
Satoshi Nakagawa
- [x265] asm: fix dequant_normal
Satoshi Nakagawa
- [x265] asm: fix dequant_normal
Satoshi Nakagawa
- [x265] asm: fix dequant_normal
Satoshi Nakagawa
- [x265] [PATCH] Added fast intra search option
Deepthi Nandakumar
- [x265] [PATCH] Initialized variable to prevent compiler warning
Deepthi Nandakumar
- [x265] [PATCH] count_nonzero primitive, downscaling quantCoeff from int32_t* to int16_t*
Deepthi Nandakumar
- [x265] psycho-visual feature tuning, feature freeze
Deepthi Nandakumar
- [x265] psycho-visual feature tuning, feature freeze
Deepthi Nandakumar
- [x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]
Deepthi Nandakumar
- [x265] [PATCH 1 of 3] analysis: fix inter hash mistake with --cu-lossless
Deepthi Nandakumar
- [x265] fix m_initSliceContext (uninitialised m_sliceQp)
Deepthi Nandakumar
- [x265] patch for faster intra
Mario Rohkrämer
- [x265] HIGH_BIT_DEPTH builds fail for GCC 4.8.2
Mario *LigH* Rohkrämer
- [x265] Nit: CLI help of fast-intra
Mario *LigH* Rohkrämer
- [x265] [PATCH] count_nonzero primitive, downscaling quantCoeff from int32_t* to int16_t*
Praveen Tiwari
- [x265] patch for faster intra
chen
- [x265] primitives for RExt
chen
- [x265] primitives for RExt
chen
- [x265] [PATCH] count_nonzero primitive, downscaling quantCoeff from int32_t* to int16_t*
chen
- [x265] fix lossless
chen
- [x265] [PATCH] asm: optimize dct4
chen
- [x265] [PATCH] asm: optimize dct4, replaced pshufd(latency 4-6)+pshufhw(latency 2) instructions with pshufb(latency 1)
chen
- [x265] [PATCH] asm: avx2 asm code for dct4
chen
- [x265] asm: fix dequant_normal
chen
- [x265] asm: fix dequant_normal
chen
- [x265] patch for faster intra
dave
- [x265] patch for faster intra
dave
- [x265] patch for faster intra
dave
- [x265] patch for faster intra
dave
- [x265] patches for fast-intra
dave
- [x265] [PATCH] Added fast intra search option
dave
- [x265] [PATCH] Added fast intra search option
dave
- [x265] [PATCH] Added fast intra search option to Analysis::checkIntraInInter_rd0_4
dave
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
dave
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
dave
- [x265] [PATCH RFC] analysis: use macro and for-loop to simplify fast-intra
dave
- [x265] [PATCH] Removed redundant code
dave
- [x265] CMakeLists.txt: print correct target processor
djcj
- [x265] CMakeLists.txt: print correct target processor
djcj
- [x265] [PATCH] Added --fast-intra option to use a faster search for the best angle intra mode
dtyx265 at gmail.com
- [x265] [PATCH] Moved IntraFilterType from intrapred.cpp to predict.h to make it publicly available and replace Predict::filteringIntraReferenceSamples
dtyx265 at gmail.com
- [x265] [PATCH] Added Fast intra search option
dtyx265 at gmail.com
- [x265] [PATCH] Added fast intra search option
dtyx265 at gmail.com
- [x265] [PATCH] Initialized variable to prevent compiler warning
dtyx265 at gmail.com
- [x265] [PATCH] Added fast intra search option to Analysis::checkIntraInInter_rd0_4
dtyx265 at gmail.com
- [x265] [PATCH] Added fast intra search option to Analysis::checkIntraInInter_rd0_4
dtyx265 at gmail.com
- [x265] [PATCH] Removed code that will never be executed
dtyx265 at gmail.com
- [x265] [PATCH] Removed redundant code
dtyx265 at gmail.com
- [x265] [PATCH] Added check for mode 34
dtyx265 at gmail.com
- [x265] [PATCH] rc: enable abr reset in the first pass of two pass encode
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: add slow first pass as a cli. set turbo(faster) first pass as default in 2 pass
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: add slow first pass as a cli. set turbo(faster) first pass as default in 2 pass
aarthi at multicorewareinc.com
- [x265] [PATCH] rc : nit
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: set rdlevel to 2 in fast first pass for multipass encode
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: nits; add LF in frame stats of 2 pass
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: bug fix - m_avgQpAq can be from 0-69
aarthi at multicorewareinc.com
- [x265] [PATCH] cli: nits. fix typo
aarthi at multicorewareinc.com
- [x265] [PATCH] encoder: fix memory leak in param if fail to open encoder
aarthi at multicorewareinc.com
- [x265] [PATCH] refactor: cleanup setting up of lambda
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: write I/i slice in stats file based on whether openGop is enabled or not
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: don't read slicetypes from qpfile in 2nd pass
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: rename m_bframes to m_leadingBframes
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: fix bitrate accuracy for vbv in fast presets
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: fix bug in predicting B frame bits in vbv
aarthi at multicorewareinc.com
- [x265] [PATCH] analysis: cleanup
ashok at multicorewareinc.com
- [x265] [PATCH] TEncSearch: remove redundant function call
ashok at multicorewareinc.com
- [x265] [PATCH] quant: remove extra upshift by 4 in s_invQuantScales
deepthi at multicorewareinc.com
- [x265] [PATCH] cu-lossless: fix inter hash mistake
deepthi at multicorewareinc.com
- [x265] [PATCH] search: whitespace nits
deepthi at multicorewareinc.com
- [x265] [PATCH] asm: optimize dct4
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: optimize dct4, replaced pshufd(latency 4-6)+pshufhw(latency 2) instructions with pshufb(latency 1)
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: optimize dct4, replaced pshufd(latency 4-6)+pshufhw(latency 2) instructions with pshufb(latency 1)
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: avx2 asm code for dct4
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] asm: avx2 asm code for dct4
dnyaneshwar at multicorewareinc.com
- [x265] [PATCH] removed bad category test for noise reduction
praveen at multicorewareinc.com
- [x265] [PATCH] noise reduction, use all eight categories of transform for inter blocks
praveen at multicorewareinc.com
- [x265] [PATCH] noise reduction, cleaned unused buffer space
praveen at multicorewareinc.com
- [x265] [PATCH] count_nonzero primitive, downscaling quantCoeff from int32_t* to int16_t*
praveen at multicorewareinc.com
- [x265] [PATCH] Clip3 to avoid value problem
praveen at multicorewareinc.com
- [x265] [PATCH] cleanup: move m_predYuv and m_predTempYuv from predict to TEncSearch
santhoshini at multicorewareinc.com
- [x265] [PATCH] bugfix: disable aq only when both aq-strength and cu-tree is off
santhoshini at multicorewareinc.com
- [x265] [PATCH] TComPattern: remove redundant functions used for CIP
santhoshini at multicorewareinc.com
- [x265] [PATCH] analysis: check for proper cost
sumalatha at multicorewareinc.com
Last message date:
Sun Aug 31 09:46:53 CEST 2014
Archived on: Thu Dec 11 23:19:51 CET 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).