Fix multi-resolution threaded encoding
[profile/ivi/libvpx.git] / vp8 / encoder / x86 /
2012-05-04 Attila NagyMake global data const
2012-03-16 Scott LaVarnwayMerge "x_motion_minq table reduction"
2012-03-14 John KoleszarMerge "fix potential use of uninitialized rate_y"
2012-03-13 Jim BankoskiMerge "Adds a motion compensated temporal denoiser...
2012-03-13 Jim BankoskiMerge "Update for key frame target size setting."
2012-03-12 JohannMerge "Move SAD and variance functions to common"
2012-03-09 John KoleszarMerge "vpx_timer: increase resolution"
2012-03-06 JohannMove SAD and variance functions to common
2012-02-27 John KoleszarMerge "vpxenc: initial implementation of multistream...
2012-02-27 John KoleszarMerge "decoder: reset segmentation map on keyframes"
2012-02-23 Jim BankoskiMerge "Remove the frame rate factor for key frame size."
2012-02-21 John KoleszarMerge changes I0341554f,I64e110c8
2012-02-21 Scott LaVarnwayMerge "Remove redundant init of segment_counts in vp8_e...
2012-02-21 John KoleszarMerge "Update encoder mb_skip_coeff and prob_skip_false...
2012-02-17 John KoleszarMerge changes Idf1a05f3,If227b29b,Iac784d39
2012-02-17 JohannMerge "OS X shell is incompatible with echo -n"
2012-02-17 Yunqing WangMerge "Fix incorrect use of uv eobs in intra modes"
2012-02-16 JohannClarify 'max_sad' usage
2012-02-16 Scott LaVarnwayMerge "decodemv cleanup/improvements"
2012-02-11 John KoleszarMerge "support changing resolution with vpx_codec_enc_c...
2012-02-10 JohannMissed some variance casts
2012-02-10 JohannMerge "max_sad check is not always implemented"
2012-02-09 JohannFix variance overflow
2012-02-06 Adrian GrangeMerge "Added 2 temporal patterns with new parameters"
2012-01-31 Scott LaVarnwayMerge "Improved uv mv calculations in build inter predi...
2012-01-30 John KoleszarRTCD: finalize removal of old RTCD system
2012-01-30 John KoleszarRTCD: add arnr functions
2012-01-30 John KoleszarRTCD: add motion search functions
2012-01-30 John KoleszarRTCD: add block subtraction functions
2012-01-30 John KoleszarRTCD: add quantizer functions
2012-01-30 John KoleszarRTCD: add FDCT functions
2012-01-30 John KoleszarRTCD: add variance functions
2012-01-18 John KoleszarMerge "get_plane_pointers: use u/v planes consistently"
2012-01-18 John KoleszarMerge changes I1ebe76aa,Ia079b52b
2012-01-09 Deb MukherjeeMerge "Multiframe quality enhancement postprocessing"
2012-01-06 John KoleszarMerge "Reduced the size of Y1Dequant and friends to...
2012-01-05 JohannMerge "Use number instead of string for eabi_attribute."
2012-01-05 JohannMerge "Improve SSSE3 fast quantizer function"
2012-01-05 Scott LaVarnwayMerge "SSE2 optimizations for vp8_build_intra_predictor...
2011-12-29 Yunqing WangImprove SSSE3 fast quantizer function
2011-12-05 John KoleszarMerge "Speed selection support for disabled reference...
2011-11-28 Scott LaVarnwayMerge "Modified the inverse walsh to output directly"
2011-11-23 JohannMerge "Move shared data to shared location"
2011-11-19 JohannMove shared data to shared location
2011-11-17 Scott LaVarnwayMerge "Added predictor stride argument(s) to subtract...
2011-11-15 Scott LaVarnwayAdded predictor stride argument(s) to subtract functions
2011-11-09 John KoleszarMerge "Reset FPU state after calc_plane_error()"
2011-11-04 Yunqing WangMerge "Add checks in MB quantizer initialization"
2011-11-04 John KoleszarMerge "Changing decoder input partition API to input...
2011-11-03 Scott LaVarnwayMerge "Change use of eob in the encoder"
2011-11-03 Tero RintaluomaChange use of eob in the encoder
2011-09-30 Paul WilkinsMerge "CQ and two pass rate control."
2011-09-22 John KoleszarMerge "clamp_mvs() using the wrong motion vector inform...
2011-09-22 John KoleszarMerge changes Ie650e9b8,I2427e494
2011-09-22 JohannMerge "Replace vpx_ports/config.h with vpx_config.h"
2011-09-22 Attila NagyReplace vpx_ports/config.h with vpx_config.h
2011-09-16 John KoleszarMerge "Fixes the boundary checks for extrapolated and...
2011-08-31 Scott LaVarnwayMerge "Skip computation of distortion in vp8_pick_inter...
2011-08-30 John KoleszarMerge "Recalculate zbin_extra only if regular quantizer...
2011-08-24 Scott LaVarnwayMerge "Faster vp8_default_coef_probs"
2011-08-23 Fritz KoenigUse local labels for jumps/loops in x86 assembly.
2011-08-22 Fritz KoenigReclassify optimized ssim calculations as SSE2.
2011-08-22 Fritz KoenigMerge "Revert "Reclasify optimized ssim calculations...
2011-08-22 Fritz KoenigRevert "Reclasify optimized ssim calculations as SSE2."
2011-08-22 Fritz KoenigMerge "Reclasify optimized ssim calculations as SSE2."
2011-08-19 Fritz KoenigReclasify optimized ssim calculations as SSE2.
2011-07-25 Yunqing WangMerge "Use CONFIG_FAST_UNALIGNED consistently in codec"
2011-07-25 Yunqing WangSpecify size for argument pushed to stack
2011-07-22 JohannMerge "fix sharpness bug and clean up"
2011-07-22 Yunqing WangMerge "Preload reference area to an intermediate buffer...
2011-07-22 Yunqing WangPreload reference area to an intermediate buffer in...
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-16 John KoleszarMerge "Disable specialcase for last frames if the seque...
2011-06-16 John KoleszarMerge "gen_msvs_proj: write boolean for Debug attribute"
2011-06-15 John KoleszarMerge "Remove redundant check for KEY_FRAME in multithr...
2011-06-15 John KoleszarMerge "fix --disable-runtime-cpu-detect on x86"
2011-06-14 Johannfix --disable-runtime-cpu-detect on x86
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 Scott LaVarnwayMerge "Removed unused function parameters"
2011-06-07 Yaowu XuMerge "remove redundant functions"
2011-06-07 John KoleszarMerge "Reduce overshoot in 1 pass rate control"
2011-06-06 Yaowu Xuremove redundant functions
2011-06-01 John KoleszarMerge "Bugfix in vp8dx_set_reference"
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 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-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-10 Yunqing WangMerge "Use diamond search to replace full search in...
2011-05-09 Yunqing WangUse diamond search to replace full search in full-pixel...
next