Improved KF insertion after fades to still.
[profile/ivi/libvpx.git] / vp8 / vp8_cx_iface.c
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 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-28 Scott LaVarnwayMerge "Avoid double copying of key frames into alt...
2011-02-28 John KoleszarMerge "Remove examples.doxy dep w/--disable-examples"
2011-02-25 JohannMerge "Remove a second check for invalid ptr in vp8_get...
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 JohannMerge "documentation: minor cosmetics"
2011-02-23 Attila NagyHandle mem allocation failure in vp8e_init
2011-02-17 John KoleszarMerge "Removed unused vp8_recon_intra4x4mb function"
2011-02-17 John KoleszarMerge "Fix relative include paths"
2011-02-10 Yunqing WangMerge "Improve motion search in real-time mode"
2011-02-10 John KoleszarFix relative include paths
2011-02-10 JohannMerge "Adds armv6 optimized variance calculation"
2011-02-09 John KoleszarMerge "correct cost for implicit bit in mvs"
2011-02-09 John KoleszarMerge "Put more code under #if CONFIG_MULTITHREAD."
2011-02-09 Scott LaVarnwayMerge "Added early breakout for vp8_rd_pick_intra4x4mby...
2011-02-09 John KoleszarMerge "vp8e_get_preview fixed for resized frames"
2011-02-08 James Berryvp8e_get_preview fixed for resized frames
2011-02-07 Andoni Morales Ala... Fix counter of fixed keyframe distance
2011-02-04 Yunqing WangMerge "Improve MV prediction in vp8_pick_inter_mode...
2011-02-03 Yunqing WangMerge "Improved encoder threading"
2011-01-31 Scott LaVarnwayMerge "Performance improvement of first pass"
2011-01-31 Yaowu XuMerge "change the threshold of DC check for encode...
2011-01-31 John KoleszarMerge "validate min_q against max_q"
2011-01-31 John Koleszarvalidate min_q against max_q
2011-01-25 JohannMerge "update sse2 regular quantizer"
2011-01-25 JohannMerge "Fix issue 262, vp8cx_pack_tokens_into_partitions...
2011-01-19 John KoleszarMerge "Implement error tracking in the decoder"
2011-01-18 John KoleszarMerge "fix last frame buffer copy logic regression"
2011-01-18 Paul WilkinsMerge "Further CQ, Key frame and ARF changes"
2011-01-18 Attila NagyFix encoder real-time only configuration.
2011-01-17 Paul WilkinsFix CQ range and experimental KF sizing changes.
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 KoleszarAdd psnr/ssim tuning option
2010-12-08 Yaowu XuMerge "vp8e - remove unnecessary variance calc"
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-25 Pascal Massiminoallow dimensions as low as 1 pixel
2010-11-23 John KoleszarMerge "vpxdec: fix use of uninitialized memory for...
2010-11-23 John KoleszarMerge changes I3aed713e,I9ef7f56e,Ic18c60df
2010-11-17 John KoleszarDisable compile warning for ERROR macro
2010-11-15 Paul WilkinsMerge "Bad cost tables used in ARNR filtering."
2010-11-15 Yaowu XuMerge "make rdmult adaptive for intra in quantizer...
2010-11-11 Paul WilkinsMerge "Relax rate control for last few frames"
2010-11-10 Fritz KoenigMerge "Remove stack shadowing for x86-64"
2010-11-10 Fritz Koenigpostproc : Re-work posproc calling to allow more flags.
2010-11-05 John KoleszarMerge commit 'fix integer promotion bug in partition...
2010-10-26 Jim BankoskiMerge commit 'refs/changes/09/809/1' of https://review...
2010-10-26 John KoleszarMerge WebM input/output branch
2010-10-25 John KoleszarMerge "Remove legacy release.sh script"
2010-10-22 John KoleszarMerge "Improve handling of invalid frames."
2010-10-21 Frank GalliganChange altref times to preceding pts+1.
2010-10-21 John KoleszarMerge "Move firstpass motion map to stats packet"
2010-10-21 John KoleszarMove firstpass motion map to stats packet
2010-10-21 Yunqing WangMerge "Rewrite vp8_short_walsh4x4_sse2()"
2010-10-21 Yunqing WangMerge "Add SSE2 subtract functions"
2010-10-20 John KoleszarMerge "Update arnr strength range form 1-6 to 0-6."
2010-10-20 Frank GalliganUpdate arnr strength range form 1-6 to 0-6.
2010-10-01 JohannMerge "Fix valgrind errors in the NEON loop filters."
2010-09-30 John KoleszarMerge "Rename mode_ref_lf_test_function"
2010-09-30 John KoleszarMerge "Fix loopfilter delta zero transitions"
2010-09-30 Adrian GrangeChanged defaults & range checking for AltRef params
2010-09-29 Fritz KoenigMerge "Optimizations on the loopfilters."
2010-09-24 Yunqing WangMerge "Adjust multi-thread sync ranges according to...
2010-09-24 John KoleszarMerge "Add getter functions for the interface data...
2010-09-23 John KoleszarAdd getter functions for the interface data symbols
2010-09-21 John KoleszarMerge "Don't reset mb clamping state during splitmv...
2010-09-21 John KoleszarMerge "gitignore: initial version"
2010-09-21 John KoleszarMerge "configure: support for ppc32-linux-gcc"
2010-09-21 John KoleszarMerge "Add high limit check for unsigned parameters"
2010-09-20 Guillermo Balleste... Add high limit check for unsigned parameters
2010-09-09 Fritz KoenigMerge branch 'master' of git://review.webmproject.org...
2010-09-09 John KoleszarUse WebM in copyright notice for consistency
2010-09-02 James Zernencoder: remove postproc dependency
2010-09-02 John KoleszarMerge "Disable frame dropping by default"
2010-09-02 John KoleszarDisable frame dropping by default
2010-08-30 John KoleszarMerge "Fix harmless off-by-1 error."
2010-08-30 John KoleszarMerge "Fix two-pass framrate for Y4M input."
2010-08-30 John KoleszarMerge "increase rate control buffer level precision"
2010-08-20 John Koleszarincrease rate control buffer level precision
2010-07-21 JohannMerge "limit range checking code for L[k] to CONFIG_DEB...
2010-07-19 Yaowu XuMerge "Improve the accuracy of forward walsh-hadamard...
2010-07-19 Paul WilkinsParameter limit change.
2010-06-18 John KoleszarMerge "cosmetics: trim trailing whitespace"
2010-06-18 John Koleszarcosmetics: trim trailing whitespace
2010-06-15 Yunqing WangMerge "More on "some XMM registers are non-volatile...
2010-06-14 John Koleszarvp8_cx_iface: set default cpu used to 0
2010-06-14 Guillermo Balleste... Fix compiler warnings
2010-06-11 Yunqing WangMerge "Improve vp8_sixtap_predict functions"
next