summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
AgeCommit message (Expand)Author
2013-03-27Merge branch 'master' into experimentalJohn Koleszar
2013-03-20Removed mode_chosen_countsScott LaVarnway
2013-03-18ENTROPY_STATS -> VP8_ENTROPY_STATS in vp8/.Ronald S. Bultje
2013-03-05vp8: clamp probability valuesJames Zern
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2013-01-11Upstream changes from Chromium Android Clang build.Frank Galligan
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
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-07Moved denoiser frame copy/updates out of loopfilter threadScott LaVarnway
2012-12-05added work buffer for denoiserScott LaVarnway
2012-12-05Move vp8_scale_frame to vpx namespaceJohann
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-12-05Removed check_gf_quality()Scott LaVarnway
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-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Merge "Removed mb_norm_activity_map"Scott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Removed mb_norm_activity_mapScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-10-10post-proc: fix 0 or negative threshold handlingYunqing Wang
2012-10-09Merge "post-proc: deblock filter optimization"Yunqing Wang
2012-10-08post-proc: deblock filter optimizationYunqing Wang
2012-10-01Disable keyframe in real time that's placed one frame after a cut.Jim Bankoski
2012-09-27Resetting of the cyclic_refresh_mode_index:Marco Paniconi
2012-09-26Reset the cyclic_refresh_mode_index to 0 on resize.Marco Paniconi
2012-09-25Merge "disable segmentation on enhancement layers"Jim Bankoski
2012-09-24disable segmentation on enhancement layersJim Bankoski
2012-09-23Update to cyclic refresh:Marco Paniconi
2012-09-21Update to cyclic refresh.Marco Paniconi
2012-08-23Merge "Added error checking to vp8cx_create_encoder_threads()"Scott LaVarnway
2012-08-21Merge "Add biasing to ZEROMV for videos with static background"Jim Bankoski
2012-08-21Merge "Removed last_kf_gf_q"Scott LaVarnway
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