Merge "Properly use GET_GOT/RESTORE_GOT when using GLOBAL()."
[profile/ivi/libvpx.git] / vpx /
2011-07-01 John KoleszarMerge "Properly use GET_GOT/RESTORE_GOT when using...
2011-06-30 Yunqing WangMerge "Copy macroblock data to a buffer before encoding it"
2011-06-29 Paul WilkinsMerge "Change to arf boost calculation."
2011-06-28 JohannMerge "Avoid text relocations in ARM vp8 decoder"
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-28 JohannMerge "respect alignment in arm asm files"
2011-06-28 John KoleszarMerge "Simplify decode_macroblock."
2011-06-28 John KoleszarMerge "use relative include path"
2011-06-28 Johannuse relative include path
2011-06-28 Stefan HolmerNew ways of passing encoded data between encoder and...
2011-06-28 Stefan HolmerProposing an extension to the encoder and decoder inter...
2011-06-28 Stefan HolmerAdding support for independent partitions
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-20 JohannMerge "Fixed iwalsh_neon build problems with RVDS4.1"
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 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-19 John KoleszarMerge "Make activity masking functions static"
2011-05-19 John KoleszarMerge "Adding error-concealment to the decoder."
2011-05-19 Stefan HolmerAdding error-concealment to the decoder.
2011-05-12 Yunqing WangMerge "Modification and issue fix in full-pixel refinin...
2011-05-11 Yaowu XuMerge "remove a variable no longer in use"
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-06 John KoleszarUse stdint.h for VS2010
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-29 Scott LaVarnwayMerge "Consolidated build inter predictors"
2011-04-28 James Berrybug fix 32 bit matches 64 bit
2011-04-26 Scott LaVarnwayMerge "Test vector mismatch fix"
2011-04-25 JohannMerge "remove simpler_lpf"
2011-04-25 John KoleszarMerge "Remove unused functions"
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 "Add rc_max_intra_bitrate_pct control"
2011-04-25 John KoleszarAdd rc_max_intra_bitrate_pct control
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-13 John KoleszarChange rc undershoot/overshoot semantics
2011-04-12 John KoleszarMerge "Bugfix for error accumulator stats"
2011-04-12 John KoleszarMerge "Fix encoder range check for frame width and...
2011-04-11 Yunqing WangSet cpu_used range to [-16, 16] in real-time mode
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-23 JohannMerge "ARMv6 optimized fdct4x4"
2011-03-21 John KoleszarMerge "Allow specifying --end-usage by enum name"
2011-03-21 John KoleszarMerge "vpx_codec_dec_init: check that the iface is...
2011-03-21 John Koleszarvpx_codec_dec_init: check that the iface is a decoder
2011-03-17 John KoleszarMerge "Fix "used uninitialized" warning in vp8_pack_bit...
2011-03-15 Gaute StrokkenesAvoid misspelling "dependent".
2011-03-14 John KoleszarMerge "Fix an unused variable warning."
2011-03-14 Ralph GilesImprove grammar in a comment.
2011-03-11 Yunqing WangMerge "Encoder loopfilter running in its own thread"
2011-03-09 John KoleszarMerge "Configuration updates:Making a clear distinction...
2011-03-08 Yunqing WangMerge "Add zero offset checking in SSE2 sub-pixel filte...
2011-03-08 Yunqing WangMerge "Write SSSE3 sub-pixel filter function"
2011-03-04 JohannMerge "examples: use function to get iface pointers"
2011-03-04 JohannMerge "change CFLAGS for 64 bit icc builds"
2011-03-04 John Koleszarcosmetic: clean up comments for new vp8dx controls
2011-03-04 John KoleszarMerge "clean up msvs project generation"
2011-03-04 John KoleszarMerge "Fixing divide by zero"
2011-03-04 John KoleszarMerge "Fix drastic undershoot in long form content"
2011-03-04 John KoleszarMerge "documentation: minor updates to vp8 (en|de)coder"
2011-03-04 John KoleszarMerge "Fix counter of fixed keyframe distance"
2011-03-02 JohannMerge "ARMv6 optimized half pixel variance calculations"
2011-02-28 Yunqing WangMerge "Add prefetch before variance calculation"
2011-02-25 JohannMerge "Remove temporal alt ref from realtime only build"
2011-02-25 JohannMerge "Handle mem allocation failure in vp8e_init"
2011-02-24 James Zerndocumentation: minor updates to vp8 (en|de)coder
2011-02-24 Scott LaVarnwayMerge "Revisited rd_pick_intra4x4block"
2011-02-24 JohannMerge "documentation: minor cosmetics"
2011-02-17 James Zerndocumentation: minor cosmetics
2011-02-04 Yunqing WangMerge "Improve MV prediction in vp8_pick_inter_mode...
2011-02-04 John KoleszarMerge "Delay auto key frame insertion in realtime confi...
2011-02-03 John KoleszarMerge "Avoid using an anonymous union."
2011-02-02 Gaute StrokkenesAvoid using an anonymous union.
2011-01-25 JohannMerge "update sse2 regular quantizer"
2011-01-25 JohannMerge "move new neon subpixel function"
2011-01-25 JohannMerge "Fix issue 262, vp8cx_pack_tokens_into_partitions...
2011-01-25 Yunqing WangMerge "Modify calling of NEON code in sub-pixel search"
2011-01-19 Paul WilkinsMerge "First pass loop bug."
2011-01-19 John KoleszarMerge "Implement error tracking in the decoder"
2011-01-19 Henrik LundinImplement error tracking in the decoder
2011-01-18 John KoleszarMerge "fix last frame buffer copy logic regression"
2011-01-07 Paul WilkinsMerge "CQ Mode"
2011-01-07 Paul WilkinsCQ Mode
2010-12-22 John KoleszarMerge "make yasm generate cv8 debug data on win32"
2010-12-20 Jim BankoskiMerge "Add psnr/ssim tuning option"
2010-12-17 John KoleszarMerge "Inform caller of decoder about updated references"
2010-12-17 John KoleszarAdd psnr/ssim tuning option
2010-12-17 Henrik LundinInform caller of decoder about updated references
2010-12-06 Scott LaVarnwayMerge "Improve MV prediction accuracy to achieve perfor...
2010-12-03 John KoleszarMerge 'Add simple version of activity masking.'
2010-11-15 Paul WilkinsMerge "Bad cost tables used in ARNR filtering."
2010-11-15 Yaowu XuMerge "make rdmult adaptive for intra in quantizer...
next