Moves error concealment allocations from common parts to decoder
[profile/ivi/libvpx.git] / vp8 / decoder / onyxd_if.c
2012-04-26 Attila NagyMoves error concealment allocations from common parts...
2012-04-23 Scott LaVarnwayMerge "Removes duplication of key frame mode probabilities"
2012-04-23 Attila NagyOptimizes precalculated decoder block ptrs&offs
2012-04-20 Scott LaVarnwayMerge "Makes all mode token tables const part 2"
2012-04-19 Attila NagyPorts vpx_xcaler to new RTCD method
2012-04-19 Attila NagyMakes all mode token tables const
2012-03-13 Jim BankoskiMerge "Update for key frame target size setting."
2012-02-23 Jim BankoskiMerge "Remove the frame rate factor for key frame size."
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: add subpixel functions
2012-01-30 John KoleszarNew RTCD implementation
2012-01-27 John KoleszarMerge Duclair release into master branch
2012-01-27 John KoleszarMerge "Hook up VP8D_GET_LAST_REF_USED"
2012-01-27 John KoleszarHook up VP8D_GET_LAST_REF_USED
2012-01-26 John KoleszarMerge changes I17e1a348,Iad710941
2012-01-23 Fritz KoenigMerge "Disconnect ARM tgt_isa from dsp extensions"
2012-01-20 Fritz KoenigDisconnect ARM tgt_isa from dsp extensions
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-05 JohannMerge "Improve SSSE3 fast quantizer function"
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"
2012-01-04 Scott LaVarnwayMerge "Make a local copy of the dequantized data"
2012-01-04 Yunqing WangMerge "Improve vp8cx_init_quantizer()"
2012-01-03 Scott LaVarnwayMerge "Remove useless g_common.h"
2011-12-22 John KoleszarMerge "Remove unnecessary ternary constructs"
2011-12-22 John KoleszarMerge "Remove legacy integer types"
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-22 John KoleszarMerge "Remove opaque pointer VP8D_PTR"
2011-12-21 John KoleszarRemove useless g_common.h
2011-12-21 John KoleszarRemove opaque pointer VP8D_PTR
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-23 JohannMerge "Fix encoder partitioned output on ARM"
2011-11-23 John KoleszarMerge "Decoder fixes to better support reference pictur...
2011-11-21 Stefan HolmerDecoder fixes to better support reference picture selec...
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 Scott LaVarnwayMerge "Fix issue 374: eob read incorrectly"
2011-11-04 John KoleszarMerge "Changing decoder input partition API to input...
2011-11-01 Stefan HolmerChanging decoder input partition API to input fragments.
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-20 JohannMerge "NEON FDCT updated to match current C code"
2011-09-20 JohannMerge "NEON walsh transform updated to match C"
2011-09-20 JohannMerge "Updated ARMv6 forward transforms to match C"
2011-09-20 JohannMerge "Fixed armv5te multiplications"
2011-09-19 Stefan HolmerFix necessary for input partitions iface to match the...
2011-08-24 Scott LaVarnwayMerge "Faster vp8_default_coef_probs"
2011-08-19 John KoleszarMerge "Copy less when active map is in use"
2011-08-12 Stefan HolmerDisable error concealment until first key frame is...
2011-08-12 John KoleszarMerge "Disable error concealment until first key frame...
2011-08-12 Stefan HolmerDisable error concealment until first key frame is...
2011-07-28 John KoleszarMerge "configure: add --enable-static option"
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 JohannMerge "fix sharpness bug and clean up"
2011-07-22 Johannfix sharpness bug and clean up
2011-07-18 John KoleszarMerge "Disable __longjmp_chk protection"
2011-07-15 Scott LaVarnwayMerge "Tokenize MB optimized"
2011-07-15 Yunqing WangMerge "Fix vpxenc encoding incorrect webm file header...
2011-07-13 Fritz KoenigMerge "Better allocate yuv buffers."
2011-07-13 Yunqing WangMerge "Fix unnecessary casting of B_PREDICTION_MODE...
2011-07-13 Fritz KoenigMerge "Reduce motion vector search on alt-ref frame."
2011-07-13 John KoleszarMerge "Remove rotting NDS_NITRO code."
2011-07-13 JohannMerge "New loop filter interface"
2011-07-08 Attila NagyNew loop filter interface
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-06-27 JohannMerge "configuration, support disabling any subset...
2011-06-23 John KoleszarMerge "Fix parallel install"
2011-06-23 John KoleszarMerge changes I2807b5a1,I59b020c2
2011-06-22 James Berryget/set reference buffer dimension check added
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-14 Scott LaVarnwayMerge "Populate bmi for B_PRED only"
2011-06-14 James Zernfix corrupt frame leak
2011-06-07 John KoleszarMerge "Reduce overshoot in 1 pass rate control"
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-02 Yaowu XuMerge "further 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-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-24 Scott LaVarnwayMerge "MODE_INFO size reduction"
2011-05-24 John KoleszarMerge "Fixing bug in VP8_SET_REFERENCE decoder control...
next