summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2014-09-03Merge "[svc] Temporal svc with two pass rate control"Minghai Shang
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-08-26Merge "add a new interp filter search strategy."Yaowu Xu
2014-08-26add a new interp filter search strategy.Yaowu Xu
2014-08-25Merge "[spatial svc]Multiple frame context feature"Minghai Shang
2014-08-25[spatial svc]Multiple frame context featureMinghai Shang
2014-08-21Removing clear_system_state() call from update_coef_probs().Dmitry Kovalev
2014-08-14Merge "Fix bug 837: realloc mode info buffers on resize"Adrian Grange
2014-08-14Fix bug 837: realloc mode info buffers on resizeAdrian Grange
2014-08-11Merge "vp9_write_bit_buffer: fix function name typo"James Zern
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-07Merge "Removing direct references to VP9_COMP."Dmitry Kovalev
2014-08-07Merge "vp9_bitstream: make some function params const"James Zern
2014-08-07Merge "Changes hdr for profiles > 1 for intraonly frames"Deb Mukherjee
2014-08-07vp9_bitstream: make some function params constJames Zern
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
2014-08-06Merge "Create function vp9_preserve_existing_gf"Adrian Grange
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
2014-08-06Merge "vp9_subexp: remove vp9_compute_update_table()"James Zern
2014-08-05vp9_write_bit_buffer: fix function name typoJames Zern
2014-08-05Create function vp9_preserve_existing_gfAdrian Grange
2014-08-05vp9_subexp: remove vp9_compute_update_table()James Zern
2014-08-04[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag f...Minghai Shang
2014-07-22vp9_bitstream.c: cosmeticsJames Zern
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-06-26Fix quality regression for multi arf off case.Paul Wilkins
2014-06-24Dual ARF changes: Buffer index selection.Paul Wilkins
2014-06-24Further dual arf changes: multi_arf_allowed.Paul Wilkins
2014-06-24Clean out old CONFIG_MULTIPLE_ARF code.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-05-22Removing vp9_pragmas.h.Dmitry Kovalev
2014-05-14Merge "Moving frame_coef_probs from VP9_COMP to local scope."Dmitry Kovalev
2014-05-02[spatial svc] No need to code full width and height for non key frameMinghai Shang
2014-04-30Moving frame_coef_probs from VP9_COMP to local scope.Dmitry Kovalev
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev
2014-04-08High-level hooks for Profile 2 (10/12 bit)Deb Mukherjee
2014-04-04Adding FAST_COEFF_UPDATE enum.Dmitry Kovalev
2014-04-02Making frame_branch_ct a local array.Dmitry Kovalev
2014-04-02Rate ctrl changes to track target bitrates closerDeb Mukherjee
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-21Removing redundant {above, left}_seg_context manipulation code.Dmitry Kovalev
2014-03-20Reusing {above, left}_seg_context vars in both encoder and decoder.Dmitry Kovalev
2014-03-10Adding reusable get_y_mode_prob() function.Dmitry Kovalev
2014-03-07Cleaning up pack_inter_mode_mvs() function.Dmitry Kovalev
2014-03-07Removing unused active_section global variable.Dmitry Kovalev
2014-03-05Adding vp9_cost.{h, c} files.Dmitry Kovalev
2014-03-02vp9_prob_diff_update_savings_search_model(): remove paramsYaowu Xu