]> granicus.if.org Git - libvpx/history - vp9/encoder/vp9_encodeframe.c
Merge "Move integral projection motion search to vp9_mcomp.c"
[libvpx] / vp9 / encoder / vp9_encodeframe.c
2015-03-05 Jingning HanMerge "Move integral projection motion search to vp9_mc...
2015-03-04 Adrian GrangeMerge "Small rationalization of code in vp9_first_pass"
2015-03-04 hkuangMerge "Remove unnecessary loopfilter init."
2015-03-04 Adrian GrangeMerge "Make encoder buffer allocation dynamic"
2015-03-04 Jingning HanMerge "Use SAD value to set chroma cost flag"
2015-03-04 Jingning HanMove integral projection motion search to vp9_mcomp.c
2015-03-04 Jingning HanUse SAD value to set chroma cost flag
2015-03-04 Jingning HanMerge "Properly handle the boundary blocks for integral...
2015-03-04 Adrian GrangeMake encoder buffer allocation dynamic
2015-03-04 Deb MukherjeeMerge "dc quantizer fix for 32x32 transforms"
2015-03-04 Jingning HanMerge "Scale the normalization factor depending on...
2015-03-04 Jingning HanProperly handle the boundary blocks for integral projec...
2015-03-03 Deb Mukherjeedc quantizer fix for 32x32 transforms
2015-03-03 Yunqing WangMerge "fix a race condition caused by intra function...
2015-03-03 Yaowu XuMerge "Adapt color sensitiviy threshold to luma signal...
2015-03-03 Yaowu XuAdapt color sensitiviy threshold to luma signal energy
2015-03-01 Jingning HanUse variance metric for integral projection vector...
2015-02-28 Jingning HanMerge "Fix source frame border extension"
2015-02-27 Alex ConverseMerge "Make SVC compatible with external resize."
2015-02-27 MarcoMerge "Fix arithmetic overflow warnings."
2015-02-27 James ZernMerge "use LC_ALL=C to sort libvpx_*srcs.txt"
2015-02-27 Jingning HanMerge "Refactor integral projection based motion estima...
2015-02-27 Jingning HanMerge "Fix high bit-depth loop-filter sse2 compiling...
2015-02-27 Jingning HanMerge "Fix high bit-depth loop-filter sse2 compiling...
2015-02-27 Jingning HanMerge "Fix high bit-depth loop-filter sse2 compiling...
2015-02-27 Jingning HanMerge "Fix high bit-depth loop-filter sse2 compiling...
2015-02-26 Jingning HanRefactor integral projection based motion estimation
2015-02-26 paulwilkinsMerge "Account for rate error in GF group Q calculation."
2015-02-25 Jingning HanMerge "Motion compensated reference refinement"
2015-02-25 Jingning HanMerge "Re-distribute hierarchical vector match pattern"
2015-02-25 Jingning HanMotion compensated reference refinement
2015-02-25 Jingning HanMerge "Fix fwd transform sse2 build issue on older...
2015-02-25 James ZernMerge "vp9_loopfilter: quiet integer constant size...
2015-02-24 Jingning HanRe-distribute hierarchical vector match pattern
2015-02-21 Adrian GrangeMerge "Remove redundant test"
2015-02-20 MarcoMerge "Adjustments to cyclic refresh (aq-mode=3)."
2015-02-20 Jingning HanMerge "Add high bit depth support to rtc sub8x8 block...
2015-02-20 MarcoAdjustments to cyclic refresh (aq-mode=3).
2015-02-20 Hangyu KuangMerge "Optimize the dequantization process on decoder...
2015-02-20 Adrian GrangeMerge "Fix control string in firstpass stats fprintf"
2015-02-19 Yunqing WangMerge "Improve skip_txfm thresholds in the non-rd mode...
2015-02-19 Jingning HanMerge "Integral projection based motion estimation"
2015-02-19 Jingning HanIntegral projection based motion estimation
2015-02-19 Jingning HanFix a check condition in nonrd_pick_partition
2015-02-12 hkuangMerge "Remove unnecessary border extension when frame...
2015-02-12 Jingning HanMerge "Update partition rate cost in rtc speed 5"
2015-02-12 Yunqing WangMerge "Make vp9_print_modes_and_motion_vectors() work"
2015-02-12 James ZernMerge "vp9_thread: prefer pthread.h if available"
2015-02-12 James ZernMerge "vp9_highbd_tm_predictor_16x16: fix win64"
2015-02-11 Jingning HanMerge "Add ref frame rate cost to non-RD mode decision"
2015-02-10 Yaowu XuMove computation up to frame level
2015-02-10 Adrian GrangeMerge "Auto-adaptive encoder frame resizing logic"
2015-02-10 Jingning HanMerge "Fix block partition size in fill_mode_info_sb"
2015-02-10 Yunqing WangMerge "Make encoder and decoder share common thread...
2015-02-10 Yunqing WangMerge "Rename loopfilter_thread files to thread_common...
2015-02-10 Jingning HanFix block partition size in fill_mode_info_sb
2015-02-10 James ZernMerge "configure: add --(disable|enable)-dependency...
2015-02-09 Yunqing WangMerge "Fix high bit depth assembly function bugs"
2015-02-06 James ZernMerge "vpxdec: correct file op error messages"
2015-02-06 Yaowu XuMerge "Correct the miscalculation in uv dimensions"
2015-02-06 Jingning HanMerge "Re-arrange inter mode search order in RTC coding...
2015-02-06 Yaowu XuMerge "Replace repeated check with single variable"
2015-02-06 James ZernMerge "vp9: fix segfault w/corrupt data post frame...
2015-02-05 hkuangMerge "Fix a thread lost bug in frame parallel decode."
2015-02-05 hkuangMerge "Mute the harmless tsan error in frame parallel...
2015-02-05 James ZernMerge "configure: enable x86inc for all intel platforms"
2015-02-05 Tom FineganMerge "Xcode: Fix includes in examples."
2015-02-04 Yaowu XuRemove unnecessary initialization
2015-02-04 Yaowu XuMove tx_mode decision logic into select_tx_mode()
2015-02-04 Yaowu XuReplace repeated check with single variable
2015-02-04 Yaowu XuMerge "Adjust partitioning threshold based rtc speed"
2015-02-04 Yaowu XuMerge "Move calls to avoid unnecessary operations"
2015-02-04 Jingning HanMerge "Unify luma and chroma inter predictors in choose...
2015-02-04 Jingning HanMerge "Account for chroma component costs in RTC mode...
2015-02-04 Yaowu XuAdjust partitioning threshold based rtc speed
2015-02-04 Jingning HanUnify luma and chroma inter predictors in choose_partit...
2015-02-04 Jingning HanAccount for chroma component costs in RTC mode decision
2015-02-04 JohannMerge "Remove unnecessary pointer check"
2015-02-04 Yaowu XuMove calls to avoid unnecessary operations
2015-02-03 Yaowu XuMerge "adjust rtc setting and threshold"
2015-02-03 JohannMerge "Use correct buffer size in vp8 subpixel variance"
2015-02-03 hkuangMerge "Remove duplicate code."
2015-02-03 Jim BankoskiMerge "make low bitrates a lot less blocky"
2015-02-03 Jingning HanMerge "Assign 2nd ref frame in choose_partitioning"
2015-02-03 JohannMerge "Fail when only an old nasm is found"
2015-02-03 Jingning HanAssign 2nd ref frame in choose_partitioning
2015-02-03 JohannMerge "Ensure the error-concealment code is available"
2015-02-03 hkuangMerge "Fix a bug from merging frame parallel branch...
2015-02-02 Alex ConverseMerge "Allow larger encoder configurations."
2015-02-02 Adrian GrangeMerge "Abort if firstpass file does not exist"
2015-02-02 Yaowu XuMerge "Optimize coef update"
2015-01-30 Jingning HanMerge "Format fixes in vp9_rd_pick_inter_mode_sb/sub8x8"
2015-01-30 Yaowu XuOptimize coef update
2015-01-30 Yunqing WangMerge "Fix issues in 32bit PIC enabled build"
2015-01-28 Frank GalliganMerge "Add vp9_sad32x32x4d_neon Neon intrinsic function."
2015-01-28 Frank GalliganMerge "Add vp9_sad16x16x4d_neon Neon intrinsic function."
2015-01-28 Frank GalliganMerge "Add vp9_sad64x64x4d_neon Neon intrinsic function."
2015-01-27 Yaowu XuMerge "move clear_system_state() call before using...
2015-01-27 JohannMerge "Fix discovery of Darwin SDKs"
2015-01-27 MarcoMerge "aq-mode=3: Update to allow for refresh on modes...
next