Fixed bugs in multi-layer code related to changing params
[profile/ivi/libvpx.git] / vp8 / vp8_cx_iface.c
2012-01-14 Adrian GrangeFixed bugs in multi-layer code related to changing...
2012-01-09 Deb MukherjeeMerge "Multiframe quality enhancement postprocessing"
2012-01-09 JohannMerge "Remove symbian target and associated files."
2012-01-06 James ZernMerge "Reduce the default kf_max_dist to 128."
2012-01-06 Ralph GilesReduce the default kf_max_dist to 128.
2012-01-05 Scott LaVarnwayMerge "Removed unused diff buffer"
2012-01-05 Scott LaVarnwayMerge "SSE2 optimizations for vp8_build_intra_predictor...
2012-01-04 Scott LaVarnwayMerge "Improved sse2 version of simple loopfilter"
2011-12-22 John KoleszarMerge "Use lookup tables for mode_check_freq"
2011-12-22 John KoleszarMerge "Use lookup tables for thresh_mult"
2011-12-21 John KoleszarMerge "Remove opaque pointer VP8_PTR"
2011-12-21 John KoleszarMerge "tokenizer: use correct block type context in...
2011-12-21 John KoleszarRemove opaque pointer VP8_PTR
2011-12-19 JohannMerge "Avoid heap allocation of firstpass stats"
2011-12-19 John KoleszarMerge "fix: make sure ss_err is large enough"
2011-12-19 Yunqing WangMerge "Merge mr_pick_inter_mode and pick_inter_mode"
2011-12-16 Yunqing WangMerge mr_pick_inter_mode and pick_inter_mode
2011-12-15 Yunqing WangMerge "Only call vp8_find_near_mvs() once for each...
2011-12-15 Yunqing WangMerge "Force realtime version 1 streams to only use...
2011-12-15 John KoleszarMerge "Avoid multiple test for same lvl in auto filter...
2011-12-14 John KoleszarMerge "add check to ensure that cq_level falls within...
2011-12-14 James Berryadd check to ensure that cq_level falls within min...
2011-12-13 John KoleszarMerge "vpx_integer.h: fix incorrect type emulation"
2011-12-07 JohannMerge "Reduce mem copies in encoder loopfilter level...
2011-12-06 Yunqing WangMerge "Allow aligning the raw image buffer"
2011-12-05 Yunqing WangMultiple-resolution encoder
2011-11-28 Scott LaVarnwayMerge "Modified the inverse walsh to output directly"
2011-11-17 Scott LaVarnwayMerge "Added predictor stride argument(s) to subtract...
2011-11-16 JohannMerge "avoid resetting framerate during vpx_codec_enc_c...
2011-11-11 John Koleszaravoid resetting framerate during vpx_codec_enc_config_set()
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-02 Yaowu XuMerge "added code to clear 2nd order block when appropr...
2011-11-01 John KoleszarMerge "Fix: Increase default cx_data_size"
2011-10-25 Scott LaVarnwayMerge "Improved token decoder"
2011-10-24 Scott LaVarnwayMerge "Removed redundant mv clamps for nearmv and neare...
2011-10-24 James BerryFix: Increase default cx_data_size
2011-10-21 Scott LaVarnwayMerge "Remove unused DETOK structure"
2011-10-21 John KoleszarMerge "Add license text to configure generated files."
2011-10-21 John KoleszarMerge "Fix: check cx_data buffer prior to write"
2011-10-20 James BerryFix: check cx_data buffer prior to write
2011-10-19 JohannMerge "enc: save entropy probs only when needed for...
2011-10-14 John KoleszarMerge "vpxdec updated to use !feof() instead of *buf_sz...
2011-10-11 Adrian GrangeMerge "Added rate-targeted temporal scalability"
2011-10-11 Adrian GrangeAdded rate-targeted temporal scalability
2011-08-05 Yunqing WangMerge "Adjust half-pixel only search"
2011-07-29 John KoleszarMerge "Convert rc_max_intra_bitrate_pct to control"
2011-07-28 John KoleszarMerge "configure: add --enable-static option"
2011-07-28 John KoleszarConvert rc_max_intra_bitrate_pct to control
2011-07-27 Yunqing WangMerge "Fix range checks in motion search"
2011-07-26 John KoleszarMerge "cosmetics: consistently use [u]int64_t"
2011-07-26 James Zerncosmetics: consistently use [u]int64_t
2011-07-22 Yunqing WangMerge "Preload reference area to an intermediate buffer...
2011-07-21 JohannMerge "Add .size directive to ARM asm functions."
2011-07-21 JohannMerge "Mark ARM asm objects as allowing a non-executabl...
2011-07-21 John KoleszarMerge "Increase chrow row alignment to 16 bytes."
2011-07-21 Yunqing WangMerge "Add improvements made in good-quality mode to...
2011-07-20 Attila Nagyencoder: don't set the fragment bit for the last partition
2011-07-08 Yunqing WangMerge "Adjust full-pixel clamping and motion vector...
2011-07-08 JohannMerge "clean up warnings when building arm with rtcd"
2011-07-07 John KoleszarMerge "Set VPX_FRAME_IS_DROPPABLE"
2011-07-07 John KoleszarSet VPX_FRAME_IS_DROPPABLE
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-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 Stefan HolmerNew ways of passing encoded data between encoder and...
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-11 Yaowu XuMerge "fix a bug related to gf_active_flags in multi...
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-05-03 Yaowu XuMerge "change to use fast ssim code for internal ssim...
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-12 Attila NagyFix encoder range check for frame width and height
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-14 John KoleszarMerge "Fix an unused variable warning."
2011-03-14 JohannMerge "Add vp8_mse16x16_armv6 function"
2011-03-11 JohannMerge "ARMv6 optimized quantization"
2011-03-11 John KoleszarMerge "1 Pass CQ and VBR bug fixes"
2011-03-11 John KoleszarMerge "Fix incorrect macroblock counts in twopass rate...
2011-03-11 John KoleszarMerge "vp8cx - psnr converted to call assemblerized...
2011-03-11 John KoleszarMerge "vp8cx- alternate ssim function with optimizations"
2011-03-11 Yunqing WangMerge "Encoder loopfilter running in its own thread"
2011-03-10 Adrian GrangeRemoved firstpass motion map
next