platform/upstream/libvpx.git
2013-05-07 Dmitry KovalevRenaming Y1 and UV quant prefixes to y_ and uv_.
2013-05-07 Paul WilkinsRemove enable_6tap filter experiment.
2013-05-07 Paul WilkinsDeprecate the newbintramode experiment.
2013-05-07 Paul WilkinsAdjust q range
2013-05-07 John KoleszarMerge "Partially disable error resilience test" into...
2013-05-07 Jingning HanMerge "Add building blocks for partition down to 4x4...
2013-05-07 Jingning HanMerge "Cosmetic changes in handle_inter_mode_" into...
2013-05-07 John KoleszarMerge "Revert "Adjust error resilience test data rate...
2013-05-07 Dmitry KovalevMerge "General code cleanup inside treewriter-related...
2013-05-07 John KoleszarPartially disable error resilience test
2013-05-07 Dmitry KovalevMerge "Adding encode_loopfilter function." into experim...
2013-05-07 John KoleszarRevert "Adjust error resilience test data rate."
2013-05-07 Jingning HanAdd building blocks for partition down to 4x4
2013-05-07 Jingning HanCosmetic changes in handle_inter_mode_
2013-05-07 John KoleszarMerge "Use common setup_dst_planes function" into exper...
2013-05-07 Paul WilkinsAdjust error resilience test data rate.
2013-05-07 John KoleszarUse common setup_dst_planes function
2013-05-07 Jingning HanMerge "Merge SB8X8 into the codebase" into experimental
2013-05-07 Jingning HanMerge SB8X8 into the codebase
2013-05-07 Scott LaVarnwayMerge "Removed vp9_setup_intra_recon()" into experimental
2013-05-07 John KoleszarMerge "encode_test_driver: make ~Encoder virtual" into...
2013-05-07 Jingning HanMerge "Fix tile independency issue in sb8x8" into exper...
2013-05-07 John KoleszarMerge "Remove heap alloc of FIRSTPASS_STATS" into exper...
2013-05-07 John KoleszarMerge "Y4M input support for 4:2:2, 4:4:4, 4:4:4:4...
2013-05-07 Jingning HanFix tile independency issue in sb8x8
2013-05-07 Dmitry KovalevMerge "Adding model_rd_for_sb function." into experimental
2013-05-06 John KoleszarMerge "Removing 3 unused bits from bitstream." into...
2013-05-06 John KoleszarRemove heap alloc of FIRSTPASS_STATS
2013-05-06 John KoleszarY4M input support for 4:2:2, 4:4:4, 4:4:4:4
2013-05-06 Dmitry KovalevRemoving 3 unused bits from bitstream.
2013-05-06 Scott LaVarnwayRemoved vp9_setup_intra_recon()
2013-05-06 Dmitry KovalevAdding model_rd_for_sb function.
2013-05-06 James Zerntest/tile_independence_test: check decode return
2013-05-06 JohannMerge "Automatically flag intrinsic files" into experim...
2013-05-06 Jingning HanFix a unit test failure of sb8x8 on scaling ref
2013-05-04 Ronald S. BultjeFix first-pass intra4x4 for sb8x8 experiment.
2013-05-04 James Zernencode_test_driver: make ~Encoder virtual
2013-05-04 James ZernMerge "fix permissions on cpplint.py (0644->0755)"...
2013-05-04 James Zernfix permissions on cpplint.py (0644->0755)
2013-05-04 Ronald S. BultjeMerge "Fix overflow in RD error calculation code."...
2013-05-04 John KoleszarMerge "Remove old_block_idx_4x4" into experimental
2013-05-04 John KoleszarMerge "update cpplint" into experimental
2013-05-04 John KoleszarRemove old_block_idx_4x4
2013-05-04 John KoleszarMerge "Separate transform and quant from vp9_encode_sb...
2013-05-03 James ZernMerge "configure: special case flag test for clang...
2013-05-03 JohannAutomatically flag intrinsic files
2013-05-03 James Zernconfigure: use .cc as c++ extension
2013-05-03 James Zernconfigure: special case flag test for clang
2013-05-03 James Zernupdate cpplint
2013-05-03 John KoleszarSeparate transform and quant from vp9_encode_sb
2013-05-03 James ZernMerge "vp9/count_segs: fix out of bounds read" into...
2013-05-03 Ronald S. BultjeFix overflow in RD error calculation code.
2013-05-03 John KoleszarMerge "Create common vp9_encode_sb{,y}" into experimental
2013-05-03 Adrian GrangeMerge "Extend number of reference buffers to 8." into...
2013-05-03 Adrian GrangeExtend number of reference buffers to 8.
2013-05-03 Scott LaVarnwayMerge "Removed is_inter_mode() check" into experimental
2013-05-03 Scott LaVarnwayMerge "Reduced y_dequant, uv_dequant size" into experim...
2013-05-03 Ronald S. BultjeFix use of wrong rate/distortion variables in 16x8...
2013-05-03 Dmitry KovalevMerge "Removing MAXF macro and using MAX instead."...
2013-05-03 James ZernMerge changes Ifea8618a,I014b832a into experimental
2013-05-03 James Zernconvolve_test: cosmetics
2013-05-03 James Zernvp9/count_segs: fix out of bounds read
2013-05-03 John KoleszarMerge "superframe_test: use delete[] where appropriate...
2013-05-03 James Zernsuperframe_test: use delete[] where appropriate
2013-05-02 Ronald S. BultjeFix 16x16-iteration indexing bug in main encode_sb_row...
2013-05-02 Jingning HanFix state update in sb8x8 rate-distortion loop
2013-05-02 Jingning HanMerge "Cache splitmv motion vectors appropriately in...
2013-05-02 Dmitry KovalevAdding encode_loopfilter function.
2013-05-02 John KoleszarCreate common vp9_encode_sb{,y}
2013-05-02 Ronald S. BultjeMerge "Fix i4x4 mode reading and writing in sb8x8 bitst...
2013-05-02 Ronald S. BultjeCache splitmv motion vectors appropriately in decoder.
2013-05-02 Ronald S. BultjeFix i4x4 mode reading and writing in sb8x8 bitstream.
2013-05-02 Ronald S. BultjeMerge "Set transform size correctly for non-tx_select...
2013-05-02 James Zernconvolve_test: remove unnecessary memset
2013-05-02 Ronald S. BultjeSet transform size correctly for non-tx_select splitmv...
2013-05-02 Dmitry KovalevRemoving MAXF macro and using MAX instead.
2013-05-02 Ronald S. BultjeMerge "Fix intra4x4 decoder reconstruction stride for...
2013-05-02 Ronald S. BultjeFix intra4x4 decoder reconstruction stride for sb8x8...
2013-05-02 Ronald S. BultjeMerge "Always initialize values in sb/mb_partitioning...
2013-05-02 Scott LaVarnwayRemoved is_inter_mode() check
2013-05-02 Dmitry KovalevMerge "Using treed_read/treed_write functions for segme...
2013-05-02 Ronald S. BultjeAlways initialize values in sb/mb_partitioning.
2013-05-02 Ronald S. BultjeFix right-edge availability for intra prediction in...
2013-05-02 Ronald S. BultjeMerge "Fix some more offset errors in sb8x8." into...
2013-05-02 Jingning HanMerge "Fix bug in sb8x8 partition context" into experim...
2013-05-02 Ronald S. BultjeFix some more offset errors in sb8x8.
2013-05-02 Ronald S. BultjeMerge "Fix block reconstruction with sb8x8 enabled...
2013-05-02 Jingning HanFix bug in sb8x8 partition context
2013-05-02 Jingning HanMerge "Fix bugs in sb8x8 experiment/context prob update...
2013-05-02 Ronald S. BultjeFix block reconstruction with sb8x8 enabled.
2013-05-02 Ronald S. BultjeMerge "Fix bug in sb8x8 bitstream decoding." into exper...
2013-05-02 Ronald S. BultjeMerge "Store splitmv modes in context after 8x8 rd...
2013-05-02 Ronald S. BultjeFix bug in sb8x8 bitstream decoding.
2013-05-02 Ronald S. BultjeStore splitmv modes in context after 8x8 rd loop.
2013-05-01 Jingning HanFix bugs in sb8x8 experiment/context prob update
2013-05-01 JohannMerge "Remove unused quantize optimizations." into...
2013-05-01 James ZernMerge "Change to fourcc to enable decoding of ffmpeg...
2013-05-01 Ronald S. BultjeFix some crashes in sb8x8 experiment.
2013-05-01 Jingning HanMerge "Enable bit-stream support to SB8X8" into experim...
2013-05-01 Scott LaVarnwayReduced y_dequant, uv_dequant size
next