summaryrefslogtreecommitdiff
path: root/vp8/common
AgeCommit message (Expand)Author
2011-07-22Merge "fix sharpness bug and clean up"Johann
2011-07-22fix sharpness bug and clean upJohann
2011-07-22Merge "Preload reference area to an intermediate buffer in sub-pixel motion s...Yunqing Wang
2011-07-22Preload reference area to an intermediate buffer in sub-pixel motion searchYunqing Wang
2011-07-19Moved vp8_encode_bool into boolhuff.hScott LaVarnway
2011-07-18Improved 1-pass CBR rate controlJohn Koleszar
2011-07-14bug fix vpx_copy_and_extend_frame size issueJames Berry
2011-07-13Merge "update x86 asm for loopfilter"Johann
2011-07-13Merge "Update armv6 loopfilter to new interface"Johann
2011-07-13Merge "Update armv7 loopfilter to new interface"Johann
2011-07-13Merge "New loop filter interface"Johann
2011-07-12Update armv6 loopfilter to new interfaceAttila Nagy
2011-07-12Update armv7 loopfilter to new interfaceAttila Nagy
2011-07-08update x86 asm for loopfilterJohann
2011-07-08Merge "clean up warnings when building arm with rtcd"Johann
2011-07-08New loop filter interfaceAttila Nagy
2011-07-01Merge "Properly use GET_GOT/RESTORE_GOT when using GLOBAL()."John Koleszar
2011-06-30Properly use GET_GOT/RESTORE_GOT when using GLOBAL().Ronald S. Bultje
2011-06-29clean up warnings when building arm with rtcdJohann
2011-06-29Merge "Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistently"John Koleszar
2011-06-28Merge "Avoid text relocations in ARM vp8 decoder"Johann
2011-06-28Merge "utilize preload in ARMv6 MC/LPF/Copy routines"Johann
2011-06-28Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistentlyJohn Koleszar
2011-06-28New ways of passing encoded data between encoder and decoder.Stefan Holmer
2011-06-28Adding support for independent partitionsStefan Holmer
2011-06-28Avoid text relocations in ARM vp8 decoderMike Hommey
2011-06-27Fix after removal of B_MODE_INFOFritz Koenig
2011-06-24Fixed initialization of frame buffer ref countersAdrian Grange
2011-06-22get/set reference buffer dimension check addedJames Berry
2011-06-17utilize preload in ARMv6 MC/LPF/Copy routinesTaekhyun Kim
2011-06-13Populate bmi for B_PRED onlyScott LaVarnway
2011-06-13Calc ref_frame_cost once per frameScott LaVarnway
2011-06-08use GCC inline magicJohann
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-26Broken EC after MODE_INFO size reductionScott LaVarnway
2011-05-26Merge "Do not copy data between encoder reference buffers."John Koleszar
2011-05-24Use int_mv instead of MV in vp8_mv_contScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-20Merge "Fixed iwalsh_neon build problems with RVDS4.1"Johann
2011-05-19Merge "Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3."Scott LaVarnway
2011-05-19Merge "changed configure option name to reduce confusion"John Koleszar
2011-05-19Fix segv without --enable-error-concealmentJohn Koleszar
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-05-19Fixed iwalsh_neon build problems with RVDS4.1Attila Nagy
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-05-10set up Global Offset Table in reconJohann
2011-05-09clean up unused variable warningsJohann
2011-05-06Fix semaphore emulation on WindowsAron Rosenberg
2011-05-05Merge "Loopfilter NEON: Use VMOV for constant vectors instead of VLD."Johann
2011-05-05Merge "Runtime detection of available processor cores."Yunqing Wang