summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2015-05-22vp9_reconintra_neon: cosmetics: reindentJames Zern
2015-05-22vp9_reconintra_neon: cosmetics: drop unneeded returnsJames Zern
2015-05-22vp9_subpixel_8t_intrin_ssse3: quiet vs9 warningJames Zern
2015-05-21Merge "Fix issues with mixed ARF and GF groups."paulwilkins
2015-05-20vp9_mvref_common.c: fix compile warningJames Zern
2015-05-20Fix issues with mixed ARF and GF groups.paulwilkins
2015-05-19Merge "rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.h"James Zern
2015-05-19Merge "rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.h"James Zern
2015-05-19Merge "rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h"James Zern
2015-05-16dec_build_inter_predictors: don't return a void fnJames Zern
2015-05-15rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.hJames Zern
2015-05-15Merge changes from topic 'missing-proto'James Zern
2015-05-15Merge "Change tx_size_search_method setting for non-rd speed 5."Marco
2015-05-15Change tx_size_search_method setting for non-rd speed 5.Marco
2015-05-15vp9_subexp.h: add a missing prototypeJames Zern
2015-05-15vp9: add some missing includesJames Zern
2015-05-15vp9 intrinsics: add vp9_rtcd includeJames Zern
2015-05-15vp9: correct some function signaturesJames Zern
2015-05-15vp9_variance_sse2: sync function signaturesJames Zern
2015-05-15vp9/encoder: make some functions staticJames Zern
2015-05-15vp9_dct_sse2: make some functions staticJames Zern
2015-05-15vp9_decodeframe.c: make a function staticJames Zern
2015-05-15Merge "Fix illegal memory access when stream starts w/ invisible frame."Adrian Grange
2015-05-15Merge "Move mc_buf to cut down size of MACROBLOCKD."Frank Galligan
2015-05-15Merge "Revert "Skip the last frame update for some frame repeats.""paulwilkins
2015-05-14Move mc_buf to cut down size of MACROBLOCKD.Frank Galligan
2015-05-14Fix illegal memory access when stream starts w/ invisible frame.Adrian Grange
2015-05-14Revert "Skip the last frame update for some frame repeats."paulwilkins
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-13Merge "mips msa vp9 idct 8x8 optimization"Parag Salasakar
2015-05-12Merge "Remove unneeded variable declaration"Yunqing Wang
2015-05-12Merge "Protect new metric computation with use_highbitdepth flag"Yaowu Xu
2015-05-12Protect new metric computation with use_highbitdepth flagYaowu Xu
2015-05-12Remove unneeded variable declarationYunqing Wang
2015-05-12Merge "Recompute tile params on frame resize"Adrian Grange
2015-05-11Merge "build_intra_predictors*: reduce above_data size"James Zern
2015-05-11Merge "Reduce border extension by 1 line"Adrian Grange
2015-05-11Recompute tile params on frame resizeAdrian Grange
2015-05-11Merge "Sort variables dependency in read_uncompressed_header"Jingning Han
2015-05-11Sort variables dependency in read_uncompressed_headerJingning Han
2015-05-11Fix rate control issue with layers and aq-mode=3.Marco
2015-05-11Merge "Skip the last frame update for some frame repeats."paulwilkins
2015-05-08build_intra_predictors*: reduce above_data sizeJames Zern
2015-05-09Merge "build_intra_predictors*: reduce left_col size"James Zern
2015-05-08Fix clang ioc warning due to NULL mi pointer.hkuang
2015-05-08Merge "Add more sse2 code for intra prediction."hkuang
2015-05-08Skip the last frame update for some frame repeats.paulwilkins