Merge "Copy macroblock data to a buffer before encoding it"
[profile/ivi/libvpx.git] / vp8 / encoder / pickinter.c
2011-06-30 Yunqing WangMerge "Copy macroblock data to a buffer before encoding it"
2011-06-30 Yunqing WangMerge "Bug fix in motion vector limit calculation"
2011-06-30 Yunqing WangBug fix in motion vector limit calculation
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-23 Yunqing WangCopy macroblock data to a buffer before encoding it
2011-06-21 Yunqing WangMerge "Remove unnecessary bounds checking in motion...
2011-06-17 John KoleszarMerge "Use SSE as BPRED distortion metric consistently"
2011-06-16 John KoleszarMerge "Disable specialcase for last frames if the seque...
2011-06-15 John KoleszarMerge "Remove redundant check for KEY_FRAME in multithr...
2011-06-15 John KoleszarUse SSE as BPRED distortion metric consistently
2011-06-15 John KoleszarMerge "fix --disable-runtime-cpu-detect on x86"
2011-06-14 Scott LaVarnwayMerge "Populate bmi for B_PRED only"
2011-06-13 Scott LaVarnwayPopulate bmi for B_PRED only
2011-06-13 Scott LaVarnwayCalc ref_frame_cost once per frame
2011-06-09 John KoleszarMerge "bug fix mode_info_context not initialized for...
2011-06-09 Yaowu Xuremove one set of 16x16 variance funcations
2011-06-08 JohannMerge "Revert "Use shared object files for ELF""
2011-06-08 John KoleszarMerge "vp8_pick_inter_mode: remove best_bmodes"
2011-06-08 John KoleszarMerge "vp8_pick_intra_mode: correct returned rate"
2011-06-08 John KoleszarMerge "Move RD intra block mode selection to rdopt.c"
2011-06-08 John Koleszarvp8_pick_inter_mode: remove best_bmodes
2011-06-08 Scott LaVarnwayMerge "Removed unused function parameters"
2011-06-08 John Koleszarvp8_pick_intra_mode: correct returned rate
2011-06-08 Yaowu XuMerge "Further activity masking changes:"
2011-06-08 John KoleszarMove RD intra block mode selection to rdopt.c
2011-06-08 John KoleszarMove intra block mode selection to pickinter.c
2011-06-07 Yaowu XuMerge "remove redundant functions"
2011-06-07 John KoleszarMerge "Reduce overshoot in 1 pass rate control"
2011-06-07 Scott LaVarnwayMerge "Wrapped asserts in critical code with CONFIG_DEBUG"
2011-06-07 Scott LaVarnwayMerge "Removed unused function vp8_treed_read_num"
2011-06-07 John KoleszarMerge "Use shared object files for ELF"
2011-06-06 Yunqing WangRemove hex search's variance calculation while in real...
2011-06-06 JohannMerge "neon fast quantize block pair"
2011-06-06 JohannMerge "adds preload for armv6 encoder asm"
2011-06-06 John KoleszarMerge "Don't allow very short GF groups even when the...
2011-06-03 Scott LaVarnwayMerge "Removed B_MODE_INFO"
2011-06-03 Yunqing WangAdjust bounds checking for hex search in real-time...
2011-06-02 Scott LaVarnwayRemoved B_MODE_INFO
2011-06-02 Yaowu XuMerge "further clean up of errorperbit and sadperbit"
2011-06-01 Yaowu Xufurther clean up of errorperbit and sadperbit
2011-06-01 John KoleszarMerge "Bugfix in vp8dx_set_reference"
2011-06-01 John KoleszarMerge "Fix code under #if CONFIG_INTERNAL_STATS."
2011-06-01 Yaowu Xuremove some magic weights associated with sad_per_bit
2011-05-31 Scott LaVarnwayMerge "vp8_pick_inter_mode code cleanup"
2011-05-31 Scott LaVarnwayvp8_pick_inter_mode code cleanup
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-26 Scott LaVarnwayMerge "Use int_mv instead of MV in vp8_mv_cont"
2011-05-25 Yunqing WangMerge " Use var8x8 instead of get8x8var in VP8_UVSSE"
2011-05-25 Yunqing WangMerge "Return sse value in vp8_variance SSE2 functions"
2011-05-25 Yunqing WangReturn sse value in vp8_variance SSE2 functions
2011-05-24 Yunqing WangFix a bug happening while encoding at profile=3
2011-05-24 Scott LaVarnwayMerge "MODE_INFO size reduction"
2011-05-24 Scott LaVarnwayMODE_INFO size reduction
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-23 Yaowu XuMerge "use get8x8var directly for non-subpixel motion...
2011-05-20 John KoleszarMerge "bug fix active_worst_quality set below active_be...
2011-05-20 John KoleszarMerge "cleanup: collect twopass variables"
2011-05-20 JohannMerge "Fixed iwalsh_neon build problems with RVDS4.1"
2011-05-20 Yaowu XuMerge "revise two function definitions with less parame...
2011-05-20 John KoleszarMerge "Remove unused members of VP8_COMP"
2011-05-20 Yaowu Xurevise two function definitions with less parameters
2011-05-20 Yaowu XuMerge "disable trellis optimization for first pass"
2011-05-19 Scott LaVarnwayMerge "Using partition_info instead of blockd info...
2011-05-19 John KoleszarRemove unused members of VP8_COMP
2011-05-19 Scott LaVarnwayUsing partition_info instead of blockd info for splitmv
2011-05-19 Scott LaVarnwayMerge "Make hor UV predict ~2x faster (73 vs 132 cycles...
2011-05-19 John KoleszarMerge "changed configure option name to reduce confusion"
2011-05-18 Yunqing WangMerge "Modify MVcount in pick_inter_mode to eliminate...
2011-05-18 Yunqing WangFix a bug in vp8_clamp_mv function
2011-05-17 Yunqing WangModify MVcount in pick_inter_mode to eliminate calling...
2011-05-13 Yaowu XuMerge "adjusting rd constant slightly by ~10%"
2011-05-13 Paul WilkinsMerge "Restructure of activity masking code."
2011-05-12 Scott LaVarnwayUsing int_mv instead of MV
2011-05-11 Yaowu XuMerge "fix a bug related to gf_active_flags in multi...
2011-05-11 John KoleszarMerge "Use stdint.h for VS2010"
2011-05-06 John KoleszarMerge "Don't override active_worst_quality in 2 pass"
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-05-03 Yunqing WangMerge "Modify HEX search"
2011-05-03 Yaowu XuMerge "change to use fast ssim code for internal ssim...
2011-04-29 Yunqing WangMerge "Use insertion sort instead of quick sort"
2011-04-27 John KoleszarMerge "SSE2/SSSE3 optimizations for build_predictors_mb...
2011-04-27 Ronald S. BultjeSSE2/SSSE3 optimizations for build_predictors_mbuv...
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-25 John KoleszarMerge "Stereo 3D format support for vpxenc"
2011-04-25 John KoleszarMerge "bug fix possible keyframe context divide by...
2011-04-25 JohannMerge "keep values in registers during quantization"
2011-04-25 Scott LaVarnwayMerge "Removed dc_diff from MB_MODE_INFO"
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-21 Scott LaVarnwayRemoved dc_diff from MB_MODE_INFO
2011-04-19 JohannMerge "Add save/restore xmm registers in x86 assembly...
2011-04-18 Yunqing WangMerge "Use sub-pixel search's SSE in mode selection"
2011-04-18 Yunqing WangUse sub-pixel search's SSE in mode selection
2011-04-18 Yunqing WangMerge "Handle long delay between video frames in multi...
2011-04-18 JohannMerge "store quant_shift as an unsigned char"
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-18 Yaowu XuMerge "fixed an overflow in ssim calculation"
2011-04-18 John KoleszarMerge "added -fomit-frame-pointer flag for gcc builds"
2011-04-15 JohannMerge "remove dead code, add missing RESTORE_XMM"
2011-04-15 Adrian GrangeMerge "Fix usage of value returned by vp8_pick_intra4x4...
next