]> granicus.if.org Git - libvpx/history - vp8/common/threading.h
Amend and improve VP8 multithreading implementation
[libvpx] / vp8 / common / threading.h
2016-01-08 Yunqing WangAmend and improve VP8 multithreading implementation
2014-02-26 hkuangMerge "Fix a bug in intra prediction due to change...
2014-02-01 Dmitry KovalevMerge "Cleaning up motion compensation code."
2014-01-25 Frank GalliganMerge "Optimize vp9_tm_predictor_8x8_neon function"
2014-01-24 Dmitry KovalevMerge "Removing MODE_STATS."
2014-01-24 Dmitry KovalevMerge "Implementing simple API to read video files."
2014-01-24 Frank GalliganMerge "Revert external frame buffer code."
2014-01-24 Dmitry KovalevMerge "Setup pre[0] buffer before calls to {first_pass...
2014-01-24 hkuangMerge "Add vp9_tm_predictor_16x16 neon implementation...
2014-01-24 James ZernMerge changes I826655a7,I5164df72,Iba9b198c,Ide9a6846...
2014-01-24 James Zernvp8/common: add extern "C" to headers
2014-01-22 Alex ConverseMerge "Have check_initial_width() take subsampling...
2014-01-16 hkuangMerge "Add vp9_tm_predictor_4x4 neon implementation"
2014-01-09 Yunqing WangMerge "SSSE3 convolution optimization"
2014-01-08 hkuangMerge "Add initial intra frame neon optimization. 1...
2014-01-03 Dmitry KovalevMerge "Replacing CHECK_BOUNDS macro with inline check_b...
2014-01-03 Dmitry KovalevMerge "Moving hev mask calculation into filter4() funct...
2014-01-02 Yaowu XuMerge "Fix show existing frame"
2013-12-19 Dmitry KovalevMerge "Converting vp9_treecoder.h to vp9_prob.{h, c}"
2013-12-19 Dmitry KovalevMerge "Reusing FRAME_COUNTS in the encoder."
2013-12-18 Yaowu XuMerge changes I5d28c2f5,Ib00b036f
2013-12-18 Dmitry KovalevMerge "Calling is_inter_block() only if mbmi is available."
2013-12-17 Dmitry KovalevMerge "Converting mode_lf_lut struct member into static...
2013-12-17 James Zernvp8/common: normalize include guards
2012-11-09 John KoleszarMerge "Packing Altref along with succeeding frame and...
2012-11-09 Yunqing WangMerge "Optimize 16x16 dequant and idct" into experimental
2012-11-07 John KoleszarMerge with upstream experimental changes (2)
2012-11-07 John KoleszarMerge with upstream experimental changes
2012-11-07 John KoleszarRough merge of master into experimental
2012-03-16 Scott LaVarnwayMerge "x_motion_minq table reduction"
2012-03-15 Yaowu XuWebM Experimental Codec Branch Snapshot
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-16 Scott LaVarnwayMerge "decodemv cleanup/improvements"
2012-02-11 John KoleszarMerge "support changing resolution with vpx_codec_enc_c...
2012-02-10 Paul WilkinsRemoval of threading code.
2012-02-08 John KoleszarMerge "Add OS/2 supports"
2012-02-08 KO Myung-HunAdd OS/2 supports
2011-11-09 Scott LaVarnwayMerge "Relocated idct/add calls for encoder"
2011-11-09 JohannMerge "ARMv6 optimized Intra4x4 prediction"
2011-11-09 John KoleszarMerge "Reset FPU state after calc_plane_error()"
2011-11-09 John KoleszarMerge "Compiler warning fix for const array."
2011-11-09 John KoleszarMerge "Remove unused file recon.c"
2011-11-09 James Zernthreading: avoid defining _WIN32_WINNT
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
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-07 John KoleszarMerge remote branch 'origin/master' into experimental
2011-05-07 John KoleszarMerge remote branch 'internal/upstream' into HEAD
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 Aron RosenbergFix semaphore emulation on Windows
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-25 John KoleszarMerge remote branch 'internal/upstream-experimental...
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-19 JohannMerge "Add save/restore xmm registers in x86 assembly...
2011-04-19 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-18 Yunqing WangMerge "Use sub-pixel search's SSE in mode selection"
2011-04-18 Yunqing WangMerge "Handle long delay between video frames in multi...
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-15 Yunqing WangHandle long delay between video frames in multi-thread...
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-21 John KoleszarMerge "Increase static linkage, remove unused functions"
2011-03-17 John KoleszarMerge "Fix "used uninitialized" warning in vp8_pack_bit...
2011-03-17 John KoleszarMerge remote branch 'origin/master' into experimental
2011-03-17 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-03-16 John Koleszarapple: include proper mach primatives
2011-03-04 John KoleszarMerge "Fix counter of fixed keyframe distance"
2011-02-11 Yaowu XuMerge "Redefining good quality speed settings"
2011-02-10 Yunqing WangMerge "Improve motion search in real-time mode"
2011-02-10 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-02-10 JohannMerge "Adds armv6 optimized variance calculation"
2011-02-10 John KoleszarMerge remote branch 'origin/master' into experimental
2011-02-09 John KoleszarMerge "Put more code under #if CONFIG_MULTITHREAD."
2011-02-09 Gaute StrokkenesPut more code under #if CONFIG_MULTITHREAD.
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 KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-01-31 John KoleszarMerge remote branch 'origin/master' into experimental
2011-01-31 Adrian GrangeMerge "Changed condition for using RD in Intra Mode"
2011-01-28 JohannMerge "Adds "armvX-none-rvct" targets"
2011-01-28 Tero RintaluomaAdds "armvX-none-rvct" targets
2010-12-03 John KoleszarMerge 'Add simple version of activity masking.'
2010-11-16 Suman SunkaraMerge branch 'experimental' of ssh://on2-git.corp.googl...
2010-11-10 Fritz KoenigMerge "Remove stack shadowing for x86-64"
2010-11-05 John KoleszarMerge commit 'fix integer promotion bug in partition...
2010-11-05 John KoleszarMerge remote branch 'origin/master' into experimental
2010-11-05 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-10-28 Yunqing WangMerge "Fix full-search SAD function crash in Visual...
2010-10-28 Timothy B. TerriberryEliminate more warnings.
2010-10-28 Timothy B. TerriberryEliminate more warnings.
2010-09-21 John KoleszarMerge "gitignore: initial version"
2010-09-10 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-09-09 Fritz KoenigMerge branch 'master' of git://review.webmproject.org...
next