profile/ivi/libvpx.git
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-15 Attila NagyGuard vpx_config.h against multiple inclusions
2011-06-14 Scott LaVarnwayMerge "Populate bmi for B_PRED only"
2011-06-14 Johannfix --disable-runtime-cpu-detect on x86
2011-06-14 Paul WilkinsMerge "Fix RT only build"
2011-06-14 Tero RintaluomaFix RT only build
2011-06-14 Tero RintaluomaUpdate -linux-rvct targets
2011-06-14 James Zernfix corrupt frame leak
2011-06-13 Scott LaVarnwayPopulate bmi for B_PRED only
2011-06-13 Scott LaVarnwayCalc ref_frame_cost once per frame
2011-06-10 Tero RintaluomaFix make clean for asm offset files
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-09 James Berrybug fix mode_info_context not initialized for error...
2011-06-09 John KoleszarUpdate keyframe activity in non-RD mode
2011-06-08 Johannuse GCC inline magic
2011-06-08 JohannMerge "Revert "Use shared object files for ELF""
2011-06-08 JohannRevert "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 Scott LaVarnwayRemoved unused function parameters
2011-06-08 Yaowu XuAdjust errorperbit according to RDMULT in activity...
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-08 Paul WilkinsFurther activity masking changes:
2011-06-07 Yaowu XuMerge "remove redundant functions"
2011-06-07 Yaowu XuMerge "adjust sad per bit constants"
2011-06-07 Yaowu Xuadjust sad per bit constants
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-07 Scott LaVarnwayWrapped asserts in critical code with CONFIG_DEBUG
2011-06-07 Scott LaVarnwayRemoved unused function vp8_treed_read_num
2011-06-06 Yaowu Xuremove redundant functions
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 JohannUse shared object files for ELF
2011-06-06 Scott LaVarnwayMerge "Removed unnecessary bmi motion vector stores."
2011-06-06 John KoleszarMerge "Don't allow very short GF groups even when the...
2011-06-03 John KoleszarReduce overshoot in 1 pass rate control
2011-06-03 Scott LaVarnwayRemoved unnecessary bmi motion vector stores.
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 Ronald S. BultjeDon't allow very short GF groups even when the GF is...
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 Henrik LundinBugfix in vp8dx_set_reference
2011-06-01 John KoleszarMerge "Fix code under #if CONFIG_INTERNAL_STATS."
2011-06-01 Ronald S. BultjeFix code under #if CONFIG_INTERNAL_STATS.
2011-06-01 Yaowu Xuremove some magic weights associated with sad_per_bit
2011-06-01 Tero Rintaluomaneon fast quantize block pair
2011-05-31 Scott LaVarnwayMerge "vp8_pick_inter_mode code cleanup"
2011-05-31 Scott LaVarnwayvp8_pick_inter_mode code cleanup
2011-05-31 John KoleszarInitialize first_time_stamp_ever
2011-05-30 Tero Rintaluomaadds preload for armv6 encoder asm
2011-05-27 John KoleszarMerge "bug fix check frame buffer index before copy"
2011-05-27 James Berrybug fix check frame buffer index before copy
2011-05-27 Yunqing WangMerge "Use hex search for realtime mode speed>4"
2011-05-27 Yunqing WangUse hex search for realtime mode speed>4
2011-05-27 Scott LaVarnwayMerge "Broken EC after MODE_INFO size reduction"
2011-05-27 Yunqing WangMerge "Remove unused code"
2011-05-27 Yunqing WangRemove unused code
2011-05-26 Scott LaVarnwayBroken EC after MODE_INFO size reduction
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-26 Yaowu XuMerge "fix the mix use of errorperbit and sadperbit"
2011-05-26 Scott LaVarnwayMerge "Use int_mv instead of MV in vp8_mv_cont"
2011-05-25 Yaowu Xufix the mix use of errorperbit and sadperbit
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 Yaowu Xuremove code not in use
2011-05-25 Yunqing WangReturn sse value in vp8_variance SSE2 functions
2011-05-25 Attila Nagy Use var8x8 instead of get8x8var in VP8_UVSSE
2011-05-24 Yunqing WangFix a bug happening while encoding at profile=3
2011-05-24 Scott LaVarnwayUse int_mv instead of MV in vp8_mv_cont
2011-05-24 Scott LaVarnwayRemoved unused variable warnings
2011-05-24 Scott LaVarnwayMerge "MODE_INFO size reduction"
2011-05-24 Scott LaVarnwayMODE_INFO size reduction
2011-05-24 John KoleszarMerge "Fixing bug in VP8_SET_REFERENCE decoder control...
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-24 Henrik LundinFixing bug in VP8_SET_REFERENCE decoder control command
2011-05-23 Yaowu XuMerge "use get8x8var directly for non-subpixel motion...
2011-05-23 Yunqing WangRewrite hex search function
2011-05-23 Yaowu Xuuse get8x8var directly for non-subpixel motion case...
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"
next