summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodframe.c
AgeCommit message (Expand)Author
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30RTCD: add remaining IDCT functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
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-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-25remove uninitialized variable warningJohann
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-19Fix necessary for input partitions iface to match the RTP profileStefan Holmer
2011-09-16clamp_mvs() using the wrong motion vector informationScott LaVarnway
2011-08-24Removed bmi copy to/from BLOCKDScott LaVarnway
2011-08-12Disable error concealment until first key frame is decodedStefan Holmer
2011-08-12Fix potential OOB read with Error ConcealmentJohn Koleszar
2011-07-22fix sharpness bug and clean upJohann
2011-06-28Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistentlyJohn Koleszar
2011-06-28Merge "Simplify decode_macroblock."John Koleszar
2011-06-28Simplify decode_macroblock.Gaute Strokkenes
2011-06-28New ways of passing encoded data between encoder and decoder.Stefan Holmer
2011-06-27Adding support for error concealment in multi-threaded decodingStefan Holmer
2011-06-13fix corrupt frame leakJames Zern
2011-06-02Removed B_MODE_INFOScott 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-04-28Consolidated build inter predictorsScott LaVarnway
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-26Test vector mismatch fixScott LaVarnway
2011-04-21Removed unnecessary frame type checksScott LaVarnway
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-20Removed redundant checks of the mode_info_context flagsScott LaVarnway
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-02-18remove unused vp8_predict_dc functionJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-09Merge "Put more code under #if CONFIG_MULTITHREAD."John Koleszar
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2011-02-04remove unused dboolhuff codeJohann
2011-01-19Merge "Implement error tracking in the decoder"John Koleszar
2011-01-19Implement error tracking in the decoderHenrik Lundin
2011-01-11Remove unused local variablesHenrik Lundin
2010-11-05Merge commit 'fix integer promotion bug in partition size check'John Koleszar
2010-11-05fix integer promotion bug in partition size checkJohn Koleszar
2010-10-27Eliminate more warnings.Timothy B. Terriberry