summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-02Fix compiler warningsAttila Nagy
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-04-24Simplifies decoder multithread synchingAttila Nagy
2012-04-23Removed mcomp_filter_typeScott LaVarnway
2012-04-23Merge "Removes duplication of key frame mode probabilities"Scott LaVarnway
2012-04-23Optimizes precalculated decoder block ptrs&offsAttila Nagy
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-04-19Makes all mode token tables constAttila 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-03-29Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)Scott LaVarnway
2012-03-26Removed duplicate vp8_build_intra_predictors_mb y/uvScott LaVarnway
2012-03-23New vp8_decode_mb_tokens()Scott LaVarnway
2012-03-08threading.c refactoringScott LaVarnway
2012-02-29Decoder loops refactoringScott LaVarnway
2012-02-28Merge changes Ifb450710,I61c4a132Scott LaVarnway
2012-02-28Merge "Removed duplicate code in threading.c"Scott LaVarnway
2012-02-28Eliminated reconintra_mt.cScott LaVarnway
2012-02-28Removed duplicate code in threading.cScott LaVarnway
2012-02-27Merge "decoder: reset segmentation map on keyframes"John Koleszar
2012-02-21Eliminated vp8mt_build_intra_predictors_mbuv_sScott LaVarnway
2012-02-16decoder: reset segmentation map on keyframesJohn Koleszar
2012-02-16Simplify mb_to_x_edge calculation during mode decodingScott LaVarnway
2012-02-16decodemv cleanup/improvementsScott LaVarnway
2012-02-02Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway
2012-02-02Removed frames_since_golden from MACROBLOCKDScott LaVarnway
2012-01-31BLOCKD structure cleanupScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30RTCD: add remaining IDCT functionsJohn Koleszar
2012-01-30RTCD: add loopfilter functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-27Merge "Hook up VP8D_GET_LAST_REF_USED"John Koleszar
2012-01-27Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2012-01-03Merge "Remove useless g_common.h"Scott LaVarnway
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 useless g_common.hJohn 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