summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodframe.c
AgeCommit message (Expand)Author
2011-06-28Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-27Adding support for error concealment in multi-threaded decodingStefan Holmer
2011-06-17Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-06-13fix corrupt frame leakJames Zern
2011-06-06Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-26Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-05-24Removed unused variable warningsScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-20Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-04-30Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-28Consolidated build inter predictorsScott LaVarnway
2011-04-28Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-27Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-26Test vector mismatch fixScott LaVarnway
2011-04-26Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-04-25Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
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-23Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-03-17Increase static linkage, remove unused functionsJohn Koleszar
2011-03-14Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-02-19Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-18remove unused vp8_predict_dc functionJohn Koleszar
2011-02-18Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-10Merge remote branch 'internal/upstream' into HEADJohn 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-07Merge remote branch 'internal/upstream' into HEADJohn Koleszar
2011-02-04remove unused dboolhuff codeJohann
2011-01-21Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-01-19Merge "Implement error tracking in the decoder"John Koleszar
2011-01-19Implement error tracking in the decoderHenrik Lundin
2011-01-13Merge remote branch 'internal/upstream-experimental' into HEADJohn Koleszar
2011-01-11Remove unused local variablesHenrik Lundin
2010-11-16Merge branch 'experimental' of ssh://on2-git.corp.google.com:29418/libvpx int...Suman Sunkara
2010-11-11Use of temporal context for encoding delta updates.Suman Sunkara
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
2010-10-22Merge "Improve handling of invalid frames."John Koleszar
2010-10-22Improve handling of invalid frames.Timothy B. Terriberry
2010-10-21Convert [4][4] matrices to [16] arrays.Timothy B. Terriberry
2010-09-17Restructure multi-threaded decoderYunqing Wang
2010-09-13Delta updates to segmentation map using left and above contexts.Suman Sunkara