]> granicus.if.org Git - libvpx/history - vpx/vpx_integer.h
Merge "Remove sixtap/bilinear 4x4 neon implementations"
[libvpx] / vpx / vpx_integer.h
2016-05-09 Johann KoenigMerge "Remove sixtap/bilinear 4x4 neon implementations"
2016-05-09 Johann KoenigMerge changes Id13b97f4,I1d342725
2016-05-09 Johann KoenigMerge "Use canonical avg_pred functions"
2016-05-09 Tom FineganMerge "Skip inttypes.h on Darwin"
2016-05-04 Brion VibberSkip inttypes.h on Darwin
2015-10-01 James ZernMerge "sixtap_predict_test: enable NEON tests"
2015-02-10 Yunqing WangMerge "Make encoder and decoder share common thread...
2015-02-10 Yunqing WangMerge "Rename loopfilter_thread files to thread_common...
2015-02-10 James ZernMerge "configure: add --(disable|enable)-dependency...
2015-02-10 Yaowu XuMerge "Add two constant definitions"
2015-02-10 Yaowu XuAdd two constant definitions
2015-01-23 hkuangMerge branch 'frame-parallel' to enable frame parallel...
2014-12-22 Jim BankoskiMerge "remove vp8 unused uvstride parm in simple loop...
2014-10-10 Paul WilkinsMerge "Add adaptation option for VBR."
2014-10-08 Paul WilkinsMerge "Improve two pass VBR accuracy."
2014-10-08 Paul WilkinsMerge "Two pass rc changes."
2014-10-07 JackyChenMerge "Add SSE2 code and unit test for VP9 denoiser."
2014-10-06 Jingning HanMerge "Fix an IOC issue in vp9_rd_pick_inter_mode_sb"
2014-10-06 Yaowu XuMerge "Properly initialize segmentID in nonrd coding...
2014-10-02 Yaowu XuMerge "Make iscan and scan neighbor arrays static const."
2014-10-01 Yunqing WangMerge "Modify block transform skipping check"
2014-10-01 Jingning HanMerge "Conditionally skip reference frame check"
2014-10-01 Tom FineganMerge "iOS build configuration updates."
2014-09-30 James Zernvpx_integer.h: define __STDC_LIMIT_MACROS
2014-09-30 James ZernRevert "Fix compiling error in vp9_idct.h"
2014-09-30 Tom FineganMerge "examples/simple_decoder: Correct comments/remove...
2014-09-30 Yunqing WangMerge "Skip the partition search for still frames"
2014-09-30 Yunqing WangMerge "Refactor encode_rd_sb_row function"
2014-09-30 Deb MukherjeeMerge "Misc. high-bit-depth fixes"
2014-09-30 Jingning HanMerge "Fix compiling error in vp9_idct.h"
2014-09-30 Jingning HanFix compiling error in vp9_idct.h
2014-08-25 Minghai ShangMerge "[spatial svc]Multiple frame context feature"
2014-08-21 Yaowu XuMerge "Fix bug 804"
2014-08-20 Minghai ShangMerge "[spatial svc]Add a few different encode frame...
2014-08-19 Frank GalliganMerge "Improved vp9_quantize_fp_neon()"
2014-08-19 Yunqing WangMerge "Add early termination in transform size search"
2014-08-16 Pengchong JinMerge "Add a speed feature to give the tighter search...
2014-08-15 Dmitry KovalevMerge "Simplifying vp9_set_speed_features() function."
2014-08-15 Dmitry KovalevMerge "Moving framerate from VP9EncoderConfig to VP9_COMP."
2014-08-14 Adrian GrangeMerge "Fix bug 837: realloc mode info buffers on resize"
2014-08-14 James ZernMerge "cq_test: allow test cases to be run out of order"
2014-08-13 Jingning HanMerge "Enable motion field based mode seach skip"
2014-08-13 Jim BankoskiMerge "intra blocks disallowed inadvertently"
2014-08-13 Jim BankoskiMerge "Update PATENTS to reflect s/VP8/WebM/g"
2014-08-13 Paul WilkinsMerge "Minor Two pass rate control adjustments."
2014-08-13 James ZernMerge "libyuv: update to r1041"
2014-08-13 James ZernMerge "get_ref_frame: check ref_frame_map value"
2014-08-13 James ZernMerge "VP8D_GET_FRAME_CORRUPTED: check frame pointer"
2014-08-13 James ZernMerge "vpx_codec_decode: check data size"
2014-08-13 James ZernMerge "inline vpx functions in headers to avoid unused...
2014-08-12 Jim Bankoskiinline vpx functions in headers to avoid unused functio...
2014-02-28 hkuangMerge "Fix a bug in neon that has not save and restore...
2014-02-26 hkuangMerge "Fix a bug in intra prediction due to change...
2014-02-13 Paul WilkinsMerge changes I121fe66c,I94f57f8a
2014-02-13 Jim BankoskiMerge "vp9_pickmode.c static analysis issues resolved"
2014-02-13 Jim BankoskiMerge "vp9_rdopt.c static analysis issues resolved"
2014-02-13 Jim BankoskiMerge "static analysis warning in vp9_ratectrl.c"
2014-02-13 Jim BankoskiMerge "vp9_mcomp.c static analysis issues"
2014-02-13 Jim BankoskiMerge "clear out static analysis warning"
2014-02-13 Jim BankoskiMerge "clean out static analyzer warnings vp9_encodefra...
2014-02-12 Alex ConverseMerge "Cleanup tokenize_b and hoist some invarients...
2014-02-12 JohannMerge "Skip COMDAT sections when parsing COFF"
2014-02-12 Deb MukherjeeMerge "Removes active_worst_quality feedback"
2014-02-12 Dmitry KovalevMerge "Hiding encode_b_args struct inside vp9_encodemb.c."
2014-02-11 Tom FineganMerge "vp9/common/x86: Silence MSVC warnings in vp9_asm...
2014-02-11 Dmitry KovalevMerge "Cleaning up compute_fast_motion_search_level()."
2014-02-11 Dmitry KovalevMerge "Fixing errorperbit calculation."
2014-02-11 Jingning HanMerge "Rework mode_info update in vp9_pick_inter_mode"
2014-02-11 Jingning HanMerge "Use more meaningful names for speed features"
2014-02-11 Frank GalliganMerge "Add get release decoder frame buffer functions."
2014-02-11 Dmitry KovalevMerge "Encoder quantization cleanup."
2014-02-11 Dmitry KovalevMerge "Cleaning up update_stats() function."
2014-02-11 Dmitry KovalevMerge "Making vp9_activity_masking() static."
2014-02-11 Tom FineganMerge "vpx_integer: Use inttypes.h in MSVC (2013 and...
2014-02-10 Tom Fineganvpx_integer: Use inttypes.h in MSVC (2013 and later).
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 Zernvpx: normalize include guards
2013-11-19 Jim BankoskiMerge "Reduce loop filter in cyclic refresh."
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : postproc.c decodframe...
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : mcomp.c rdopt.c"
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : bitstream.c encodefram...
2013-04-17 JohannMerge "Include RTCD header in encodeframe.c"
2013-04-16 John KoleszarMerge branch 'experimental' into master
2013-04-02 John KoleszarMerge branch 'master' into experimental
2013-03-27 John KoleszarMerge branch 'master' into experimental
2013-03-01 John KoleszarMerge master branch into experimental
2013-02-08 John KoleszarMerge changes Icd1a2a5a,I204d17a1,I3ed92117 into experi...
2013-02-08 John KoleszarMerge changes Ife0d8147,I7d469716,Ic9a5615f into experi...
2013-02-05 Ronald S. BultjeMerge "Add SSE3 versions for sad{32x32,64x64}x4d functi...
next