platform/upstream/libvpx.git
2012-11-17 Ronald S. BultjeMerge "Remove coef_bands_x[] array and related machiner...
2012-11-17 Ronald S. BultjeMerge "Inline count_tokens() in decode_coefs()." into...
2012-11-17 Ronald S. BultjeMerge "Merge various count_token() functions into a...
2012-11-17 Ronald S. BultjeRemove coef_bands_x[] array and related machinery in...
2012-11-17 Ronald S. BultjeInline count_tokens() in decode_coefs().
2012-11-17 Ronald S. BultjeMerge various count_token() functions into a single...
2012-11-17 Jim BankoskiMerge "removal of temporal invoke" into experimental
2012-11-17 Ronald S. BultjeRemove unused function count_tokens() in detokenize.c.
2012-11-17 Jim Bankoskiremoval of temporal invoke
2012-11-17 Ronald S. BultjeRemove special-case inline detokenization in b_pred...
2012-11-16 Yunqing WangMerge "Add const before the dequant(dq)" into experimental
2012-11-16 Yunqing WangMerge "Optimize 8x8 dequant and idct" into experimental
2012-11-16 Yunqing WangAdd const before the dequant(dq)
2012-11-16 Yaowu XuMerge "remove yasm.rules" into experimental
2012-11-16 Yaowu Xuremove yasm.rules
2012-11-16 Ronald S. BultjeSupport 32x32 intra modes in non-keyframe superblocks.
2012-11-16 Paul WilkinsFurther experimentation with the mode context
2012-11-16 John KoleszarMerge "Don't write recon.yuv by default" into experimental
2012-11-16 Deb MukherjeeMerge "Compound inter-intra experiment" into experimental
2012-11-16 Yaowu XuMerge "changed mv candidate search for superblocks...
2012-11-16 Yaowu Xuchanged mv candidate search for superblocks
2012-11-16 Deb MukherjeeCompound inter-intra experiment
2012-11-16 Yaowu XuMerge "subpelrefmv for superblocks" into experimental
2012-11-15 John Koleszarwebm: add support for V_VP9
2012-11-15 Yaowu Xusubpelrefmv for superblocks
2012-11-15 Yaowu Xuchanged asm obj output filenames in MSVC build
2012-11-15 John Koleszarsupport building vp8 and vp9 into a single lib
2012-11-15 John Koleszarmake: flatten object file directories
2012-11-15 John Koleszardetokenize: use SEG_LVL_EOB feature consistently
2012-11-15 pascal massiminoMerge changes I63348ae3,I658ea409 into experimental
2012-11-15 Ronald S. BultjeMerge "fix costing bug in pick_uv_sb_mode." into experi...
2012-11-15 Ronald S. BultjeMerge "Merge a few mostly-duplicate code fragments...
2012-11-14 Ronald S. BultjeMerge "Prevent overflow in variance32x32." into experim...
2012-11-14 Ronald S. Bultjefix costing bug in pick_uv_sb_mode.
2012-11-14 Ronald S. BultjeMerge a few mostly-duplicate code fragments in SB/MB...
2012-11-14 Ronald S. BultjePrevent overflow in variance32x32.
2012-11-14 John KoleszarMerge "SEG_LVL_MODE: don't code ref_frame if it's impli...
2012-11-14 Ronald S. BultjeMerge "Don't use hybrid transform (ADST) for superblock...
2012-11-14 Ronald S. BultjeDon't use hybrid transform (ADST) for superblocks.
2012-11-14 Paul WilkinsSegment mode coding bug.
2012-11-14 Paul WilkinsSilenced a few warnings.
2012-11-13 John KoleszarDon't write recon.yuv by default
2012-11-13 John KoleszarSEG_LVL_MODE: don't code ref_frame if it's implicit
2012-11-13 Yaowu Xufix a few typos
2012-11-13 Ronald S. BultjeMerge "Use full 32-pixel edge for superblock bestrefmv...
2012-11-13 Ronald S. BultjeMerge "Fix edge MV handling in SBs." into experimental
2012-11-13 Deb MukherjeeA fix in MV_REF experiment
2012-11-13 Yunqing WangOptimize 8x8 dequant and idct
2012-11-13 Ronald S. BultjeUse full 32-pixel edge for superblock bestrefmv motion...
2012-11-13 Ronald S. BultjeFix edge MV handling in SBs.
2012-11-12 Paul WilkinsMerge "New inter mode context" into experimental
2012-11-12 Ronald S. BultjeMerge "Fix frame number on which the mismatch is report...
2012-11-12 Paul WilkinsNew inter mode context
2012-11-12 Ronald S. BultjeMerge "Fix data type for eobs[] array in SB 4x4 IDCT...
2012-11-12 Ronald S. BultjeMerge "Remove 'thismb' data pointer when superblock...
2012-11-12 Paul WilkinsRestrict ref mv search range.
2012-11-11 Ronald S. BultjeFix frame number on which the mismatch is reported...
2012-11-10 Ronald S. BultjeFix data type for eobs[] array in SB 4x4 IDCT code.
2012-11-10 Ronald S. BultjeRemove 'thismb' data pointer when superblock experiment...
2012-11-10 Deb MukherjeeNew b-intra mode where direction is contextual
2012-11-09 Deb MukherjeeBuild fix in decoder/decodframe.c
2012-11-09 John KoleszarMerge "Packing Altref along with succeeding frame and...
2012-11-09 Vignesh Venkatasubra... Packing Altref along with succeeding frame and length...
2012-11-09 Ronald S. BultjeMerge "Fix another crash in vpxenc with --pass=1 and...
2012-11-09 Ronald S. BultjeFix another crash in vpxenc with --pass=1 and --test...
2012-11-09 Yunqing WangMerge "Optimize 16x16 dequant and idct" into experimental
2012-11-09 Yaowu XuMerge changes I18407622,I34057b87 into experimental
2012-11-09 Yaowu Xufix a crash in 2-pass encoding with test-decode on
2012-11-08 Yaowu Xuenable build on windows with msvc
2012-11-08 Jim BankoskiMerge "remove macros obfuscating mv costing" into exper...
2012-11-08 Jim Bankoskiremove macros obfuscating mv costing
2012-11-08 Ronald S. BultjeImplement tx_select for superblock encoding.
2012-11-08 Yunqing WangOptimize 16x16 dequant and idct
2012-11-07 John KoleszarMerge with upstream experimental changes (2)
2012-11-07 James ZernMerge "Fix variance (signed integer) overflow" into...
2012-11-07 John KoleszarMerge with upstream experimental changes
2012-11-07 John KoleszarRough merge of master into experimental
2012-11-07 Yaowu Xumerge full pixel refmv experiment
2012-11-07 James ZernFix variance (signed integer) overflow
2012-11-06 Yaowu Xufixed function prototype
2012-11-06 Yaowu Xugroup refmv experiment related functions
2012-11-06 James ZernMerge "fix test builds" into experimental
2012-11-06 James Zernfix test builds
2012-11-06 John KoleszarMerge other top-level C code
2012-11-06 John Koleszarvpxenc: merge with master
2012-11-06 John Koleszarvpxdec: merge with master
2012-11-06 John Koleszarvpx: merge with master
2012-11-06 Yunqing WangConvert 16x16 dct/idct to integer forms
2012-11-06 James Zernvp9/encoder/bitstream.c: fix unused variable warnings
2012-11-06 Yaowu XuMerge "silent a lot of MSVC compiler warnings" into...
2012-11-06 Yaowu Xusilent a lot of MSVC compiler warnings
2012-11-06 JohannAdd option to disable documentation
2012-11-06 Jim BankoskiMerge "remove invoke_search macro" into experimental
2012-11-06 James Zernrd_pick_inter_mode: prevent signed integer overflow
2012-11-06 Jim Bankoskiremove invoke_search macro
2012-11-05 James Zernrdopt: fix use of uninitialized value in addition
2012-11-05 John Koleszarvpx_ports: merge with master
2012-11-05 John Koleszarbuild: merge with master
2012-11-05 Yaowu XuMerge "Build / make problem" into experimental
2012-11-05 Ronald S. BultjeMerge "Don't generate residual 3x when doing a macroblo...
next