platform/upstream/libvpx.git
2013-05-09 John KoleszarMake firstpass encode Y-only
2013-05-08 Dmitry KovalevUsing loop to iterate through YV12_BUFFER_CONFIG planes.
2013-05-08 Dmitry KovalevMerge "Replacing vp9_{write, write_literal, bit} macros...
2013-05-08 Dmitry KovalevMerge "Removing unused code + little cleanup." into...
2013-05-08 John KoleszarMake switchable filter search subsampling-aware
2013-05-08 John KoleszarMerge "Make setup_pred_block subsampling-aware." into...
2013-05-08 Dmitry KovalevReplacing vp9_{write, write_literal, bit} macros with...
2013-05-08 Dmitry KovalevMerge "Renaming Y1 and UV quant prefixes to y_ and...
2013-05-08 Dmitry KovalevMerge "Adding get_switchable_rate function." into exper...
2013-05-08 John KoleszarMerge "Deprecate code_zerogroup experiment." into exper...
2013-05-08 Dmitry KovalevMerge "Removing vp9_swap_yv12_buffer function and corre...
2013-05-07 Dmitry KovalevRenaming Y1 and UV quant prefixes to y_ and uv_.
2013-05-07 Dmitry KovalevRemoving unused code + little cleanup.
2013-05-07 Paul WilkinsDeprecate code_zerogroup experiment.
2013-05-07 Dmitry KovalevAdding get_switchable_rate function.
2013-05-07 Dmitry KovalevRemoving vp9_swap_yv12_buffer function and correspondin...
2013-05-07 Paul WilkinsDeprecate comp_interintra_pred experiment.
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 KoleszarMake setup_pred_block subsampling-aware.
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...
next