]> granicus.if.org Git - libvpx/history - vp9/encoder/vp9_onyx_if.c
Change meaning of cpi->sf.first_step and rename.
[libvpx] / vp9 / encoder / vp9_onyx_if.c
2013-06-26 Paul WilkinsChange meaning of cpi->sf.first_step and rename.
2013-06-26 John KoleszarMerge "vpxenc: send usage to stderr"
2013-06-26 John KoleszarMerge ".gitignore: add gcov files"
2013-06-26 John KoleszarMerge "Move vp9_counts_to_nmv_context to encoder"
2013-06-26 John KoleszarMerge "Move vp9_full_to_model_counts to encoder"
2013-06-26 John KoleszarMerge "make: add libvpx_test_srcs.txt target"
2013-06-26 John KoleszarMerge "tests/*source: test file pointer before reading"
2013-06-26 John KoleszarMerge "encode_test_driver: check for fatal failures"
2013-06-26 Jingning HanMerge "Refactor intra predictor block"
2013-06-25 Ronald S. BultjeMerge "Only do metrics on cropped (visible) area of...
2013-06-25 Ronald S. BultjeMerge "Add averaging-SAD functions for 8-point comp...
2013-06-25 James ZernMerge "I420VideoSource: normalize framerate types"
2013-06-25 Ronald S. BultjeOnly do metrics on cropped (visible) area of picture.
2013-06-25 Ronald S. BultjeAdd averaging-SAD functions for 8-point comp-inter...
2013-06-25 James ZernMerge "intrapred_test: add virtual dtor to IntraPredBase"
2013-06-25 Ronald S. BultjeMerge "Add SAD unit tests for all rectangular sizes."
2013-06-25 Ronald S. BultjeMerge "Don't re-allocate comp_pred buffers for each...
2013-06-25 Yaowu XuMerge "Changed size of mb_mode_context to 8 bits"
2013-06-25 Dmitry KovalevMerge "Removing find_seg_id and using vp9_get_pred_mi_s...
2013-06-25 Dmitry KovalevMerge "Transforming scale_mv_component_q4 into scale_mv...
2013-06-25 Jingning HanMerge "Use aligned buffer operations in 8x8/16x16 2D...
2013-06-25 Yaowu XuMerge "Enable sse2 implmentation of 8x8 ADST/DCT"
2013-06-25 Yaowu XuMerge "change to enable use_largest_txform feature"
2013-06-24 Yaowu Xuchange to enable use_largest_txform feature
2013-06-24 John KoleszarMove vp9_full_to_model_counts to encoder
2013-06-21 John KoleszarMerge "Add some unaligned test vectors"
2013-06-21 Ronald S. BultjeMerge "Add subtract_block SSE2 version and unit test."
2013-06-21 Ronald S. BultjeMerge "SSE2/SSSE3 optimizations and unit test for sub_p...
2013-06-21 Yaowu XuMerge "Get some speed back for cpuused 1"
2013-06-21 Yaowu XuGet some speed back for cpuused 1
2013-06-21 Yaowu XuMerge "Implement sse2 and ssse3 versions for all sub_pi...
2013-06-20 James ZernMerge "Revert "test_libvpx: disable pthreads in gtest""
2013-06-20 Jingning HanMerge "Add unit tests for 4x4 ADST"
2013-06-20 JohannMerge "Cast value to avoid size_t/int warning on win64"
2013-06-20 Dmitry KovalevMerge "Renaming 'nmv' to 'mv' for several functions."
2013-06-20 Dmitry KovalevMerge "Function decomposition inside vp9_decodemv.c...
2013-06-20 Jim Bankoskiadds force partitioning greater than or less than block...
2013-06-20 Jim Bankoskiadds a set partitioning to speed features
2013-06-20 Jim Bankoskipartition by variance using var from last frame
2013-06-20 Jim Bankoskiconvert all speed things to speed features
2013-06-20 Jim Bankoskifix to set up new speed feature
2013-06-19 Dmitry KovalevRenaming 'nmv' to 'mv' for several functions.
2013-06-18 Jingning HanMerge "Make fdct32 computation flow within 16bit range"
2013-06-14 Jingning HanMerge "Enable sse2 version of sad8x4/4x8"
2013-06-13 John KoleszarMerge "libs.mk: allow tests to be sharded"
2013-06-12 John KoleszarMerge changes I86fe51b0,I4c9a9e0f
2013-06-12 JohannMerge "Fix compile warnings on windows."
2013-06-12 John KoleszarMerge "Enable mmx loop filter routines"
2013-06-12 Ronald S. BultjeMerge "Fix row tiling."
2013-06-12 John KoleszarMerge "Fix chroma output when scaling"
2013-06-12 John KoleszarFix chroma output when scaling
2013-06-12 John KoleszarVP9 profile 0 release candidate
2013-06-11 John KoleszarMerge branch 'master' into experimental
2013-06-10 John KoleszarMerge "Using network byte order (big-endian) to encode...
2013-06-10 Deb MukherjeeMerge "New probs for filters/tx_size and a few others...
2013-06-10 Deb MukherjeeNew probs for filters/tx_size and a few others
2013-06-10 John KoleszarMerge "Remove remnants of VP8 profiles/versions" into...
2013-06-10 John KoleszarRemove remnants of VP8 profiles/versions
2013-06-10 Yaowu XuMerge "Loopfilter: bug fix in sb_type usage" into exper...
2013-06-10 Yaowu XuMerge "Loopfilter: Always filter intra edges" into...
2013-06-10 Yaowu XuMerge "Loopfilter: use the current block only for skip...
2013-06-10 Yaowu XuMerge "Modified loop filter edge skipping" into experim...
2013-06-09 Ronald S. BultjeMerge "New comp_inter defaults." into experimental
2013-06-09 Ronald S. BultjeMerge "Fix firstpass if framesize is not a multiple...
2013-06-09 Ronald S. BultjeMerge "New default tables" into experimental
2013-06-09 Ronald S. BultjeMerge "Align frame size to 8 instead of 16." into exper...
2013-06-08 Yaowu XuMerge "Fix the rd loop over partition types" into exper...
2013-06-08 Jingning HanMerge "Fix mv range border in pixels" into experimental
2013-06-08 Dmitry KovalevMerge "Uncompressed header: new encoding for frame...
2013-06-08 Yaowu XuMerge "Handle partition type coding of boundary blocks...
2013-06-08 Ronald S. BultjeAlign frame size to 8 instead of 16.
2013-06-07 Deb MukherjeeCoding tx-size selection by use of spatial context
2013-06-07 Deb MukherjeeCleans up mbskip encoding
2013-06-07 Dmitry KovalevMerge "Preparation to new frame size encoding." into...
2013-06-07 Jingning HanHandle partition type coding of boundary blocks
2013-06-07 Ronald S. BultjeFix line that disables the line above it.
2013-06-07 Paul WilkinsChange to segment ref frame feature.
2013-06-07 John KoleszarMerge "Fix mingw build error" into experimental
2013-06-07 John KoleszarMerge "Add cheap show-buffer operation" into experimental
2013-06-07 John KoleszarMerge "Add bits for colorspace, profile" into experimental
2013-06-07 John KoleszarMerge "Add marker bit to bool-coded partition start...
2013-06-07 Yaowu XuMerge "Remove two un-used entries in mode_lf_delta...
2013-06-07 Yaowu XuMerge "Specify mv neighborhood for block larger than...
2013-06-07 Yaowu XuRemove two un-used entries in mode_lf_delta[]
2013-06-07 Deb MukherjeeMerge "Coding updates for tx-size selection" into exper...
2013-06-07 Ronald S. BultjeMerge "Revert "Align frame size to 8 instead of 16...
2013-06-07 Deb MukherjeeCoding updates for tx-size selection
2013-06-07 Paul WilkinsFix bug in segment skip.
2013-06-07 Yaowu XuMerge "Removed rectangular intra prediction code" into...
2013-06-07 John KoleszarMerge "Reimplementation of loop filter" into experimental
2013-06-07 Ronald S. BultjeChange ref frame coding.
2013-06-07 Jim BankoskiMerge "fix vp9_wb_write_bit uninitialized variable...
2013-06-06 Paul WilkinsMerge "Rd thresholds change with block size." into...
2013-06-06 Paul WilkinsMerge "Turn off compound inter search refinement for...
2013-06-06 Paul WilkinsRd thresholds change with block size.
2013-06-06 Paul WilkinsTurn off compound inter search refinement for good...
2013-06-06 Deb MukherjeeMerge "Fix in forward updates for INTRA modes/partition...
2013-06-06 Jingning HanMerge "Fix UV intra coding rd loop" into experimental
2013-06-05 Deb MukherjeeCosmetic renaming VP9_MVREFS to VP9_INTER_MODES
2013-06-05 Deb MukherjeeClean-ups on switchable interpolation and mv_ref
next