]> granicus.if.org Git - libvpx/history - vpx
Add vp9_tm_predictor_32x32 neon implementation
[libvpx] / vpx /
2014-01-25 Frank GalliganMerge "Optimize vp9_tm_predictor_8x8_neon function"
2014-01-25 Yaowu XuMerge "change to avoid IOC"
2014-01-24 Dmitry KovalevMerge "Removing MODE_STATS."
2014-01-24 Dmitry KovalevMerge "Implementing simple API to read video files."
2014-01-24 Dmitry KovalevMerge "Inlining IFMVCV macro."
2014-01-24 Yaowu XuMerge "Fixed integer overflow for large input video"
2014-01-24 Dmitry KovalevMerge "Cleaning up vp9_ratectl.c file."
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 Frank GalliganRevert external frame buffer code.
2014-01-24 James Zernvpx: 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-11 James ZernMerge "cosmetics: vp9_reconinter.h: make some variables...
2014-01-11 James ZernMerge "datarate_test: fix some type conversions"
2014-01-10 hkuangMerge "Fix Issue #679: vp9 C loop filter produces...
2014-01-09 Yunqing WangMerge "SSSE3 convolution optimization"
2014-01-09 Paul WilkinsMerge "Fix rate allocation bug."
2014-01-08 hkuangMerge "Add initial intra frame neon optimization. 1...
2014-01-08 Dmitry KovalevMerge "Using struct twopass_rc* instead of VP9_COMP*."
2014-01-08 Yunqing WangMerge "AVX2 Variance Optimization"
2014-01-08 Deb MukherjeeMerge "Further rate control cleanups"
2014-01-08 JohannMerge "Remove yasm.rules dependency"
2014-01-07 Dmitry KovalevMerge "Adding get_ref_frame_buffer() function."
2014-01-07 Jingning HanMerge "Remove avoid_frame_with_high_error from RD loop"
2014-01-07 Paul WilkinsMerge "Clean up: unused function and variables"
2014-01-07 Alex ConverseMerge "Fix encoding Raw yv12 and i420 from a pipe."
2014-01-07 Marco PaniconiMerge "Code cleanup: remove unneeded lines."
2014-01-07 Yaowu XuMerge "Added placeholder for real time mode"
2014-01-06 Charles 'Buck' KrasicMerge "Write correct resolution to the IVF file header...
2014-01-06 Charles 'Buck' KrasicWrite correct resolution to the IVF file header (b...
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-27 Jingning HanMerge "Adaptive motion control on ref and search range"
2013-12-27 Dmitry KovalevMerge "Removing vpx_codec_vp9x_cx and internal experime...
2013-12-27 Yunqing WangMerge "Remove a unused sub-pixel search"
2013-12-27 Dmitry KovalevRemoving vpx_codec_vp9x_cx and internal experimental...
2013-12-26 Dmitry KovalevMerge "Calculating has_second_ref only once for single_...
2013-12-20 Yunqing WangMerge "Code clean up"
2013-12-20 James ZernMerge "test/partial_idct_test: fix msvc build"
2013-12-19 Dmitry KovalevMerge "Converting vp9_treecoder.h to vp9_prob.{h, c}"
2013-12-19 Dmitry KovalevMerge "Adding get_zbin_mode_boost() function."
2013-12-19 James ZernMerge "test/partial_idct_test: fix formatting and a...
2013-12-19 Dmitry KovalevMerge "Reusing FRAME_COUNTS in the encoder."
2013-12-18 Alex ConverseMerge "Fix arnr for 4:4:4."
2013-12-18 Marco PaniconiMerge "Fix to overflow in asan test (for vp8 encoder)."
2013-12-18 Marco PaniconiFix to overflow in asan test (for vp8 encoder).
2013-12-18 Jingning HanMerge "Make rd_pred_filter update consistent in all...
2013-12-18 Marco PaniconiMerge "Updates for 1-pass CBR rate control."
2013-12-18 JohannMerge "Fix incorrect size reading"
2013-12-18 JohannMerge "Only exclude VP8 when it is included"
2013-12-18 Frank GalliganMerge "Increase required number of external frame buffers"
2013-12-18 Jim BankoskiMerge "rename loop filter functions"
2013-12-18 James ZernMerge "Add external constants."
2013-12-18 Frank GalliganIncrease required number of external frame buffers
2013-12-18 Frank GalliganAdd external constants.
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 Zernvpx: normalize include guards
2013-12-17 JohannMerge "Include files in the same directory directly"
2013-12-17 Jingning HanMerge "Fix rd_filter_cache update in sub8x8 RD loop"
2013-12-17 Jingning HanMerge "Remove redefinition in handle_inter_mode"
2013-12-17 Dmitry KovalevMerge "Using MV struct instead of int_mv union in encod...
2013-12-16 JohannInclude files in the same directory directly
2013-12-16 Dmitry KovalevMerge "Getting rid of b_{width, height}_log2 calls...
2013-12-16 hkuangMerge "Remove border extension in intra frame prediction."
2013-12-16 Dmitry KovalevMerge "Yet another vp9_pred_common.c cleanup."
2013-12-16 Dmitry KovalevMerge "Reusing nmv_frame_counts from FRAME_COUNTS in...
2013-12-16 Dmitry KovalevMerge "Cleaning up encode_sb() and encode_b() functions."
2013-12-16 Dmitry KovalevMerge "Removing unnecessary assert(delta != 0) from...
2013-12-16 Frank GalliganAdd frame buffer lru cache.
2013-12-16 Frank GalliganMerge "Add support to pass in external frame buffers."
2013-12-16 Frank GalliganAdd support to pass in external frame buffers.
2013-12-11 Deb MukherjeeMerge "Changes interfaces to vp9_get_compressed_data fn"
2013-12-11 Jingning HanMerge "Enforce motion search range clamp for sub8x8"
2013-12-11 Adrian GrangeMerge "Fix the printf format string"
2013-12-06 Jim BankoskiMerge "Disable early exit based on distortion in lossless"
2013-12-06 James ZernMerge "add tile test vectors"
2013-12-06 Dmitry KovalevMerge "Removing duplicated C code from vp9_loopfilter_f...
2013-12-06 Dmitry KovalevMerge "Moving vp9_tree_probs_from_distribution() to...
2013-12-06 Dmitry KovalevMerge "Renaming constants."
2013-12-06 Dmitry KovalevMerge "vp9_get_pred_context_intra_inter() clean up."
2013-12-06 Adrian GrangeMerge "Remove redundant calls to vp9_update_mode_info_b...
2013-12-06 Jingning HanMerge "Remove redundant bsize mapping in motion search"
2013-12-06 James ZernMerge "Fix bug with put slice cb function."
2013-12-06 Deb MukherjeeMerge "Further rate control cleanups"
2013-12-05 Frank GalliganFix bug with put slice cb function.
2013-12-05 Yaowu XuMerge "Disable --tune=ssim for vp9"
2013-12-05 Frank GalliganMerge "Fix the initial references to frame buffers."
2013-12-05 Jingning HanMerge "Add a test vector for loopfilter"
2013-12-05 Dmitry KovalevMerge "Cleaning up vp9_dec_build_inter_predictors_sb...
2013-12-05 Dmitry KovalevMerge "Cleaning up vp9_entropy.h file."
2013-12-05 Dmitry KovalevMerge "Removing old code."
2013-12-05 Dmitry KovalevMerge "Compact formatting default_coef_probs_{4x4,...
2013-12-04 Adrian GrangeMerge "Modified spatial scalable encoder & unit tests"
2013-12-04 Adrian GrangeModified spatial scalable encoder & unit tests
next