summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
AgeCommit message (Expand)Author
2012-08-21Add biasing to ZEROMV for videos with static backgroundYunqing Wang
2012-08-20Fix inter_zz_count calculation bugYunqing Wang
2012-08-20Merge "realtime turndown loopfilter for 00"Yaowu Xu
2012-08-20realtime turndown loopfilter for 00Jim Bankoski
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-08-14Added error checking to vp8cx_create_encoder_threads()Scott LaVarnway
2012-08-02Removed last_kf_gf_qScott LaVarnway
2012-08-01Fix encoder mem allocation when picture size is changedAttila Nagy
2012-07-27Merge "Remove the resetting of qp params for temporal layers."Jim Bankoski
2012-07-27Remove the resetting of qp params for temporal layers.Marco Paniconi
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-07-26multi-res: add drop_frame supportYunqing Wang
2012-07-10Merge "Remove goldfreq in VP8_COMP"Yunqing Wang
2012-06-29Merge "Fix decimation_count in drop_frame"Yunqing Wang
2012-06-20Merge "Fix segmentation updates with vp8_set_roimap()"Paul Wilkins
2012-06-20Fix compilation with -werrorJohn Koleszar
2012-06-20Fix segmentation updates with vp8_set_roimap()Paul Wilkins
2012-06-12Remove goldfreq in VP8_COMPYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-11Merge "Reset Q for key frame when spatial resizing occurs."John Koleszar
2012-06-07Fix decimation_count in drop_frameYunqing Wang
2012-06-07Remove unused code in drop_frameYunqing Wang
2012-06-06Reset Q for key frame when spatial resizing occurs.Marco Paniconi
2012-06-04Remove extra enumJohann
2012-05-30fix denoiser for temporal patterns and rdJim Bankoski
2012-05-25Merge "fix denoiser for temporal patterns and rd"Jim Bankoski
2012-05-24Merge "Fix another multithreaded encoder loopfilter race condition"John Koleszar
2012-05-24fix denoiser for temporal patterns and rdJim Bankoski
2012-05-23Fix another multithreaded encoder loopfilter race conditionAttila Nagy
2012-05-23Fix memory leak in vpx_codec_enc_config_set()John Koleszar
2012-05-23Fix another multithreaded encoder loopfilter race conditionAttila Nagy
2012-05-22Merge "multi-res: force Key frame sychronization"Yunqing Wang
2012-05-16multi-res: force Key frame sychronizationYunqing Wang
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-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-05-02Fix compiler warningsAttila Nagy
2012-04-25Fix loopfilter race condition in multithreaded encoderAttila Nagy
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-04-23Removed mcomp_filter_typeScott LaVarnway
2012-04-20vp8_change_config: don't force kf with spatial resamplingJohn Koleszar
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-04-19Makes all mode token tables constAttila Nagy
2012-04-17Makes all global data in tokenize.c constAttila Nagy
2012-04-16correct alt-ref contribution to frame rateJohn Koleszar
2012-03-22Miscellaneous changes in mfqe and postproc modulesDeb Mukherjee
2012-03-21Minor fix: add back a vpx_free callYunqing Wang
2012-03-16Merge "Add motion search skipping in first pass"Yunqing Wang