2013-11-04 |
Adrian Grange | Remove unused members from VP9_COMP |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Adrian Grange | Merge "Remove unused member variables from VP9_COMP" |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Dmitry Kovalev | Merge "Removing 'new' probability calculation from... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Adrian Grange | Remove unused member variables from VP9_COMP |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Jingning Han | Merge "Add second ref frame check back in rdcost hist" |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Jingning Han | Add second ref frame check back in rdcost hist |
commit | commitdiff | tree | snapshot |
2013-11-02 |
James Zern | Merge "vp9 ssse3 d207_predictor_32x32: add missing... |
commit | commitdiff | tree | snapshot |
2013-11-02 |
James Zern | vp9 ssse3 d207_predictor_32x32: add missing GLOBAL() |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Dmitry Kovalev | Removing 'new' probability calculation from convert_dis... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Yaowu Xu | Merge "Convert filter kernel choice to lookup" |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Yaowu Xu | Convert filter kernel choice to lookup |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Dmitry Kovalev | Merge "Cleanup. Adding const to function pointer argume... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Dmitry Kovalev | Merge "Cleaning up read_skip_coeff() function." |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Yaowu Xu | Two optimizations: |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Yaowu Xu | Merge "simplify read_coef_prob()" |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Dmitry Kovalev | Merge "Removing is_intra_mode() function." |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Yaowu Xu | simplify read_coef_prob() |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Dmitry Kovalev | Cleaning up read_skip_coeff() function. |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Dmitry Kovalev | Merge "Reducing the number of foreach_transformed_block... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Dmitry Kovalev | Cleanup. Adding const to function pointer arguments. |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Dmitry Kovalev | Reducing the number of foreach_transformed_block()... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Yaowu Xu | Merge "mb_lpf_horizontal_edge AVX2 optimization" |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Yunqing Wang | Merge "Fix x_offset_q4/y_offset_q4 calculation" |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Tamar Levy | mb_lpf_horizontal_edge AVX2 optimization |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Marco Paniconi | Updates to 1-pass: |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Jingning Han | Merge "Enable all-zero coeff block index for sub8x8... |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Dmitry Kovalev | Merge "Reducing the number of recursive calls." |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Dmitry Kovalev | Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILT... |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Jingning Han | Enable all-zero coeff block index for sub8x8 blk |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Dmitry Kovalev | Reducing the number of recursive calls. |
commit | commitdiff | tree | snapshot |
2013-10-30 |
James Zern | vp9/decode: align tile worker data allocation |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Johann | Merge "vp9_decodframe.c: use vpx_memset instead of... |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Johann | Merge "idct_blk_mmx.c: use vpx_memset instead of cast" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Johann | Merge "decodframe.c: use vpx_memset instead of cast" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Johann | Merge "threading.c: use vpx_memset instead of cast" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Johann | Merge "idct_blk.c: use vpx_memset instead of cast" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Yunqing Wang | Fix x_offset_q4/y_offset_q4 calculation |
commit | commitdiff | tree | snapshot |
2013-10-30 |
James Zern | Merge "vp9: add multi-threaded tile decoder" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
James Zern | Merge "vp9/decode: add get_tile()" |
commit | commitdiff | tree | snapshot |
2013-10-30 |
James Zern | vp9: add multi-threaded tile decoder |
commit | commitdiff | tree | snapshot |
2013-10-30 |
James Zern | vp9/decode: add get_tile() |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Merge "Adding const to vp9_quantize_b_{32x32,} parameters." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Erik Niemeyer | Merge "CL for adding AVX-AVX2 support in libvpx." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Adding const to vp9_quantize_b_{32x32,} parameters. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Erik Niemeyer | CL for adding AVX-AVX2 support in libvpx. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Fixing clang warning. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Merge "Fixing wrongly initialized tx_type variable." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | vp9_decodframe.c: use vpx_memset instead of cast |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | idct_blk_mmx.c: use vpx_memset instead of cast |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | decodframe.c: use vpx_memset instead of cast |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | threading.c: use vpx_memset instead of cast |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | idct_blk.c: use vpx_memset instead of cast |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Yaowu Xu | Merge "changed to comply with strict aliasing rule" |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Fixing wrongly initialized tx_type variable. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Merge "Correct handling of show_bit in uncompressed... |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Correct handling of show_bit in uncompressed header. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Yaowu Xu | changed to comply with strict aliasing rule |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Johann | Merge "Disable aliasing when building with Clang" |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Merge "Cleaning up vp9_regular_quantize_b_4x4." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Merge "Making get_tx_counts() similar to get_tx_probs()." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Adrian Grange | Merge "Resolved Doxygen warnings." |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Yunqing Wang | Merge "Rewrite loop_filter_info_n struct" |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Adrian Grange | Resolved Doxygen warnings. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
James Zern | Merge "vp9_decode_frame: group assignments/setup calls" |
commit | commitdiff | tree | snapshot |
2013-10-29 |
James Zern | vp9_decode_frame: group assignments/setup calls |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Removing is_intra_mode() function. |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Dmitry Kovalev | Making get_tx_counts() similar to get_tx_probs(). |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Johann | Disable aliasing when building with Clang |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Dmitry Kovalev | Adding {read, write}_partition() instead of check_bsize... |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Dmitry Kovalev | Cleaning up vp9_regular_quantize_b_4x4. |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | Merge "add tile test vectors" |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | vp9: add TileInfo |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | vp9_decodframe: limit scope of private function params (2) |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3... |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Dmitry Kovalev | Merge "Replacing is_inter_mode with is_inter_block." |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | add tile test vectors |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | Merge "vp9 decode: defer loop filter allocation" |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | Merge "vp9_thread_test: quiet some msvc int->bool warnings" |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | vp9: remove partition+entropy contexts from common |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | vp9: add above/left_context to MACROBLOCKD |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Zern | vp9: add above/left_seg_context to MACROBLOCKD |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dmitry Kovalev | Merge "Adding fht{4x4, 8x8, 16x16} functions." |
commit | commitdiff | tree | snapshot |
2013-10-26 |
James Zern | vp9 decode: defer loop filter allocation |
commit | commitdiff | tree | snapshot |
2013-10-26 |
James Zern | vp9_thread_test: quiet some msvc int->bool warnings |
commit | commitdiff | tree | snapshot |
2013-10-26 |
Dmitry Kovalev | Adding fht{4x4, 8x8, 16x16} functions. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Dmitry Kovalev | Merge "Adding get_frame_new_buffer() function to replac... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Dmitry Kovalev | Merge "Making input pointer constant for all fdct/fht... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Yunqing Wang | Rewrite loop_filter_info_n struct |
commit | commitdiff | tree | snapshot |
2013-10-25 |
James Zern | vp9: add above/left_context to encoder |
commit | commitdiff | tree | snapshot |
2013-10-25 |
James Zern | vp9: add above/left_seg_context to encoder |
commit | commitdiff | tree | snapshot |
2013-10-25 |
James Zern | vp9: pass entropy context directly to set_skip_context |
commit | commitdiff | tree | snapshot |
2013-10-25 |
James Zern | vp9: pass context directly to partition functions |
commit | commitdiff | tree | snapshot |
2013-10-25 |
James Zern | vp9/decode: add alloc_tile_storage() |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Dmitry Kovalev | Adding COLOR_SPACE enum. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Dmitry Kovalev | Updating gtest from 1.6.0 to 1.7.0. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Yunqing Wang | Merge "Add 32x32 idct function for eob<=34 case" |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Jingning Han | Merge "Separate encode_block for pass 1 and 2" |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Yunqing Wang | Add 32x32 idct function for eob<=34 case |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Johann | Merge "mips dsp-ase r2 vp9 decoder idct module optimiza... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Adding get_frame_new_buffer() function to replace dupli... |
commit | commitdiff | tree | snapshot |
next |