summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-15Merge "More user friendly vpxenc help strings."Dmitry Kovalev
2014-04-15Merge "Moving frame_frags field from VP9Common to VP9_COMP."Dmitry Kovalev
2014-04-15Merge "Using anonymous enum instead of macros."Dmitry Kovalev
2014-04-15Merge "Adding get_skip_encode_frame()."Dmitry Kovalev
2014-04-15Merge "Remove fatal() call in webmdec.c"Vignesh Venkatasubramanian
2014-04-14Merge "Removing unused vp9_mcomp_x86.h file."Dmitry Kovalev
2014-04-14Merge "Replacing int_mv with MV."Dmitry Kovalev
2014-04-14Merge "Remove vp9_ prefix on static inline function."Paul Wilkins
2014-04-14Adding get_skip_encode_frame().Dmitry Kovalev
Change-Id: Id687aa617650a859463e7ae63dd4c0dc4f3e4779
2014-04-14Using anonymous enum instead of macros.Dmitry Kovalev
Change-Id: I5ed360585dae2c9fea6c32058dbfb8ec07700677
2014-04-14Merge "Reduce code duplication"Yaowu Xu
2014-04-14Merge "Enable vpxenc to specify internal coded frame size"Adrian Grange
2014-04-14Remove fatal() call in webmdec.cVignesh Venkatasubramanian
Remove call to fatal() in webmdec.c so that it does not depend on tools_common.c for compilation. Change-Id: I3eec483afe6fae72436993c72b26d61d14a7f2bf
2014-04-14More user friendly vpxenc help strings.Dmitry Kovalev
Change-Id: I257fb32673c47848258dc7e6e22147d0beb49f86
2014-04-14Merge "Speed 2 alternative balance."Paul Wilkins
2014-04-14Replacing int_mv with MV.Dmitry Kovalev
Change-Id: I35b9d1856d7951b8df7c933df6936dfc52a28451
2014-04-14Removing unused vp9_mcomp_x86.h file.Dmitry Kovalev
We don't use declarations from this file. The real declarations (differently named) are in vp9_rtcd_defs.pl, e.g. vp9_full_search_sad. Change-Id: I73cbf064305710ba20747233cfdbe67366f069a0
2014-04-14Reduce code duplicationYaowu Xu
Change-Id: I6ea1c335da9ca5b65f6a11466b417ad196fd0d65
2014-04-14Enable vpxenc to specify internal coded frame sizeAdrian Grange
Added command line flags "resize-width" & "resize-height" to allow the user to specify the frame size to encode at. These two flags are ignored if the "resize-allowed" switch is not set to 1. All frames in the clip are then encoded at this size, which must be smaller than the raw frame size. Change-Id: I3d64bd9303d5c0bd678461a866a1ea621700d744
2014-04-14Merge "Cleaning up check_best_zero_mv()."Dmitry Kovalev
2014-04-14Merge "Cleaning up optimize_b()."Dmitry Kovalev
2014-04-14Merge "Removing redundant mvsadcost local variables."Dmitry Kovalev
2014-04-14Merge "Removing redundant checks from vp9_change_config()."Dmitry Kovalev
2014-04-14Remove vp9_ prefix on static inline function.Paul Wilkins
This prefix reserved for global scope functions etc. Change-Id: I671cda2a63e01a40aae3d7407dd1bb4d338d709c
2014-04-14Speed 2 alternative balance.Paul Wilkins
A previous path improved speed 2 quality a little but more extensive testing showed that it slowed encode by a few %. The change will have a similar effect for speed 3 but should not impact speeds 4+; This experiment should reverse that and give a speed up at the cost of a small quality loss. Borg results pending. Change-Id: I4493fc1541aaf44587f1a41ff219f7088da9252c
2014-04-13Merge "Add a few "const""Yaowu Xu
2014-04-11Merge "Adding consts in vp9_picklpf.c."Dmitry Kovalev
2014-04-11Merge "Fixing error found by ioc."Dmitry Kovalev
2014-04-11Merge "Adding vp9_rc_update_framerate() function."Dmitry Kovalev
2014-04-11Fixing error found by ioc.Dmitry Kovalev
vp9/encoder/vp9_rdopt.c:3913:44: runtime error: index -1 out of bounds for type 'RefBuffer [3]'. Change-Id: Ic0ec755328853b359e3a1ee84d319589183e38b7
2014-04-11Merge "Fix the VP9 encoding unit test failure on ARM."hkuang
2014-04-11Removing redundant checks from vp9_change_config().Dmitry Kovalev
Both values are already checked as command line arguments: RANGE_CHECK_HI(cfg, g_lag_in_frames, MAX_LAG_BUFFERS); RANGE_CHECK_HI(extra_cfg, sharpness, 7); Change-Id: I584798d587152d88dfd517c210054b466f4e5f8a
2014-04-11Add a few "const"Yaowu Xu
Change-Id: I258351fc1fff70ff2e9fa4845e575b0bb6a423d1
2014-04-11Merge "Replace the call to set_offsets()"Yaowu Xu
2014-04-11Adding consts in vp9_picklpf.c.Dmitry Kovalev
Change-Id: I84af62cc52954fc2eaf0b737245be76551fc8005
2014-04-11Cleaning up check_best_zero_mv().Dmitry Kovalev
Change-Id: I5c450a4932fb4f20449487596932458ee3b48ae0
2014-04-11Adding vp9_rc_update_framerate() function.Dmitry Kovalev
Change-Id: Ie0c905b6f32a37e4360bbb44ceeae77c42ad1dc5
2014-04-11Merge "rename README.webm -> README.libvpx"James Zern
2014-04-11Removing redundant mvsadcost local variables.Dmitry Kovalev
Change-Id: I19a197b9525172579f253702c77fa76af88f6565
2014-04-11Merge "Removing offset argument of mvcomp macros."Dmitry Kovalev
2014-04-11Merge "Adding RD_OPT struct."Dmitry Kovalev
2014-04-11Merge "Removing unused cost arguments from mcomp functions."Dmitry Kovalev
2014-04-11Merge "Renaming zz_motion_search() to get_block_variance()."Dmitry Kovalev
2014-04-11Merge "Adding temp variable q to vp9_cyclic_refresh_setup()."Dmitry Kovalev
2014-04-11Replace the call to set_offsets()Yaowu Xu
With a more approriate one vp9_setup_src_planes() as only src buffer pointers need to be initialized here. Change-Id: I40fac4d8b2d39eb7d0c65b9b6afab45138a13936
2014-04-11rename README.webm -> README.libvpxJames Zern
matches the project name and doesn't share a media file extension Change-Id: I9ad6c0a180e36c41f8fc49120615a070ea792a30
2014-04-11Renaming zz_motion_search() to get_block_variance().Dmitry Kovalev
Change-Id: Ibec06411c8cd843c2ca33b528a511a656e551983
2014-04-11Adding RD_OPT struct.Dmitry Kovalev
Change-Id: I2d1b5c1481aefe226082e1f096ca9edd340d4d31
2014-04-11vp9_rc_postencode_update() cleanup.Dmitry Kovalev
Change-Id: Idb1289aa0eadff8f75dcf995547ab3a1b9e27375
2014-04-11Adding temp variable q to vp9_cyclic_refresh_setup().Dmitry Kovalev
Change-Id: If0e9c811c8ae78c0914d615bad0067a5b57e4a71