summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodemv.c
AgeCommit message (Expand)Author
2016-08-31Remove CONFIG_DEBUG guards from assert()Johann
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-15vp8: apply clang-formatclang-format
2014-12-16Silence -Werror=unused-parameterJohann
2013-10-29changed to comply with strict aliasing ruleYaowu Xu
2013-09-23fix integer overflow in vp8Yaowu Xu
2012-09-21Removed bc and bc2 vp8_readers from VP8D_COMPScott LaVarnway
2012-09-13Moved mb_no_coeff_skip flag readScott LaVarnway
2012-09-11valgrind found motion vectors which exceeded frame boundariesScott LaVarnway
2012-08-28silent one more compiler warningYaowu Xu
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
2012-04-12Merge "MB_MODE_INFO size reduction"Scott LaVarnway
2012-04-10Fixes to disable MFQE when there is motion.Deb Mukherjee
2012-03-29MB_MODE_INFO size reductionScott LaVarnway
2012-02-16Simplify mb_to_x_edge calculation during mode decodingScott LaVarnway
2012-02-16decodemv cleanup/improvementsScott LaVarnway
2011-10-31Correct SPLITMV clampingJohn Koleszar
2011-10-27Improved decode_split_mv()Scott LaVarnway
2011-10-26Improved read_mb_modes_mv()Scott LaVarnway
2011-10-24Removed read_mv_refScott LaVarnway
2011-10-24Moved the split motion vector decodeScott LaVarnway
2011-10-24Removed redundant mv clamps for nearmv and nearestmvScott LaVarnway
2011-08-12Propagate macroblock MV to subblocks for error concealmentJohn Koleszar
2011-07-13Fix unnecessary casting of B_PREDICTION_MODE (issue 349)Yunqing Wang
2011-06-13Populate bmi for B_PRED onlyScott LaVarnway
2011-06-03Removed unnecessary bmi motion vector stores.Scott LaVarnway
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-24Use int_mv instead of MV in vp8_mv_contScott LaVarnway
2011-05-24Removed unused variable warningsScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-05-12Using int_mv instead of MVScott LaVarnway
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2010-10-27Eliminate more warnings.Timothy B. Terriberry
2010-09-21unset execute bit on c sourceJohn Koleszar
2010-09-21Don't reset mb clamping state during splitmv decodingJohn Koleszar
2010-09-09Improved subset block searchScott LaVarnway
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-09-03Reduced the size of MB_MODE_INFOScott LaVarnway
2010-07-12limit range checking code for L[k] to CONFIG_DEBUG. patch by timeless@gmail.comMichael Kohler
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-15Change bitreader to use a larger window.Timothy B. Terriberry
2010-06-09Remove secondary mv clamping from decode stageJohn Koleszar
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-05-18Initial WebM releaseJohn Koleszar