summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2014-12-22Merge "remove static initializers for partition tree"Jim Bankoski
2014-12-17remove static initializers for partition treeJim Bankoski
2014-12-12vp9: move encoder-only member from commonJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-03Remove unused ONE_LOOP entry from speed featureJingning Han
2014-12-03Rework coeff probability model update for rtc codingJingning Han
2014-11-25vp9_ethread: calculate and save the tok starting address for tilesYunqing Wang
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-11-04Simplify interface of write_selected_tx_size and read_tx_sizeHui Su
2014-10-27Refactor encoder tile data structureJingning Han
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-17Remove the dependency in token storing locationsYunqing Wang
2014-10-16[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-16Revert "[spatial svc]Another workaround to avoid using prev_mi"Paul Wilkins
2014-10-14[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-03Merge "Removing clear_system_state() call from update_coef_probs()."Dmitry Kovalev
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