summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
2014-08-07Merge "configure: add --enable-coefficient-range-checking"Yaowu Xu
2014-08-07tools_common.c: unsigned signed mismatch addressedJim Bankoski
2014-08-07vp9_cx_iface.c: warning missing defaultJim Bankoski
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-06Merge "[spatial svc]Add is_spatial_svc() helper function."Minghai Shang
2014-08-06Integrate fast txfm and quant path into skip_recode systemJingning Han
2014-08-06Merge "vp8 bugfix: Reallocate denoiser when spatially resizing."Marco Paniconi
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-06vp8 bugfix: Reallocate denoiser when spatially resizing.Marco Paniconi
2014-08-06Merge "Create function vp9_preserve_existing_gf"Adrian Grange
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
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-06Add tune-content command line optionAlex Converse
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-05remove unused fields from BOOL_CODER / vp9_writerJames Zern
2014-08-05vp9_write_bit_buffer: fix function name typoJames Zern
2014-08-05Removing legacy XMA features from libvpx.Dmitry Kovalev
2014-08-05Directly split the block in partition searchPengchong Jin
2014-08-05Remove vp9_postproc_x86.hJohann
2014-08-05Extend skip_txfm flag into array to cover YUV planesJingning Han
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-04vpxdec warning errors addressedJim Bankoski
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