platform/upstream/libvpx.git
2012-10-30 Ronald S. Bultjesegmentation: make local symbols static.
2012-10-30 Ronald S. Bultjeencodeframe: make local symbols static.
2012-10-30 Ronald S. Bultjeentropymode: put print_mode_contexts under #ifdef MODE_...
2012-10-30 Ronald S. Bultjessim: remove unused function dssim().
2012-10-30 Ronald S. Bultjedetokenize: make local symbols static.
2012-10-30 Ronald S. Bultjefirstpass: make local symbols static.
2012-10-30 Ronald S. Bultjebitstream: give exported symbols a vp9_ prefix; make...
2012-10-30 Ronald S. Bultjealloccommon: give exported symbols a vp9_ prefix.
2012-10-30 Ronald S. BultjeMake implicit_segmentation-related code an experiment.
2012-10-30 Ronald S. Bultjedecodframe: make local symbol static.
2012-10-30 Ronald S. Bultjetokenize: make local symbols static; give exported...
2012-10-30 Ronald S. Bultjeencodemb: make locally used functions static.
2012-10-30 Ronald S. Bultjeonyx_if: remove unused function, and make locally used...
2012-10-30 Ronald S. Bultjereconintra: make locally used symbols static.
2012-10-30 Ronald S. Bultjerdopt: make locally used symbols static.
2012-10-30 Ronald S. Bultjeratectrl: make locally used symbol static.
2012-10-30 Ronald S. Bultjembgraph: remove unused function, and make local functio...
2012-10-30 Ronald S. BultjeFix superblock experiment.
2012-10-29 Ronald S. BultjeMerge "Name space clean up." into experimental
2012-10-29 Ronald S. BultjeMerge "A clean up of the down_copy function" into exper...
2012-10-29 Jim Bankoskiremove fdct invoke macros
2012-10-29 Jim BankoskiFixes invoke macro commit...
2012-10-29 Paul WilkinsName space clean up.
2012-10-29 Paul WilkinsInconsistent reference to MacroblockD data structure.
2012-10-29 Paul WilkinsMerge "invoke macro removal encodemb" into experimental
2012-10-29 Jim Bankoskiinvoke macro removal encodemb
2012-10-26 Deb MukherjeeA clean up of the down_copy function
2012-10-26 Scott LaVarnwayMerge "Faster 8t filtering" into experimental
2012-10-26 Ronald S. BultjeMerge "Extend edges correctly during actual frame encod...
2012-10-26 Paul WilkinsMerge "Explicit MV reference experiment." into experimental
2012-10-26 Paul WilkinsExplicit MV reference experiment.
2012-10-26 Ronald S. BultjeExtend edges correctly during actual frame encoding...
2012-10-26 Scott LaVarnwayFaster 8t filtering
2012-10-25 Debargha MukherjeeMerge "Always extend macroblock edges in the decoder...
2012-10-25 Ronald S. BultjeAlways extend macroblock edges in the decoder.
2012-10-25 Scott LaVarnwayAdded sse2 instrinsic version of vp8_sad3x16
2012-10-25 Scott LaVarnwayMerge "Added sse2 instrinsic version of vp8_sad16x3...
2012-10-25 Scott LaVarnwayAdded sse2 instrinsic version of vp8_sad16x3
2012-10-25 Ronald S. BultjeFix 4x4 intra prediction on the edge of SB rows.
2012-10-25 Ronald S. BultjeFix yet another typo in splitmv/tx_select code.
2012-10-25 Ronald S. BultjeGeneralize coefficient tokenizing.
2012-10-24 Ronald S. BultjeGeneralize EOB token stuffing.
2012-10-24 Ronald S. BultjeMerge "Fix typo in splitmv/tx_select code." into experi...
2012-10-24 Ronald S. BultjeFix typo in splitmv/tx_select code.
2012-10-24 John KoleszarFix bad merge of coef_probs update
2012-10-24 John Koleszarcoef_probs: remove duplicate read/update code
2012-10-24 John KoleszarMerge "Fix "_FORTIFY_SOURCE" redefined warning" into...
2012-10-24 Yunqing WangFix "_FORTIFY_SOURCE" redefined warning
2012-10-23 Yaowu XuMerge "Fixed the MSVC compiling error with correct...
2012-10-23 Scott LaVarnwayFixed the MSVC compiling error with correct cast
2012-10-23 pascal massiminoMerge "Change eob[] array type in splitmv RD loop to...
2012-10-23 Yaowu XuRevert "make the instrinsic code build with MS compilers"
2012-10-23 Yaowu XuMerge "changed to avoid code confusion" into experimental
2012-10-23 Yaowu XuMerge "make the instrinsic code build with MS compilers...
2012-10-23 Scott LaVarnwaymake the instrinsic code build with MS compilers
2012-10-23 Ronald S. BultjeChange eob[] array type in splitmv RD loop to a regular...
2012-10-23 Deb MukherjeeMerging in the Switchable interp experiment
2012-10-23 Ronald S. BultjeMerge "Change entropy context assignment style from...
2012-10-22 Deb MukherjeeMerging in the TX_SELECT experiment
2012-10-22 Deb MukherjeeMerge of the newmventropy experiment
2012-10-22 Ronald S. BultjeChange entropy context assignment style from *(x +...
2012-10-22 Yaowu Xuchanged to avoid code confusion
2012-10-22 Scott LaVarnwayMerge "Added rtcd support vp8_sad16x3 and vp8_sad3x16...
2012-10-22 Scott LaVarnwayAdded rtcd support vp8_sad16x3 and vp8_sad3x16
2012-10-22 Ronald S. BultjeMerge changes I02e7f64a,Ide954b00,Idc8b5977 into experi...
2012-10-22 Deb MukherjeeMerge "Merging the hybrid transform experiments" into...
2012-10-22 Deb MukherjeeMerging the hybrid transform experiments
2012-10-22 Ronald S. BultjeFix another typo in 4x4-transform-for-i8x8-intra-pred...
2012-10-22 Ronald S. Bultje8x8 transform support in splitmv.
2012-10-22 Scott LaVarnwayMerge "Re-enable specialized sse2 block loop filter...
2012-10-22 Scott LaVarnwayMerge "sse2 intrinsic version of vp8_mbloop_filter_vert...
2012-10-22 Scott LaVarnwayMerge "sse2 intrinsic version of vp8_mbloop_filter_hori...
2012-10-22 Ronald S. BultjeUse SPLITMV_PARTITIONING instead of a plain integer...
2012-10-22 Ronald S. BultjeMerge "Invert SB probability." into experimental
2012-10-22 Jim BankoskiMerge "Remove variance vtable from rtcd" into experimental
2012-10-22 Ronald S. BultjeInvert SB probability.
2012-10-22 Ronald S. BultjeMerge "Fix use of wrong context in i8x8 coefficient...
2012-10-22 Jim BankoskiRemove variance vtable from rtcd
2012-10-21 Deb MukherjeeMerge "Allow B_VL_PRED & B_LD_PRED modes with Superbloc...
2012-10-21 Deb MukherjeeAllow B_VL_PRED & B_LD_PRED modes with Superblocks
2012-10-20 Ronald S. BultjeFix use of wrong context in i8x8 coefficient cost calcu...
2012-10-19 Scott LaVarnwayRe-enable specialized sse2 block loop filter functions
2012-10-19 Scott LaVarnwaysse2 intrinsic version of vp8_mbloop_filter_vertical_edge()
2012-10-19 John Koleszarcalculate probs consistently
2012-10-19 John Koleszarlint-hunks: better support for working tree
2012-10-19 John KoleszarRemove bc, bc2 from pbi,cpi,xd
2012-10-19 Deb MukherjeeSome cleanups and fixes.
2012-10-18 Ronald S. BultjeMerge "Fix encode breakout skip handling." into experim...
2012-10-18 Ronald S. BultjeMerge "Detect skippable blocks in splitmv RD loop case...
2012-10-18 Scott LaVarnwaysse2 intrinsic version of vp8_mbloop_filter_horizontal_...
2012-10-18 Ronald S. BultjeMerge "Use correct context for optimize_b() in vp8_opti...
2012-10-18 Deb MukherjeeA fix for crashes when #macroblock rows is odd.
2012-10-18 John Koleszarlint-hunks: exit status for only affected lines
2012-10-18 Ronald S. BultjeFix encode breakout skip handling.
2012-10-17 John KoleszarMerge "lint-hunks: support operating on arbirary revs...
2012-10-17 Ronald S. BultjeDetect skippable blocks in splitmv RD loop case.
2012-10-17 pascal massiminoMerge "cosmetic: fix '= & ' construct" into experimental
2012-10-17 John KoleszarMerge "rtcd: merge rtcd.c from master" into experimental
2012-10-17 John KoleszarMerge "consolidate update_mb_segmentation_map data...
2012-10-17 John KoleszarMerge changes Ic711a378,I43a46c36,If19ee74a into experi...
next