summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-30Change license BSD-3-Clause to BSD-2.0 and remove GPL-2.0+ licensesubmit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen_3.0_wearable/20161015.000004submit/tizen_3.0_tv/20161015.000004submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20151230.022322accepted/tizen/wearable/20151230.115422accepted/tizen/tv/20151230.115354accepted/tizen/mobile/20151230.115329accepted/tizen/ivi/20160218.025325accepted/tizen/3.0/wearable/20161015.083529accepted/tizen/3.0/tv/20161016.005159accepted/tizen/3.0/mobile/20161015.033641accepted/tizen/3.0/ivi/20161011.050528accepted/tizen/3.0/common/20161114.111100accepted/tizen/3.0.m2/wearable/20170105.025019accepted/tizen/3.0.m2/tv/20170105.024851accepted/tizen/3.0.m2/mobile/20170105.024710tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileGilbok Lee1-1/+1
Change-Id: I1f70a559ecb226a096b67f01e7e51afbfdfee73d Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
2014-12-16packaging: workaround a gbs exporttizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150102.000000submit/tizen_tv/20151202.000000submit/tizen_mobile/20151202.000001submit/tizen_mobile/20141231.012840submit/tizen_ivi/20141225.111111submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20141222.092000accepted/tizen/wearable/20150105.054715accepted/tizen/tv/20150105.022354accepted/tizen/mobile/20150105.022534accepted/tizen/ivi/20141225.062824accepted/tizen/common/20141222.101600tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonPhilippe Coval1-0/+3
An other way to apply the patch "disable cross build for ARM" Which is not exported in gbs 0.23 For now both changes are here, it would make sense to drop the downstream patch in the future. This problem have been reported to gbs developers. Change-Id: Ic8864ddba2d92103a2e65e3f1ca355a89a98904d Bug-Tizen: TC-1845/2of3 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-12-16packaging: use gittag from upstreamPhilippe Coval1-0/+3
Change-Id: I853c44f660d86cd16a4736aaa80ae7846284bf94 Bug-Tizen: TC-1845/2of2 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-12-16packaging: Bump to 1.3.0Philippe Coval1-4/+6
Converted from tar to git Change-Id: I8de2858a957cc9070c44f0a8bc2802277cc6bada Bug-Tizen: TC-1845/1of3 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-12-16up changelogAnas Nashif1-0/+5
Change-Id: I79347ce936132a9f3d1017e0a752330e26bd3de2
2014-12-16Update to 1.2Anas Nashif1-10/+5
Change-Id: Ic721fac79f96cfe3600672783b4b6d12c0d2d1c6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2014-12-16disable cross build for ARMAnas Nashif1-1/+1
Change-Id: I824846804faa0fe638335cbbcd3333876f264d48 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2014-12-16resetting manifest requested domain to floorAlexandru Cornea2-0/+10
2014-12-16initial importAnas Nashif1-0/+3
2014-12-11packaging: Initial packaging for TizenAnas Nashif1-0/+95
Change-Id: Ieff03d3eedf096445cc674e1fdda496d685f75ba
2013-12-02Fix bug in extend_frame chroma extended too farv1.3.0Adrian Grange2-9/+12
This fixes issue 667. In the case where the frame was an odd number of pixels wide or high, the border was being extended by one col or row too far. The calculation of color plane dimensions was modified to use those already computed at the time the frame buffer was allocated. Also freed the temporary scaling buffer in vpxdec to prevent a memory leak. Change-Id: I195bc81d84c0fc5d8260c1232200d62399e4b51f
2013-11-21Correct ssse3 8/16-pixel wide sub-pixel filter calculationYunqing Wang1-7/+24
Although no mismatch was indicated for 8/16 wide sub-pixel filters in issue 661, they had similar problems that could cause mismatch potentially. This patch fixed calculations in HORIZx8/16 and VERTx8/16. Change-Id: Ib85412d690bea5609a51f0e50e7c858406b8ff9e
2013-11-21Take out assertion from inverse transformsJingning Han2-142/+147
Separate the rounding and right shift operations of forward transform from those of inverse transform. Take out the assertion check from inverse transforms. If the transform coefficients were constructed to cause intermediate steps of inverse transform overflow, the codec will just let it overflow without breaking the decoding flow. Change-Id: Ia7ce15dfd1a73b4abbaa78cbc74ec718523c5b1b
2013-11-21Fix stack pointer in sub-pixel filtersYunqing Wang1-0/+2
In commit "3d50da5397d20abc932d81453b26cde758293a40", the stack pointer was modified while aligning the stack, and it needed to be pop out at the end. Change-Id: I39e4adc6b8aa3379854dd264d41aa6f0f15c7953
2013-11-21Fix decoder mismatch with ssse3 enabledYunqing Wang1-19/+37
This patch fixed issue 661: "Decoder produces mismatched outputs with ssse3 enabled and disabled." In sub-pixel filters, a pixel value was multiplied by a filter coefficient, and the results were added up. The order of adding up these multiplications had to be arranged carefully to prevent incorrect overflowing. Change-Id: Ia78663dfe74a2d46900f1c6fb07c21fac273892f
2013-11-21vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres8-17/+34
Change-Id: I2a08c00e8576099abc84b6ef05cb3567426e29cf
2013-11-21Disable avx/avx2 for Visual Studio 2010Johann1-1/+1
VS2010 only supports avx. There is currently no avx code in libvpx so don't create a special case for it. Change-Id: I39a11410367712b98bc6122c5a42fabffcdb94cf
2013-11-21Add support for VC++2013Yaowu Xu4-6/+29
Change-Id: I5f979135d371c3fc7b9485e29479f112baa5fa3b
2013-11-15Prepare 1.3.0 release:Paweł Hajdan3-0/+95
- update .mailmap and AUTHORS - update CHANGELOG Change-Id: I3d75e8a6f87cabcbebc20e3ee5f3cd7db4d2e84d
2013-11-15Merge "Cleaning up vp9_loopfilter.c file."Dmitry Kovalev1-26/+25
2013-11-15Merge "Generate GAS output for Chromium"Johann1-1/+22
2013-11-15Merge "Build iOS targets with XCode 5"Johann2-30/+15
2013-11-15Merge "Fix coding format in vp9_idct"Jingning Han1-2/+3
2013-11-15Generate GAS output for ChromiumJohann1-1/+22
Upstream changes to account for differences in clang syntax for Chromium iOS builds. Since most of these are incompatible with XCode clang, hide them behind a flag. Change-Id: Idafcbcd4eb01b1ada6277da2d2edfd6c04b579fd
2013-11-15Build iOS targets with XCode 5Johann2-30/+15
Thanks to armando.dicianno for the patch Fixes issue #603 Change-Id: I91ec030e5674b82c05115ed4dfbdb8ccbff22b66
2013-11-15partition plane context speed upJim Bankoski1-7/+6
Removes silly operations inside loop. Change-Id: I9eeab1e914e715a887f86cf1089de508e2364165
2013-11-15Merge "loop filter assert cleanout"Jim Bankoski1-14/+18
2013-11-14Merge "Cleaning up vp9_tile_common.{h, c} files."Dmitry Kovalev2-34/+25
2013-11-14Fix coding format in vp9_idctJingning Han1-2/+3
Change-Id: If97ae16a4478717933345b6b9d5bc1b417b8dd84
2013-11-14fix scalling bug by buffer auto-reallocationAdrian Grange5-14/+68
Change-Id: Ib748eb287520c794631697204da6ebe19523ce95
2013-11-14Cleaning up vp9_loopfilter.c file.Dmitry Kovalev1-26/+25
Change-Id: Ic6770072f80dfb54d2725ed96370d4f243a9f474
2013-11-14Cleaning up vp9_tile_common.{h, c} files.Dmitry Kovalev2-34/+25
Change-Id: I9d18f351abe7614107f34f47eeb38a234a9937c9
2013-11-14Removing unused coefband_trans_8x8plus array from VP9Decompressor.Dmitry Kovalev2-8/+0
Change-Id: Ic1367d767705377402ebfec0705f9f553a834400
2013-11-14Tweaks to vpx_test android make fileJoshua Litt2-36/+23
* Change from thumb mode to arm mode improves test time significantly * Direct inclusion of test.mk allows for unit test configuration via configure script Change-Id: Id58d3ba8289374528756a672459d8334afe20e2a
2013-11-14loop filter assert cleanoutJim Bankoski1-14/+18
Change-Id: I4e2ad4b7342681e6ac236356ef3a4927a54f105b
2013-11-14Merge "Eliminating usage of txfrm_block_to_raster_block() from encode_block()."Dmitry Kovalev1-10/+5
2013-11-14Merge "Enable 4x4 DCT/ADST transform unit test"Jingning Han1-134/+244
2013-11-14Merge "For CBR, keep rate-correction damping factor to 2."Marco Paniconi2-3/+5
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee9-73/+100
Simplifies the code by implementing band mapping with static arrays. A lot of the code complexity introduced in a previous patch disappears. Change-Id: Ia3fac36e594fb5ad2d55ae141c58bba4c55c2d28
2013-11-13Eliminating usage of txfrm_block_to_raster_block() from encode_block().Dmitry Kovalev1-10/+5
Change-Id: I7d11f1b6075a1115cdc2dcd605225b9c9c9b39c7
2013-11-13Merge "Cleaning up decode_coefs() function."Dmitry Kovalev2-12/+10
2013-11-13Enable 4x4 DCT/ADST transform unit testJingning Han1-134/+244
This commit enables the unit tests for 4x4 DCT and ADST transforms. It covers tests of round-trip error check, coefficient match check, coefficient overflow check, and inverse accuracy check. Change-Id: Ibfea928ee48f0ebc088b7fdb0bf2d89a14161299
2013-11-13Cleaning up decode_coefs() function.Dmitry Kovalev2-12/+10
Removing vp9_read_and_apply_sign macro which was used only once. Change-Id: I6a1625b720d89fc1291c99deccd6638b705f9b06
2013-11-13For CBR, keep rate-correction damping factor to 2.Marco Paniconi2-3/+5
The switch to the rate-correction damping factor in https://gerrit.chromium.org/gerrit/#/c/67536/ was not conditioned on CBR mode. Change-Id: I2326704e8ac030a4f7b592dd3fedb94c7dd0644d
2013-11-13Merge "Dual buffer encoding for intra modes"Jingning Han6-72/+124
2013-11-13Fix an overflow issue in SSE2 forward ADSTJingning Han1-2/+3
The step that sums three input samples could potentially cause the intermediate result go beyond 16 bit limit, when operating as the second 1-D transform. This commit fixes the issue. Change-Id: Iaf512449ac2d25ddd8a806d760afab362c62a516
2013-11-13Merge "Replacing raster_block with block in the encoder."Dmitry Kovalev1-2/+1
2013-11-13Merge "Split macro strings on whitespace"Johann1-1/+1
2013-11-13Merge "Removing function pointers from inter prediction."Dmitry Kovalev1-40/+22
2013-11-13Dual buffer encoding for intra modesJingning Han6-72/+124
Overall change (using dual buffer scheme for superblocks of both inter and intra modes) reduces speed 2 runtime: bluesky_1080p at 6000kbps: 263553ms -> 257441ms riverbed_1080p at 8000kbps: 233230ms -> 225308ms. Change-Id: Idf8d70f768a4b0d97b2a8506372c57b7b4022119