]> granicus.if.org Git - libvpx/shortlog
libvpx
2016-11-06 Debargha MukherjeeMerge "Increase gm precision from 16 to 32 bit ints...
2016-11-05 Debargha MukherjeeIncrease gm precision from 16 to 32 bit ints
2016-11-05 Tristan Matthewsaccounting_test: fix read of uninitialized data
2016-11-05 Tristan Matthewsboolcoder_test: fix read of uninitialized data
2016-11-05 Tom Fineganaom_ports: Silence warnings in aom_timer.h
2016-11-05 Yaowu XuMerge "Fix the bool coder test" into nextgenv2
2016-11-05 James ZernMerge "rdopt: clear maybe-uninitialized variable warnin...
2016-11-05 Sarah Parkerrdopt: clear maybe-uninitialized variable warning
2016-11-04 Yushin ChoFix the bool coder test
2016-11-04 Jingning HanMerge "Clean up write_tx_type()" into nextgenv2
2016-11-04 Jingning HanMerge "Refactor tx_type reader" into nextgenv2
2016-11-04 Jingning HanMerge "Factor out common tx_type writing codes from...
2016-11-04 Angie ChiangMerge changes Ia37f170d,Ie3082db5 into nextgenv2
2016-11-04 Angie ChiangMerge changes I3bc782d6,I8359e849,Iae50d0b0,Id1704d88...
2016-11-04 James ZernMerge changes I139808f4,I3d97d8db into nextgenv2
2016-11-04 Angie ChiangRecord YUV planes' txfm block coeff cost in handle_inte...
2016-11-04 Angie ChiangAdd av1_ prefix on ###_rd_stats functions
2016-11-04 Angie ChiangSeparate coefficient cost of U/V planes in write_modes_b()
2016-11-04 Angie ChiangUse init_rd_stats() in encodeframe.c
2016-11-04 Angie ChiangAdd transform block coefficient cost in RD_STATS for...
2016-11-04 Angie ChiangAdd helper functions to modify RD_STATS
2016-11-04 Angie ChiangAdd mi_row and mi_col into mbmi to facilitate rd_debug...
2016-11-04 Angie ChiangAdd token cost comparison in write_modes_b()
2016-11-04 Jingning HanMerge "Properly schedule the transform block recursion...
2016-11-04 Jingning HanClean up write_tx_type()
2016-11-04 Jingning HanRefactor tx_type reader
2016-11-04 Jingning HanFactor out common tx_type writing codes from inter...
2016-11-04 Yue ChenMerge "Remove duplicated variables in EXT_INTER" into...
2016-11-04 Jingning HanProperly schedule the transform block recursion order
2016-11-04 Jingning HanFix format issue in handle_inter_mode()
2016-11-04 Debargha MukherjeeMerge "Further work on 64x64 fwd/inv transform support...
2016-11-04 Angie ChiangMerge "Refactor: Replace rate dist sse skip by RD_STATS...
2016-11-04 Debargha MukherjeeMerge "Fix bilateral filter asan error for highbitdepth...
2016-11-04 James Zernwarped_motion.c: delete unused filter_4tap[]
2016-11-04 James Zernwarped_motion.c: quiet float-conversion warnings
2016-11-04 James ZernMerge "warped_motion: Fix ubsan warning for signed...
2016-11-04 James ZernMerge "Fix ubsan divide by zero warning in ransac"...
2016-11-04 Sarah Parkerwarped_motion: Fix ubsan warning for signed integer...
2016-11-04 Angie ChiangRefactor: Replace rate dist sse skip by RD_STATS in...
2016-11-03 Debargha MukherjeeFix bilateral filter asan error for highbitdepth
2016-11-03 James ZernMerge "rdopt,global-motion: Fix -1 indexing ubsan warni...
2016-11-03 Sarah Parkerrdopt,global-motion: Fix -1 indexing ubsan warning
2016-11-03 Alex ConverseMerge "Use TX_SIZES in intra_high_pred_fn declarations...
2016-11-03 Yue ChenRemove duplicated variables in EXT_INTER
2016-11-03 Sarah ParkerMerge "Make inline function static to fix clang compile...
2016-11-03 Alex ConverseMerge "Don't use a TX_SIZE as a TX_TYPE" into nextgenv2
2016-11-03 Debargha MukherjeeFurther work on 64x64 fwd/inv transform support
2016-11-03 Sarah ParkerFix ubsan divide by zero warning in ransac
2016-11-03 Debargha MukherjeeMerge "Replace hard coded numbers with TX_SIZES macro...
2016-11-03 Jingning HanMerge "Fix txb_w/h use case in av1_tx_block_rd_b()...
2016-11-03 Yaowu XuMerge "fix build issue with --enable-delta-q" into...
2016-11-03 Sarah ParkerMake inline function static to fix clang compile error
2016-11-03 Alex ConverseUse TX_SIZES in intra_high_pred_fn declarations
2016-11-03 Alex ConverseDon't use a TX_SIZE as a TX_TYPE
2016-11-03 Angie ChiangAdd rd_debug flag
2016-11-03 Jingning HanFix txb_w/h use case in av1_tx_block_rd_b()
2016-11-03 Yaowu Xufix build issue with --enable-delta-q
2016-11-03 Debargha MukherjeeReplace hard coded numbers with TX_SIZES macro
2016-11-03 Jingning HanMerge "Refactor recursive transform block partition...
2016-11-03 Jingning HanMerge "Make bit-stream support rectangular tx_size...
2016-11-03 Yaowu XuMerge changes from topic 'update_dering' into nextgenv2
2016-11-03 Yaowu XuMerge "Refactoring deringed block list code" into nextgenv2
2016-11-03 Yaowu XuMerge "Deringing line buffer no longer depends on holdi...
2016-11-03 Jingning HanMerge "Make recursive txfm encoding process support...
2016-11-03 Jingning HanMerge "Fix a merge bug between dual_filter and sub8x8mc...
2016-11-03 Jingning HanMerge "Remove redundant experimental flags from common_...
2016-11-03 Jingning HanRefactor recursive transform block partition search
2016-11-02 Jingning HanMake bit-stream support rectangular tx_size
2016-11-02 Jean-Marc ValinReformatting the deringing code
2016-11-02 Jean-Marc ValinRefactoring deringed block list code
2016-11-02 Jean-Marc ValinDeringing line buffer no longer depends on holding...
2016-11-02 Jean-Marc ValinIntroducing OD_DERING_SIZE_LOG2 constant (3)
2016-11-02 Jean-Marc ValinRenaming deringing blockwise write-back functions to...
2016-11-02 Jean-Marc ValinDeringing refactoring: replace last_sbc with simpler...
2016-11-02 Jean-Marc ValinGetting rid of the od_dering_in type
2016-11-02 Jingning HanMerge "Remove unused get_intra/inter_scan() from scan...
2016-11-02 Jingning HanMerge "Remove redundant config flags from get_entropy_c...
2016-11-02 Jean-Marc ValinNow using a single line buffer
2016-11-02 Jean-Marc ValinOnly copy data from deringed blocks to the line buffer
2016-11-02 Jean-Marc ValinSplitting out 8->16 block copy code into copy_sb8_16()
2016-11-02 Jean-Marc ValinEliminate the big superblock row buffer.
2016-11-02 Jean-Marc ValinMaking deringing buffer only one row of superblocks...
2016-11-02 Jingning HanMake recursive txfm encoding process support rectangula...
2016-11-02 Jean-Marc ValinDuplicating deringing input superblock copy to make...
2016-11-02 Jean-Marc ValinUsing a uniform definition for "bsize" in deringing...
2016-11-02 Jean-Marc ValinUsing the copied input for od_dir_find8()
2016-11-02 Yaowu XuMerge "Increase deringing horizontal padding to 4 pixel...
2016-11-02 Jean-Marc ValinIncrease deringing horizontal padding to 4 pixels on...
2016-11-02 Yaowu XuMerge "De-sparsifying the deringing output buffer"...
2016-11-02 Jean-Marc ValinDe-sparsifying the deringing output buffer
2016-11-02 Yaowu XuMerge "No need to store the deringing filter direction...
2016-11-02 Jingning HanFix a merge bug between dual_filter and sub8x8mc
2016-11-02 Jingning HanRemove redundant experimental flags from common_data.h
2016-11-02 Jingning HanMerge "Support rectangular tx_size in the common lib...
2016-11-02 Jingning HanMerge "Support rectangular transform block units in...
2016-11-02 Jingning HanMerge "Make highbd rectangular transform block availabl...
2016-11-02 Jean-Marc ValinNo need to store the deringing filter direction varianc...
2016-11-02 Sarah ParkerMerge "Fix ubsan left shift warnings in warped motion...
2016-11-02 Jingning HanRemove unused get_intra/inter_scan() from scan.h
2016-11-02 Jingning HanRemove redundant config flags from get_entropy_context
next