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 |
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 | 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 | 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 |
2013-10-24 |
Dmitry Kovalev | Merge "Adding get_frame_ref_buffer() function + cleanup." |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Making input pointer constant for all fdct/fht functions. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Replacing is_inter_mode with is_inter_block. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Frank Galligan | Merge "vpxdec: Fix webm fps check." |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Adding get_frame_ref_buffer() function + cleanup. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Frank Galligan | vpxdec: Fix webm fps check. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Yaowu Xu | Merge "Disable two libvpx APIs for VP9" |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Merge "Eliminating usage of allow_comp_inter_inter... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Merge "Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4." |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Merge changes I1868fb75,I9ff504c6 |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Merge "Cleaning up {above, left}_block_mode functions." |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Yunqing Wang | Merge "Improve scale_factors struct" |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Yaowu Xu | Disable two libvpx APIs for VP9 |
commit | commitdiff | tree | snapshot |
2013-10-24 |
James Zern | Merge "vp9/extend_for_intra: avoid crossing tile boundary" |
commit | commitdiff | tree | snapshot |
2013-10-24 |
James Zern | vp9/extend_for_intra: avoid crossing tile boundary |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Parag Salasakar | mips dsp-ase r2 vp9 decoder idct module optimizations... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Cleaning up {above, left}_block_mode functions. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Dmitry Kovalev | Adding VP9_FRAME_MARKER constant. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Merge "Renaming vp9_short_fdct32x32 to vp9_fdct32x32." |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Eliminating usage of allow_comp_inter_inter in the... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Jingning Han | Merge "Use inter mode flag in super_block_yrd" |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Renaming vp9_short_fdct32x32 to vp9_fdct32x32. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16." |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Merge "Renaming vp9_short_fdct8x8 to vp9_fdct8x8." |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Jingning Han | Separate encode_block for pass 1 and 2 |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Jingning Han | Use inter mode flag in super_block_yrd |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Jingning Han | Merge "Make decode modules independent of tile index" |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Renaming vp9_short_fdct16x16 to vp9_fdct16x16. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Renaming vp9_short_fdct8x8 to vp9_fdct8x8. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Merge "Reordering probability tables for consistency." |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Dmitry Kovalev | Merge "Removing quantize_b_4x4 function pointer." |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Adrian Grange | Remove right_available member from VP9_COMP |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Jingning Han | Make decode modules independent of tile index |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Dmitry Kovalev | Merge "Moving functions from vp9_decodemv.c to vp9_deco... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Dmitry Kovalev | Moving functions from vp9_decodemv.c to vp9_decodframe.c. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Yunqing Wang | Improve scale_factors struct |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Dmitry Kovalev | Removing quantize_b_4x4 function pointer. |
commit | commitdiff | tree | snapshot |
next |