]>
granicus.if.org Git - libvpx/log
Yaowu Xu [Fri, 25 Apr 2014 23:15:45 +0000 (16:15 -0700)]
Added a test vector
The test vector is produced to have a single key frame, with segment
map enabled and transmitted. Yet no segment feature is active.
Change-Id: I365d62f00d05c07098b9a76fc8d3a991e427ec1a
Tom Finegan [Fri, 25 Apr 2014 05:46:16 +0000 (22:46 -0700)]
Merge "Add tests for decode_to_md5."
Jingning Han [Fri, 25 Apr 2014 00:27:14 +0000 (17:27 -0700)]
Merge "Apply max intra block size condition to non-RD mode decision"
Tom Finegan [Thu, 24 Apr 2014 21:28:45 +0000 (14:28 -0700)]
Add tests for decode_to_md5.
Change-Id: I3c85ab0b64ed825bdb7e18e45cc8385297547d96
Dmitry Kovalev [Thu, 24 Apr 2014 18:49:12 +0000 (11:49 -0700)]
Removing unused vp9_sub_pixel_mse* functions.
Change-Id: I8d906da3bd6de0d3042676846f61a8b2a3444508
Tom Finegan [Thu, 24 Apr 2014 18:12:44 +0000 (11:12 -0700)]
Merge "Move shared test variables to tools_common.sh."
Adrian Grange [Wed, 23 Apr 2014 21:02:27 +0000 (14:02 -0700)]
Remove test against NULL before freeing memory
Change-Id: I6ce6395b74019345c8b7242d874761f981ad53af
Adrian Grange [Wed, 23 Apr 2014 18:11:23 +0000 (11:11 -0700)]
Remove key_frame_frequency variable from VP9_COMP
This member of VP9_COMP seemed unnecessary since it
only shadowed VP9EncoderConfig.key_freq that is
accessible through VP9_COMP.
Change-Id: Ib751bb1cf1b0b3c50a2a527d7c34f6829dd6fee3
Joey Parrish [Thu, 24 Apr 2014 14:45:20 +0000 (07:45 -0700)]
Merge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."
Adrian Grange [Thu, 24 Apr 2014 14:44:41 +0000 (07:44 -0700)]
Merge "Fixed handling of regularly placed keyframes"
Vignesh Venkatasubramanian [Thu, 24 Apr 2014 06:44:08 +0000 (23:44 -0700)]
Merge "Enable tests using WebM files only if webm_io is enabled"
Vignesh Venkatasubramanian [Fri, 18 Apr 2014 18:24:02 +0000 (11:24 -0700)]
Enable tests using WebM files only if webm_io is enabled
There are a few tests which read/write directly to/from WebM files. They should
be disabled when --disable-webm-io is passed.
Change-Id: Ibac4732e27c66da33082151ba6e6993eaa9a1efd
Jingning Han [Thu, 24 Apr 2014 01:59:26 +0000 (18:59 -0700)]
Apply max intra block size condition to non-RD mode decision
Change-Id: I9b86a94d11db2239c85f61aeed5bbd83a0dfa028
Tom Finegan [Thu, 24 Apr 2014 00:18:56 +0000 (17:18 -0700)]
Move shared test variables to tools_common.sh.
The global variables used in vpxdec.sh and vpxenc.sh have become useful
elsewhere: Define them in tools_common.sh instead.
Change-Id: I5b8dbd2e88c8d6b2f46c5c55d7711fa154c12b6a
Adrian Grange [Wed, 23 Apr 2014 17:08:31 +0000 (10:08 -0700)]
Fixed handling of regularly placed keyframes
The encoder was not handling requests to place keyframes at
fixed intervals, i.e. kf_min_dist == kf_max_dist, correctly.
In this case when looking to place the next keyframe it was
accumulating stats all the way up to the end of the firstpass
file. This patch corrects this behavior.
Change-Id: I948ad9f1d7faa0c05861df588136cce3bb61d7e7
James Zern [Wed, 23 Apr 2014 21:51:45 +0000 (14:51 -0700)]
configure: quote some uses of source_path
doesn't completely fix configure/build in directories with spaces, but
it's good practice
Change-Id: Ic7a5b3a0aa9e297b34061af07e099de8b1f003cd
Joey Parrish [Tue, 15 Apr 2014 21:10:58 +0000 (14:10 -0700)]
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
Change-Id: I88f86c8ff9af34e0b6531028b691921b54c2fc48
James Zern [Wed, 23 Apr 2014 20:04:15 +0000 (13:04 -0700)]
Merge changes I2f05a5d9,I674337a7
* changes:
gen_msvs_vcxproj.sh: support cygwin style paths
gen_msvs_proj.sh: support cygwin style paths
Jingning Han [Wed, 23 Apr 2014 19:48:27 +0000 (12:48 -0700)]
Merge "Chessboard pattern prediction filter type search in non-RD coding"
James Zern [Wed, 23 Apr 2014 06:03:19 +0000 (23:03 -0700)]
gen_msvs_vcxproj.sh: support cygwin style paths
Change-Id: I2f05a5d90b3ad6250d31f7b422af4c22527177d1
James Zern [Wed, 23 Apr 2014 03:47:39 +0000 (20:47 -0700)]
gen_msvs_proj.sh: support cygwin style paths
Change-Id: I674337a775651d7d9c9aa9fee755deaed11c104e
Dmitry Kovalev [Wed, 23 Apr 2014 18:35:11 +0000 (11:35 -0700)]
Merge "Adding macro to define vp9_variance_WxH_c() functions."
Jingning Han [Wed, 23 Apr 2014 17:33:41 +0000 (10:33 -0700)]
Chessboard pattern prediction filter type search in non-RD coding
This commit introduces a chessboard pattern search for the prediction
filter type search. It runs extensive search in alternate blocks and
allows the rest blocks to refer coding decisions of their nearby
neighbors.
For pedestrian 1080p at 4000 kbps, the runtime of speed -5 goes down
from 43990 ms to 42200 ms. The overall compression performance for
RTC set is changed by -1.37%.
Change-Id: Icfe220c49451cda796f0ca91d935c9ed01e56c9d
Tom Finegan [Wed, 23 Apr 2014 17:11:29 +0000 (10:11 -0700)]
Merge "tools_common.sh: Add run messages."
Deb Mukherjee [Wed, 23 Apr 2014 16:05:55 +0000 (09:05 -0700)]
Merge "Rename FilterMode for compatibility with libyuv"
Dmitry Kovalev [Wed, 23 Apr 2014 07:02:00 +0000 (00:02 -0700)]
Merge "Renaming MB_PREDICTION_MODE to PREDICTION_MODE."
Tom Finegan [Wed, 23 Apr 2014 05:54:20 +0000 (22:54 -0700)]
tools_common.sh: Add run messages.
Echo "Run test_name" before running each test in verbose mode.
Change-Id: Idb2a736b3af13b9bbf2fbc137f2fa7da3662a2c6
Tom Finegan [Wed, 23 Apr 2014 03:39:49 +0000 (20:39 -0700)]
Merge "tools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets."
Tom Finegan [Wed, 23 Apr 2014 02:36:40 +0000 (19:36 -0700)]
tools_common.sh: Set VPX_TEST_EXE_SUFFIX for windows targets.
Change-Id: Ic3c792bcb76917c4d4b829d0377a9c36e06dd77d
Dmitry Kovalev [Fri, 11 Apr 2014 22:26:24 +0000 (15:26 -0700)]
Renaming MB_PREDICTION_MODE to PREDICTION_MODE.
Actually, it would be great to have two separate enums INTRA_MODES and
INTER_MODES in future.
Change-Id: I6c4147cf0002853da9c1e03fe9514eab876f01c8
Dmitry Kovalev [Wed, 23 Apr 2014 00:45:30 +0000 (17:45 -0700)]
Adding macro to define vp9_variance_WxH_c() functions.
Change-Id: I983e3831938d4ae055de20b8d257d223e7916b1f
Yunqing Wang [Tue, 22 Apr 2014 23:09:43 +0000 (16:09 -0700)]
Merge "Fix dr memory VP8 encode/decode errors"
Dmitry Kovalev [Tue, 22 Apr 2014 23:00:05 +0000 (16:00 -0700)]
Merge "Renaming "onyx" to "encoder"."
Dmitry Kovalev [Tue, 22 Apr 2014 22:59:52 +0000 (15:59 -0700)]
Merge "Reusing vp9_get_interp_kernel() function in unit tests."
Dmitry Kovalev [Sat, 19 Apr 2014 01:27:47 +0000 (18:27 -0700)]
Renaming "onyx" to "encoder".
Actual renames:
vp9_onyx_if.c -> vp9_encoder.c
vp9_onyx_int.h -> vp9_encoder.h
Change-Id: I80532a80b118d0060518e6c6a0d640e3f411783c
Tom Finegan [Tue, 22 Apr 2014 21:12:01 +0000 (14:12 -0700)]
Merge "Add utiltest target to Makefile."
Alex Converse [Tue, 22 Apr 2014 19:49:28 +0000 (12:49 -0700)]
Merge "Fix the CONFIG_ALPHA build."
Dmitry Kovalev [Tue, 22 Apr 2014 18:42:42 +0000 (11:42 -0700)]
Merge "Template macros to generate subpix variance functions."
Dmitry Kovalev [Tue, 22 Apr 2014 18:42:07 +0000 (11:42 -0700)]
Merge "Inlining vp9_set_segmentation_map() function."
Alex Converse [Wed, 16 Apr 2014 17:08:30 +0000 (10:08 -0700)]
Fix the CONFIG_ALPHA build.
Change-Id: Ib89fe34812c17cd6294ce3c38f87d43a79abb16f
Deb Mukherjee [Tue, 22 Apr 2014 18:15:19 +0000 (11:15 -0700)]
Rename FilterMode for compatibility with libyuv
Renames FilterMode to FilterModeEnum for compatibility
with google3 libyuv
Change-Id: Iec845e6a6aeac4171790c87ce3dd9000ab840a36
Minghai Shang [Tue, 22 Apr 2014 17:59:55 +0000 (10:59 -0700)]
Merge "Bug fix for svc first pass rate control."
Adrian Grange [Tue, 22 Apr 2014 17:39:02 +0000 (10:39 -0700)]
Merge "Force ARNR filtering to be centered on the ARF frame"
Tom Finegan [Tue, 22 Apr 2014 17:38:43 +0000 (10:38 -0700)]
Add utiltest target to Makefile.
Add target for running tests via make. Runs vpxdec.sh and vpxenc.sh.
Change-Id: I5fddb7356b6ac37e284b4f15b47310f108ae3da3
Adrian Grange [Fri, 18 Apr 2014 17:15:32 +0000 (10:15 -0700)]
Force ARNR filtering to be centered on the ARF frame
ARNR filtering is now forced to be centered on the ARF
frame and the other two options have been removed.
The other modes of constructing the ARNR frame were
not used and there does not seem to be any good
reason to maintain them.
This is purely an encoder-side change.
Change-Id: Ic772636d23f280752973852b9740083532a49de2
Deb Mukherjee [Tue, 22 Apr 2014 13:53:18 +0000 (06:53 -0700)]
Merge "Adds test code for supplemental superframe data"
Dmitry Kovalev [Tue, 22 Apr 2014 03:22:36 +0000 (20:22 -0700)]
Inlining vp9_set_segmentation_map() function.
Change-Id: I82f23f0f91a0be8329e20fcd2a5918c6a096dacc
Dmitry Kovalev [Tue, 22 Apr 2014 02:57:25 +0000 (19:57 -0700)]
Template macros to generate subpix variance functions.
Change-Id: I931fde6013aa18294b49a361f75f177ab1262574
Yaowu Xu [Tue, 22 Apr 2014 01:32:36 +0000 (18:32 -0700)]
Merge "Allow full RD TX size search for GF/ALT at speed 2"
Paul Wilkins [Tue, 22 Apr 2014 01:29:22 +0000 (18:29 -0700)]
Merge "Change naming of end_usage parameter."
Yaowu Xu [Tue, 22 Apr 2014 00:46:06 +0000 (17:46 -0700)]
Merge "Remove an unused function"
Yunqing Wang [Mon, 21 Apr 2014 23:49:22 +0000 (16:49 -0700)]
Fix dr memory VP8 encode/decode errors
This patch fixed errors reported in Issue 746: "dr memory VP8
encode errors" and Issue 745: "dr memory VP8 decode errors".
The "UNINITIALIZED READ" errors were fixed in x86 assembly
code. The list of files fixed is
vp8_intra_pred_uv_tm_sse2
vp8_intra_pred_uv_tm_ssse3
vp8_intra_pred_uv_ho_mmx2
vp8_intra_pred_uv_ho_ssse3
vp8_intra_pred_y_tm_sse2
vp8_intra_pred_y_tm_ssse3
vp8_intra_pred_y_ho_sse2
Change-Id: Ib6df7bf1d442077fe534edfd90e50ad16fadacdd
Dmitry Kovalev [Mon, 21 Apr 2014 21:15:35 +0000 (14:15 -0700)]
Reusing vp9_get_interp_kernel() function in unit tests.
Change-Id: Ic24a371817c9dd5c4035a6fe01111bd9ab63f552
Yaowu Xu [Mon, 21 Apr 2014 19:04:59 +0000 (12:04 -0700)]
Allow full RD TX size search for GF/ALT at speed 2
For speed 3 and above, such search is only allowed at speed 3.
The change helped cif and stdhd set by 1.2% and .7% in compression,
but increased the encoding time by around 5%.
Change-Id: Ifa4832327f1c1bef3decb032ceb769cbf50e059f
Dmitry Kovalev [Mon, 21 Apr 2014 19:21:06 +0000 (12:21 -0700)]
Merge "Inlining and removing encoder_common_init()."
Deb Mukherjee [Fri, 4 Apr 2014 21:38:29 +0000 (14:38 -0700)]
Adds test code for supplemental superframe data
Adds test code to verify that supplemental superframe information
that precedes the normal superframe information will not break
decoding.
Change-Id: Ia252b887d7ee138f51dc9a778376ff739402c455
Paul Wilkins [Thu, 17 Apr 2014 23:09:24 +0000 (16:09 -0700)]
Change naming of end_usage parameter.
The end_useage parameter is confusingly named since it
now actually defines the rate control method used.
Change-Id: I98912caabfe556b7af0b939a645d1336409e4d71
Dmitry Kovalev [Mon, 21 Apr 2014 17:44:08 +0000 (10:44 -0700)]
Merge "Adding setup_frame() function."
Dmitry Kovalev [Mon, 21 Apr 2014 17:41:04 +0000 (10:41 -0700)]
Merge "Cleaning up vp9_rdopt.c."
Dmitry Kovalev [Mon, 21 Apr 2014 17:40:30 +0000 (10:40 -0700)]
Merge "Don't set loop filter sharpness in vp9_change_config()."
Dmitry Kovalev [Mon, 21 Apr 2014 17:40:05 +0000 (10:40 -0700)]
Merge "Cleaning vp9_variance.{c, h}."
Jingning Han [Mon, 21 Apr 2014 16:36:11 +0000 (09:36 -0700)]
Merge "Enable background detection for adaptive quantizer control"
Yaowu Xu [Mon, 21 Apr 2014 16:11:24 +0000 (09:11 -0700)]
Merge "Merge two new VBR adjustment schemes."
Yaowu Xu [Mon, 21 Apr 2014 16:11:19 +0000 (09:11 -0700)]
Merge "Add experimental VBR adaptation method."
Jingning Han [Thu, 17 Apr 2014 16:58:17 +0000 (09:58 -0700)]
Enable background detection for adaptive quantizer control
This commit enables a background detection approach for adaptive
quantizer control. It combines the cyclic refresh pattern and the
background information to determine the segment id for adaptive
quantizer selection, prior to the non-RD mode decision process.
It hence allows proper quantization information update for a more
precise rate-distortion modeling in the non-RD mode decision.
The compression performance of speed -5 for rtc set is improved
by 2.5%, at no speed change.
Change-Id: Ic3713e8ed9185b403b5b1679d19dabd57506d452
Yaowu Xu [Sun, 20 Apr 2014 21:04:53 +0000 (14:04 -0700)]
Remove an unused function
Change-Id: I0f2592ecfc5197dfb94975260cb2f862315e7895
James Zern [Sat, 19 Apr 2014 16:29:26 +0000 (09:29 -0700)]
test/WebMVideoSource: fix WebMInputContext leak
lost in the shuffle of:
4fd6317 Remove duplicate code in test/webm_video_source.h
Change-Id: I89792fa17f03920616c55486bbdaf56c6461c9eb
Dmitry Kovalev [Sat, 19 Apr 2014 01:18:08 +0000 (18:18 -0700)]
Merge "Moving set_rd_speed_thresholds{,_sub8x8} to vp9_rdopt.{h, c}."
Dmitry Kovalev [Sat, 19 Apr 2014 01:17:43 +0000 (18:17 -0700)]
Inlining and removing encoder_common_init().
Change-Id: I35f948fe1ac107950c8d8e4ba06e5a95ac4ec30e
Dmitry Kovalev [Sat, 19 Apr 2014 00:05:28 +0000 (17:05 -0700)]
Cleaning vp9_variance.{c, h}.
Change-Id: I802308de4817e48a627bb44a744d32010fe7818f
Dmitry Kovalev [Fri, 18 Apr 2014 23:56:43 +0000 (16:56 -0700)]
Cleaning up vp9_rdopt.c.
Change-Id: Ifd008968326e61ab492162351e358bf0ac0dac0a
Adrian Grange [Fri, 18 Apr 2014 23:34:57 +0000 (16:34 -0700)]
Merge "Remove ALT_REF_MC_ENABLED and tidy-up ARNR code."
Dmitry Kovalev [Tue, 15 Apr 2014 23:52:28 +0000 (16:52 -0700)]
Moving set_rd_speed_thresholds{,_sub8x8} to vp9_rdopt.{h, c}.
Change-Id: I983364b33e8f103b43a0448821e890989176f1cc
Dmitry Kovalev [Fri, 18 Apr 2014 20:59:30 +0000 (13:59 -0700)]
Don't set loop filter sharpness in vp9_change_config().
The right value is calculated and set in vp9_pick_filter_level().
Change-Id: I5f725ac21f90dc9b80181a09a2040970bf6671d4
Minghai Shang [Fri, 18 Apr 2014 17:59:15 +0000 (10:59 -0700)]
Bug fix for svc first pass rate control.
1. We didn't scale source image in lower layers so that
the stats are incorrect.
2. We didn't extend borders for re-constructed image.
Change-Id: Ia8d7bafbdb695ffa7f504e171f9449812e7bb0a3
Dmitry Kovalev [Fri, 18 Apr 2014 18:01:36 +0000 (11:01 -0700)]
Renaming VP9_CONFIG to VP9EncoderConfig.
Change-Id: Id48edd12c6f649c82113128491ef6ea7410e93b2
Dmitry Kovalev [Fri, 18 Apr 2014 17:38:20 +0000 (10:38 -0700)]
Merge "Adding get_pass() function."
James Zern [Fri, 18 Apr 2014 17:32:11 +0000 (10:32 -0700)]
Merge "Remove duplicate code in test/webm_video_source.h"
Adrian Grange [Mon, 14 Apr 2014 23:56:40 +0000 (16:56 -0700)]
Remove ALT_REF_MC_ENABLED and tidy-up ARNR code.
Change-Id: I922d988486b47f413d11a8eeb38532a484d15c80
Jingning Han [Fri, 18 Apr 2014 15:46:53 +0000 (08:46 -0700)]
Merge "Fix broken encoding process at sub8x8 block size"
Vignesh Venkatasubramanian [Mon, 14 Apr 2014 21:19:50 +0000 (14:19 -0700)]
Remove duplicate code in test/webm_video_source.h
Remove duplicate WebM parsing code in test/webm_video_source.h and linking it
against webmdec.c which does the exact same thing.
Change-Id: Ib7152eecde890fca58be42028cab18c9cb54221c
Vignesh Venkatasubramanian [Fri, 18 Apr 2014 06:41:24 +0000 (23:41 -0700)]
Remove warn() call in webmdec.c
Remove call to warn() in webmdec.c so that it does not depend on
tools_common.c for compilation.
Change-Id: I2790e837985ce1d84b35f5a20c783d0e6020a9f5
Dmitry Kovalev [Fri, 18 Apr 2014 01:27:19 +0000 (18:27 -0700)]
Merge "Removing cq_target_quality from VP9_COMP."
Dmitry Kovalev [Fri, 18 Apr 2014 01:26:54 +0000 (18:26 -0700)]
Merge "Adding is_best_mode() function."
Jim Bankoski [Thu, 17 Apr 2014 22:42:41 +0000 (15:42 -0700)]
Merge "rename labels2mode because it was a terrible name."
Jim Bankoski [Thu, 17 Apr 2014 22:42:36 +0000 (15:42 -0700)]
Merge "renamed pick_best_mbsegmentation and remove rd_check_segment_txsize"
Jim Bankoski [Thu, 17 Apr 2014 22:42:27 +0000 (15:42 -0700)]
Merge "rename mode_index to ref index in vp9_rd_pick_inter_mode_sub_8x8"
Jingning Han [Thu, 17 Apr 2014 21:44:02 +0000 (14:44 -0700)]
Fix broken encoding process at sub8x8 block size
Use the correct buffer to update the coding mode decision for
sub8x8 blocks.
Change-Id: I091ef27d2047eeb8b73ceb7c2c7c45b38ba8c6d5
Dmitry Kovalev [Thu, 17 Apr 2014 22:25:20 +0000 (15:25 -0700)]
Adding get_pass() function.
Change-Id: I43de248615b79828d5164b670e7358b8a520d075
Jingning Han [Thu, 17 Apr 2014 22:22:41 +0000 (15:22 -0700)]
Merge "Skip fetching original frame pointers for UV in background check"
Dmitry Kovalev [Thu, 17 Apr 2014 22:09:55 +0000 (15:09 -0700)]
Adding is_best_mode() function.
Change-Id: Idca7c1cd8a12df465c58b6ba064a99404b3b4bce
James Zern [Thu, 17 Apr 2014 21:58:55 +0000 (14:58 -0700)]
Merge "examples: remove off_t overrides"
Dmitry Kovalev [Thu, 17 Apr 2014 21:57:43 +0000 (14:57 -0700)]
Removing cq_target_quality from VP9_COMP.
Use cq_level (which is identical) from VP9_CONFIG instead.
Change-Id: I1aaf2fcef3d2dbd4577f613d27693ff8a68989fd
Dmitry Kovalev [Thu, 17 Apr 2014 21:34:26 +0000 (14:34 -0700)]
Merge "Replacing cpu_used with speed in VP9_CONFIG."
Jim Bankoski [Thu, 17 Apr 2014 20:48:54 +0000 (13:48 -0700)]
rename labels2mode because it was a terrible name.
Change-Id: I2d577d11966fcc5ffaaf0896bf51d18078ad1e9c
Yaowu Xu [Thu, 17 Apr 2014 20:47:47 +0000 (13:47 -0700)]
Merge "Relax the threshold for datarate test by 5%"
Paul Wilkins [Wed, 16 Apr 2014 23:53:55 +0000 (16:53 -0700)]
Merge two new VBR adjustment schemes.
To make direct side by side testing this patch combines two
VBR corrections schemes to allow more direct side by side testing.
(The other patch was by Debargha chg id I0cd1f7...)
Change-Id: I271c45e5c4ccf8de8305589000218b80d9dc3a25
Jingning Han [Wed, 16 Apr 2014 22:43:38 +0000 (15:43 -0700)]
Skip fetching original frame pointers for UV in background check
The background detection only tracks luma component. This commits
removes the frame buffer pointer retrieval for chroma components.
Change-Id: I098bd2950f5e5829ed5dc2b48568167248da7fad
James Zern [Thu, 17 Apr 2014 17:47:08 +0000 (10:47 -0700)]
examples: remove off_t overrides
this is error prone, int64 will suffice for all cases
Change-Id: I94883f93518cfc356ed57b14dc39d79aebccf47d
Jingning Han [Thu, 17 Apr 2014 16:36:30 +0000 (09:36 -0700)]
Merge "Remove redundant buffer initialization and mode_info assignments"