summaryrefslogtreecommitdiff
path: root/vp8/encoder/ethreading.c
AgeCommit message (Expand)Author
2016-03-22Simplify the loopfilter synchronization logic in VP8 encoderYunqing Wang
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-12-03Various updates to vp8.Marco
2014-11-06Remove asm offset dependenciesJohann
2014-10-31Remove pair quantizationJohann
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi
2012-12-10Moved error_bins to macroblock structScott LaVarnway
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-12-05Disable background update on non-base layer framesAdrian Grange
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-08-23Merge "Added error checking to vp8cx_create_encoder_threads()"Scott LaVarnway
2012-08-20Fix inter_zz_count calculation bugYunqing Wang
2012-08-14Added error checking to vp8cx_create_encoder_threads()Scott LaVarnway
2012-08-01Fix potential encoder dead-lock after picture resizeAttila Nagy
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-16Multithreaded encoder, late sync loopfilterAttila Nagy
2012-02-02Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway
2012-02-02Removed frames_since_golden from MACROBLOCKDScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add FDCT functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2011-12-28Remove unused MACROBLOCK member vector_rangeJohn Koleszar
2011-12-28Remove unused BLOCK member force_emptyJohn Koleszar
2011-12-22Remove legacy integer typesJohn Koleszar
2011-11-28Populate q_index in multi-thread encodingYunqing Wang
2011-11-08Fix checks in MB quantizer initializationYunqing Wang
2011-10-24remove unused variable warningJohann
2011-09-13Fixed encoder crashScott LaVarnway
2011-06-23Copy macroblock data to a buffer before encoding itYunqing Wang