summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2014-08-07vp9_bitstream: make some function params constJames Zern
2014-08-07Merge "Adding ticks <-> timebase units conversion functions."Dmitry Kovalev
2014-08-07Merge "configure: add --enable-coefficient-range-checking"Yaowu Xu
2014-08-07Merge "vp9_rd.c: cleanup ugly expression"Jim Bankoski
2014-08-06Merge "Make the api behavior conform to api spec."Hangyu Kuang
2014-08-06configure: add --enable-coefficient-range-checkingYaowu Xu
2014-08-06vp9_rd.c: cleanup ugly expressionJim Bankoski
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-06Adding ticks <-> timebase units conversion functions.Dmitry Kovalev
2014-08-06Merge "Create function vp9_preserve_existing_gf"Adrian Grange
2014-08-06Merge "Write VP9E_SET_TUNE_CONTENT to the correct location."James Zern
2014-08-06Merge "vp9_subexp: remove vp9_compute_update_table()"James Zern
2014-08-06Make the api behavior conform to api spec.Hangyu Kuang
2014-08-06Write VP9E_SET_TUNE_CONTENT to the correct location.Alex Converse
2014-08-06Merge "Use INTER_ALL for VAR based partitions for screencast material."Alex Converse
2014-08-06Merge "Add a codec control option to tune for screen content."Alex Converse
2014-08-06Merge "Remove vp9_postproc_x86.h"Johann
2014-08-06Merge "Directly split the block in partition search"Pengchong Jin
2014-08-05Directly split the block in partition searchPengchong Jin
2014-08-05Remove vp9_postproc_x86.hJohann
2014-08-05Create function vp9_preserve_existing_gfAdrian Grange
2014-08-05Use INTER_ALL for VAR based partitions for screencast material.Alex Converse
2014-08-05Add a codec control option to tune for screen content.Alex Converse
2014-08-05vp9_subexp: remove vp9_compute_update_table()James Zern
2014-08-05Merge "[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame...Minghai Shang
2014-08-05Merge changes I4e2aeaef,Ie3e478efJim Bankoski
2014-08-04Merge "Store first pass motion vector directions"Pengchong Jin
2014-08-04Store first pass motion vector directionsPengchong Jin
2014-08-04Merge "Cosmetic indent fix in vp9_rd_pick_inter_mode_sb"Jingning Han
2014-08-04[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag f...Minghai Shang
2014-08-04Cosmetic indent fix in vp9_rd_pick_inter_mode_sbJingning Han
2014-08-04cast enums to int to avoid gcc warning in pred_commonJim Bankoski
2014-08-04energy -> int to avoid unsigned / signed mismatchJim Bankoski
2014-08-04vp9_firstpass.c: fix unused static functionJim Bankoski
2014-08-04set but unused var in vp9_rdoptJim Bankoski
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-04uint8_t segment and skip to avoid signed / unsigned warningsJim Bankoski
2014-08-04avoid signed mismatch warning in gccJim Bankoski
2014-08-01Merge "vp9_entropy: inline comes first to avoid warning."James Zern
2014-08-01Merge "signed unsigned mismatch - warning error"James Zern
2014-08-01vp9_entropy: inline comes first to avoid warning.Jim Bankoski
2014-08-01Merge "removed sign mismatch warning"James Zern
2014-08-01Merge "Added vp9_sad8x8_neon()"Frank Galligan
2014-08-01Neon version of vp9_sub_pixel_variance8x8(),Scott LaVarnway
2014-08-01Merge "Neon version of vp9_sub_pixel_variance32x32(),"Frank Galligan
2014-08-01Added vp9_sad8x8_neon()Scott LaVarnway
2014-08-01signed unsigned mismatch - warning errorJim Bankoski
2014-08-01removed sign mismatch warningJim Bankoski
2014-07-31Merge "Skip calling vp9_block_energy when aq-mode is off"Jingning Han
2014-07-31Merge "Code cleanup in rdopt.c"Yunqing Wang