summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
AgeCommit message (Expand)Author
2014-04-10Fix onyx_if.c to not to redefine M_LOG2_E if it's already defined.Sergey Ulanov
2014-03-15onyx_if: quiet -Warray-bounds warningsJames Zern
2014-02-26Adding vpx_sse_to_psnr() function.Dmitry Kovalev
2014-02-14Cleanup some comments.Adrian Grange
2014-01-09Keep buffer clipped to maximum in change_config.Marco Paniconi
2013-12-11Fix the printf format stringAdrian Grange
2013-11-19Undo the vp8 change in "Reduce loop filter in..."Marco Paniconi
2013-11-19Merge "Reduce loop filter in cyclic refresh."Jim Bankoski
2013-11-01Fixes to buffer update for temporal layers.Marco Paniconi
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-06-12Fix compile warnings on windows.Frank Galligan
2013-06-11Merge branch 'master' into experimentalJohn Koleszar
2013-06-07Specify mv neighborhood for block larger than 8x8Yaowu Xu
2013-06-05Fixed crash in VP8/CQTestScott LaVarnway
2013-05-21Fixes for run-time change in temporal layers.Marco Paniconi
2013-04-26Merge branch 'master' into experimentalJohann
2013-04-19Merge "Removed shadow warnings : bitstream.c encodeframe.c onyx_if.c"Scott LaVarnway
2013-04-15Initial addition of multiple ARF framesAdrian Grange
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-14Removed shadow warnings : bitstream.c encodeframe.c onyx_if.cScott LaVarnway
2013-03-05vp8: clamp probability valuesJames Zern
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2013-01-11Reduce loop filter in cyclic refresh.Marco Paniconi
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