summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-08Merge "Common encode/decode function to get reference frame"Adrian Grange
2014-08-08Merge "Removing legacy XMA features from libvpx."Dmitry Kovalev
2014-08-08Merge "Cleaning up vp9_encodeframe.c."Dmitry Kovalev
2014-08-08Common encode/decode function to get reference frameAdrian Grange
Replaced encoder and decoder functions to get a pointer to a reference frame with a common function, vp9_get_ref_frame, and simplified it. Change-Id: Icb206fcce8caace3bfd1db3dbfa318dde79043ee
2014-08-08Remove coding_use_prev_mi member from VP9_COMMONAdrian Grange
This was shadowing the use of error_resilient_mode, but with the opposite sense. Change-Id: Ie4d30263a304fe4b3e94f0c7741db6888cc6afd8
2014-08-08Merge "Fix active_map speed 6."Alex Converse
2014-08-08Merge "Cleanup SEG_LVL_SKIP handling in encode_superblock."Alex Converse
2014-08-07Merge "Fix bug 807"James Zern
2014-08-07Fix bug 807levytamar82
in the sub_pixel_*variance* function the dst is aligned to 16 bytes and not to 32 bytes - now load unaligned data Change-Id: I2e0b9745543697efc56fefa32857ea10117af135
2014-08-07test/vpxenc.sh: Enable the VP9 lossless test.Tom Finegan
Change-Id: Iff403dfb4c8face0494f0dba840ce91f51e9ca04
2014-08-07Merge "vp9 ssvc test: Remove disabled tests."James Zern
2014-08-07Merge "vpxenc tests: Relocate vpxenc wrapper."Tom Finegan
2014-08-07Merge "Fix bug 806"James Zern
2014-08-07Fix active_map speed 6.Alex Converse
Fix the interaction between active map and reuse_inter_pred_sby. The reuse_inter_pred_sby feature expects inter predictors to already be built, but blocks with active map on skip this step. Change-Id: Ibb2bf0d228f678935d82a0ede9cb0919ab7c8878
2014-08-07Cleanup SEG_LVL_SKIP handling in encode_superblock.Alex Converse
Change-Id: Ib7497ba08696765cbc1b2cc4218d37f4298f278c
2014-08-07vp9 ssvc test: Remove disabled tests.Tom Finegan
The disabled tests require a mode parameter that has been removed from the ssvc example. BUG=https://code.google.com/p/webm/issues/detail?id=833 Change-Id: I1a5d67628ed769cc5372c4a864f33d5569b6eb13
2014-08-07Merge "tools_common.c: unsigned signed mismatch addressed"Jim Bankoski
2014-08-07Cleaning up vp9_encodeframe.c.Dmitry Kovalev
Change-Id: Ia3001ae5c44faee3978fc3eb7a027cd9712a0373
2014-08-07Merge "vp8: for spatial resize, reallocate denoiser in vp8_allocate_comp."Marco Paniconi
2014-08-07Fix bug 806levytamar82
in the function sad32x32x4d and sad64x64x4d the source is aligned to 16 bytes and not to 32 bytes - the load is now unaligned. Change-Id: I922fdba56d0936b5cf72e4503519f185645a168c
2014-08-07Merge "Removing direct references to VP9_COMP."Dmitry Kovalev
2014-08-07vp8: for spatial resize, reallocate denoiser in vp8_allocate_comp.Marco Paniconi
Change-Id: I1827efe2126501a4a5637ee3ae85233d7526bc0e
2014-08-07Merge "vp9_bitstream: make some function params const"James Zern
2014-08-07vpxenc tests: Relocate vpxenc wrapper.Tom Finegan
Move vpxenc() from tools_common.sh to vpxenc.sh. Change-Id: If3bc1e8616f7e0334d39b560946e467482fe5cf4
2014-08-07Merge "Changes hdr for profiles > 1 for intraonly frames"Deb Mukherjee
2014-08-07vp9_bitstream: make some function params constJames Zern
Change-Id: Ic49e290c7c88c55e730a0b2b0eb16ee3d0f120e7
2014-08-07Merge "vp9_cx_iface.c: warning missing default"Alex Converse
2014-08-07Merge "Adding ticks <-> timebase units conversion functions."Dmitry Kovalev
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
Specifies the bit-depth, color sampling and colorspace for intra only frames for profiles > 0 Also adds checks to ensure that profile 1 and 3 are exclusively used for non 420 streams. Change-Id: Icfb15fa1acccbce8f757c78fa8a2f60591360745
2014-08-07Merge "configure: add --enable-coefficient-range-checking"Yaowu Xu
2014-08-07tools_common.c: unsigned signed mismatch addressedJim Bankoski
Change-Id: I919ca42794f13751ca099868e73892d9df64e45f
2014-08-07vp9_cx_iface.c: warning missing defaultJim Bankoski
Change-Id: I18cbdad6031d14d4c1a818c0ab33bbedf7b33e19
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
This commit adds a configure time option used to enable strict error checking in decoder to make sure intermediate stage cofficients of inverse transforms are within valid range of signed 16 bit integer. For valid VP9 input streams, intermediate stage coefficients should always stay within the range of a signed 16 bit integer. Coefficients can go out of this range for invalid/corrupt VP9 streams. However, strictly checking this range for every intermediate coefficient can be a burden for decoder, therefore such validation is only enabled with configure option --enable-coefficient-range-checking. Change-Id: I47d47c8c4e48a922c3d223ca59064f51b3f0f5ed
2014-08-06vp9_rd.c: cleanup ugly expressionJim Bankoski
Change-Id: I066763c2e3ae69ab772bb986da97af9b504f0329
2014-08-06Merge "[spatial svc]Add is_spatial_svc() helper function."Minghai Shang
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
Change-Id: Ice5376100d8e27cbdaddfd3cd06898cedd2720fe
2014-08-06Adding ticks <-> timebase units conversion functions.Dmitry Kovalev
Change-Id: I75abd57367a7974a9fab8a727b2bbc54dea428c3
2014-08-06vp8 bugfix: Reallocate denoiser when spatially resizing.Marco Paniconi
This is needed to update the width/height and stride parameters for the reference buffers that the denoiser uses. Change-Id: Id51b3bdcb56bbbc8187865544ccd3d872a0d51fe
2014-08-06Merge "Create function vp9_preserve_existing_gf"Adrian Grange
2014-08-06Removing direct references to VP9_COMP.Dmitry Kovalev
Change-Id: Ic37624d807884e71f08b50fd04892f03f2708ba7
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
When no more data is available, vpx_codec_decode should be called with NULL as data and 0 as data_sz. vpx_codec_get_frame iterates over a list of the frames available for display. The iterator storage should be initialized to NULL to start the iteration. Iteration is complete when this function returns NULL. Also change the unit test to conform to the api spec. Change-Id: I4b258b309f5df3d37d10c82f01492c0394181c2a
2014-08-06Write VP9E_SET_TUNE_CONTENT to the correct location.Alex Converse
Change-Id: Ie8c976ececc79fd58c6eb16b7add053dc58e3bb8
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