summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.c
AgeCommit message (Expand)Author
2012-09-13Changed setup intra recon to be row basedScott LaVarnway
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Use intra4x4_predict_d parameter namesJohann
2012-08-01use RTCD pointer for intra4x4_predictJohann
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-11fix warnings for building on win32Scott Graham
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-04-24Simplifies decoder multithread synchingAttila Nagy
2012-04-23Optimizes precalculated decoder block ptrs&offsAttila Nagy
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-08threading.c refactoringScott LaVarnway
2012-02-29Decoder loops refactoringScott LaVarnway
2012-02-28Merge changes Ifb450710,I61c4a132Scott LaVarnway
2012-02-28Eliminated reconintra_mt.cScott LaVarnway
2012-02-28Removed duplicate code in threading.cScott LaVarnway
2012-02-21Eliminated vp8mt_build_intra_predictors_mbuv_sScott 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 remaining IDCT functionsJohn Koleszar
2012-01-30RTCD: add loopfilter functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-11-25Modified the inverse walsh to output directlyScott 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-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-07-22fix sharpness bug and clean upJohann
2011-07-08New loop filter interfaceAttila Nagy
2011-06-27Adding support for error concealment in multi-threaded decodingStefan Holmer
2011-06-15Remove redundant check for KEY_FRAME in multithreaded decoderAttila Nagy
2011-06-02Removed B_MODE_INFOScott LaVarnway
2011-05-24MODE_INFO size reductionScott LaVarnway
2011-05-09clean up unused variable warningsJohann
2011-05-05Merge "Runtime detection of available processor cores."Yunqing Wang
2011-04-28Consolidated build inter predictorsScott LaVarnway
2011-04-26Merge "Test vector mismatch fix"Scott LaVarnway
2011-04-26Test vector mismatch fixScott LaVarnway
2011-04-25remove simpler_lpfJohann
2011-04-21Removed dc_diff from MB_MODE_INFOScott LaVarnway
2011-04-20Removed redundant checks of the mode_info_context flagsScott LaVarnway
2011-03-31Runtime detection of available processor cores.Attila Nagy