May 2014 Archives by thread
Starting: Thu May 1 12:27:50 CEST 2014
Ending: Fri May 30 17:13:01 CEST 2014
Messages: 184
- [x265] Possible bug: Chrominance planes shifted when saturation is low
Mario Rohkrämer
- [x265] [PATCH] cmake: add a clean-generated Makefile rule
Steve Borho
- [x265] [PATCH] fix g_chromaScale for 420 videos accordingly to the HEVC spec
aarthi at multicorewareinc.com
- [x265] [ANN] x265 1.0 is released
Steve Borho
- [x265] refine picture boundary check
Satoshi Nakagawa
- [x265] rest: Update introduction.rst, clarifying purpose, adding legal notices
Tom Vaughan
- [x265] [PATCH 1 of 2] cli: report input bit depth
Steve Borho
- [x265] fix: residualQTIntrachroma() for 4:2:2
Satoshi Nakagawa
- [x265] using and encoding of h265 parameter set fields
dave
- [x265] [PATCH 1 of 2] cmake: add CHECKED_BUILD option so we can add optional runtime checking
Steve Borho
- [x265] [PATCH] log: add the RateFactor for each frame to the .stats file when using --crf mode
gopu at multicorewareinc.com
- [x265] [PATCH 0 of 3 ] ratecontrol: cleanup
deepthi at multicorewareinc.com
- [x265] [PATCH] x265: added qpfile feature to force frame qp and slicetype manualy using file
gopu at multicorewareinc.com
- [x265] [PATCH 0 of 2 ] slice type cost fixes
aarthi at multicorewareinc.com
- [x265] [PATCH] cli: added qpfile feature to force frame qp and slicetype using file
gopu at multicorewareinc.com
- [x265] [PATCH] SEI: enable generation of recovery point SEI message for keyframes
kavitha at multicorewareinc.com
- [x265] [PATCH] noise reduction, ported from x264
praveen at multicorewareinc.com
- [x265] [PATCH] x265: implemented crf-min that specifies a minimum rate factor value for encode
gopu at multicorewareinc.com
- [x265] [PATCH] rest: document --min-crf
gopu at multicorewareinc.com
- [x265] [PATCH] slicetype: update the lowresCosts and intraCosts when aq/cutree is enabled
aarthi at multicorewareinc.com
- [x265] [PATCH] rc: qpvbv is between qpMin and prevRowQp when specifies the rfConstantMin
gopu at multicorewareinc.com
- [x265] reduce malloc call to avoid fragment and overhead
Satoshi Nakagawa
- [x265] [PATCH] noise reduction feature, ported from x264
praveen at multicorewareinc.com
- [x265] [PATCH 0 of 4 ] update ratecontrol as per latest channges from x264
aarthi at multicorewareinc.com
- [x265] [PATCH] cli: expose param.bRepeatHeaders to the CLI, reorder help for more clarity
Steve Borho
- [x265] [PATCH RFC] adapt psy-rd from x264
Steve Borho
- [x265] [PATCH] reduce code size on intra_pred_ang8_*
Min Chen
- [x265] reduce xModeBitsIntra() call
Satoshi Nakagawa
- [x265] refine intra reference samples
Satoshi Nakagawa
- [x265] fix 4:2:2 coeff rate calc
Satoshi Nakagawa
- [x265] [PATCH] ratecontrol: do not low-clip first I frame with ABR
Steve Borho
- [x265] [PATCH RFC] ratecontrol: amortize I frame cost over first few P frames
Steve Borho
- [x265] [PATCH] fix: support for Transquant Bypass mode
ashok at multicorewareinc.com
- [x265] unused
Satoshi Nakagawa
- [x265] cleanup clear()
Satoshi Nakagawa
- [x265] [PATCH RFC2] adapt psy-rd from x264
Steve Borho
- [x265] [PATCH] cutree: identify the correct b-ref to estimate propagatecost
gopu at multicorewareinc.com
- [x265] [PATCH] cutree: adjust the rowSatd with qpoffset only for reference frames
gopu at multicorewareinc.com
- [x265] [PATCH] cutree: removed logLevel check from if loop
gopu at multicorewareinc.com
- [x265] [PATCH] cli: remove default strings for preset and tune, modify default AQ mode to match
Steve Borho
- [x265] [PATCH] api: introduce x265_encoder_parameters(), copy param earlier to avoid mods
Steve Borho
- [x265] cleanup unused arg
Satoshi Nakagawa
- [x265] [PATCH RFC] cli: introduce new option --[no]-b-intra which enable/disable intra process in B frames
sumalatha at multicorewareinc.com
- [x265] encodeCoeffNxN(): call only if non-zero coeff exists
Satoshi Nakagawa
- [x265] [BUG] Failed CHECK at calcRdSADCost when using SSE2
den c
- [x265] refine merge related
Satoshi Nakagawa
- [x265] cleanup bReusePred, unify absTUPartIdx to absPartIdx
Satoshi Nakagawa
- [x265] [PATCH] fix : square chroma transform expected error message
ashok at multicorewareinc.com
- [x265] [PATCH] TComTrQuant.cpp, white-space cleanup
praveen at multicorewareinc.com
- [x265] CLI: Default rate control mode in help output - CQ or CRF?
Mario *LigH* Rohkrämer
- [x265] x265-devel Digest, Vol 12, Issue 38
Ashok Kumar Mishra
- [x265] [PATCH] asm: fix bug for invalid read in sa8d
yuvaraj at multicorewareinc.com
- [x265] x265-devel Digest, Vol 12, Issue 41
Ashok Kumar Mishra
- [x265] PATCH: cmake. Fix issue #56. Correct hg path for windows.
den c
- [x265] [PATCH] aq: fine tune aq logic to distribute bits even better
santhoshini at multicorewareinc.com
- [x265] [PATCH RFC] psyrd: remove usage of psyrdcost for merge candidates
sumalatha at multicorewareinc.com
- [x265] [PATCH RFC] pool: allow thread private data structures, save memory allocations
Steve Borho
- [x265] fix: segmentation fault --tune zerolatency
Satoshi Nakagawa
- [x265] [PATCH] rc: rename variable vbvMinRate to isCbr
santhoshini at multicorewareinc.com
- [x265] [PATCH] rc: always use frameSizeEstimted for bits in updateVbvPlan
santhoshini at multicorewareinc.com
- [x265] [PATCH] psyrd: use psyrdcost for intra for rdLevels > 5
sumalatha at multicorewareinc.com
- [x265] [PATCH] api: allow minimum decoder level to be specified
Steve Borho
- [x265] [PATCH] Cleanup dct.c. Move Clip3(-32768, 32767 into separate function with tighter input type.
den c
- [x265] refine block size related
Satoshi Nakagawa
- [x265] rdcost: overflow check by integer
Satoshi Nakagawa
- [x265] [PATCH RFC] psyrd: use psyrdcost for selecting best mode across depth
sumalatha at multicorewareinc.com
- [x265] [PATCH] psyrd: rename the variable name for readability
sumalatha at multicorewareinc.com
- [x265] [PATCH] SEI: fix bug in picture timing SEI when interlace encoding is enabled
kavitha at multicorewareinc.com
- [x265] [PATCH 1 of 5] TComDataCU: renaming m_totalCost to m_totalRDCost
deepthi at multicorewareinc.com
- [x265] x265: uncommon behavior by changing the 8-point DCT matrix
Paulo André Oliveira
- [x265] refine YUV and coeff buffer
Satoshi Nakagawa
- [x265] [PATCH] preset: disable rectangular and AMP partitions at medium preset
Steve Borho
- [x265] [BUG] Mac 10.6.x - Fails to build 32-bit shared library
Terri Kwon
- [x265] [PATCH] ratecontrol: improve visual quality and bitrate savings in ABR
aarthi at multicorewareinc.com
- [x265] [PATCH] Fix Clang build error when linking incompatible ABI (stack unwinding schemes).
den c
- [x265] [PATCH] TEncSearch: use actual frame thread count to decide motion search limits
aarthi at multicorewareinc.com
Last message date:
Fri May 30 17:13:01 CEST 2014
Archived on: Mon Jun 9 14:40:12 CEST 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).