summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
2011-12-22Merge "Remove legacy integer types"John Koleszar
2011-12-22Remove legacy integer typesJohn Koleszar
2011-12-22Merge "Remove opaque pointer VP8D_PTR"John Koleszar
2011-12-21Remove opaque pointer VP8D_PTRJohn Koleszar
2011-12-21squash some signed/unsigned comparison warningsJames Zern
2011-12-16Fixed mb_skip_coeff bugScott LaVarnway
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-11-28Added vp8_dequant_idct_add_y_block_sse2 setupScott LaVarnway
2011-11-28Merge "Modified the inverse walsh to output directly"Scott LaVarnway
2011-11-25Modified the inverse walsh to output directlyScott LaVarnway
2011-11-21Decoder fixes to better support reference picture selection.Stefan Holmer
2011-11-09ARMv6 optimized Intra4x4 predictionTero Rintaluoma
2011-11-01Changing decoder input partition API to input fragments.Stefan Holmer
2011-10-31Correct SPLITMV clampingJohn Koleszar
2011-10-27Improved decode_split_mv()Scott LaVarnway
2011-10-26Merge "Improved read_mb_modes_mv()"Scott LaVarnway
2011-10-26Improved read_mb_modes_mv()Scott LaVarnway
2011-10-25Merge "remove uninitialized variable warning"Johann
2011-10-25Merge "Improved token decoder"Scott LaVarnway
2011-10-25remove uninitialized variable warningJohann
2011-10-24Removed read_mv_refScott LaVarnway
2011-10-24Moved the split motion vector decodeScott LaVarnway
2011-10-24Merge "Removed redundant mv clamps for nearmv and nearestmv"Scott LaVarnway
2011-10-24Removed redundant mv clamps for nearmv and nearestmvScott LaVarnway
2011-10-21Remove unused DETOK structureTero Rintaluoma
2011-10-19Improved token decoderScott LaVarnway
2011-10-18Remove usage of predict buffer for decodeScott LaVarnway
2011-09-22Merge "clamp_mvs() using the wrong motion vector information"John Koleszar
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-09-19Fix necessary for input partitions iface to match the RTP profileStefan Holmer
2011-09-16Merge "Fixes the boundary checks for extrapolated and interpolated MVs."John Koleszar
2011-09-16clamp_mvs() using the wrong motion vector informationScott LaVarnway
2011-09-16Fixes the boundary checks for extrapolated and interpolated MVs.Stefan Holmer
2011-08-31Merge "Removed bmi copy to/from BLOCKD"Scott LaVarnway
2011-08-24Removed bmi copy to/from BLOCKDScott LaVarnway
2011-08-24Fix naming of sse2 idct functions.Fritz Koenig
2011-08-15Don't set the bmi mode when doing error concealmentStefan Holmer
2011-08-12Propagate macroblock MV to subblocks for error concealmentJohn Koleszar
2011-08-12Disable error concealment until first key frame is decodedStefan Holmer
2011-08-12Fix potential OOB read with Error ConcealmentJohn Koleszar
2011-08-01Fix building with --disable-postprocJohn Koleszar
2011-07-26Merge "cosmetics: consistently use [u]int64_t"John Koleszar
2011-07-26cosmetics: consistently use [u]int64_tJames Zern
2011-07-26"Eliminated TOKENEXTRABITS" broke the windows build.Scott LaVarnway
2011-07-25Eliminated TOKENEXTRABITSScott LaVarnway
2011-07-22fix sharpness bug and clean upJohann
2011-07-19Merge "Moved vp8_encode_bool into boolhuff.h"Scott LaVarnway
2011-07-19remove old armv5 codeJohann
2011-07-19Moved vp8_encode_bool into boolhuff.hScott LaVarnway
2011-07-13Merge "Fix unnecessary casting of B_PREDICTION_MODE (issue 349)"Yunqing Wang