- 04 Oct, 2012 3 commits
-
-
Ronald S. Bultje authored
Change-Id: I66c391987eabc5ea0159bf4a2a4fd8e8e163872f
-
Adrian Grange authored
-
Adrian Grange authored
-
- 03 Oct, 2012 8 commits
-
-
John Koleszar authored
If a parent mb is available but is intra coded, then parent_ref_mv is invalid. Check that the parent is inter coded before trying to access the parent_ref_mv. Previously the parent_ref_mv was being read from an uninitialized stack allocation, causing potential OOB reads and other undefined behavior. Change-Id: I0c93cd412a19c3a184bcf6decaa145b3a036a6c0
-
Adrian Grange authored
Added a virtual function to handle PSNR packets. Change-Id: Id2a6372c691a14f19bbeed217a93a9df03e81e75
-
Adrian Grange authored
Modified EncoderTest class to have separate member variables for initialization time and per-frame. Change-Id: I08a1901f8f3ec16e45f96297e08e7f6df0f4aa0b
-
Adrian Grange authored
-
John Koleszar authored
-
Adrian Grange authored
The stats buffer needs to be reset between runs of the encoder. I added a Reset() function to TwopassStatsStore and called it at the beginning of each encode. This enables us to run multiple encodes which was previously not possible since there was no way to reset the stats between runs. Change-Id: Iebb18dab83ba9331f009f764cc858609738a27f9
-
John Koleszar authored
Protect the call to {Initialize,Delete}CriticalSection() with an Interlocked{Inc,Dec}rement() pair, rather than the previous static initialization. This should play better with AppVerifier, and fix issue http://code.google.com/p/webm/issues/detail?id=467 Change-Id: I06eadbfac1b3b4414adb8eac862ef9bd14bbe4ad
-
John Koleszar authored
-
- 01 Oct, 2012 1 commit
-
-
Jim Bankoski authored
The codec as it stood placed a keyframe one frame after a real cut scene - and ignored datarate and other considerations. TODO: Its possible that we should detect a keyframe and recode the frame ( in certain circumstances) to improve quality. Change-Id: Ia1fd6d90103f4da4d21ca5ab62897d22e0b888a8
-
- 27 Sep, 2012 1 commit
-
-
Marco Paniconi authored
Reset the cyclie refresh mode index in alloc_compressor_data(). This is needed to handle both cases of internal and external spatial resizing. Change-Id: I2697e12d45135eae2e8f0d45161811f24722312a
-
- 26 Sep, 2012 2 commits
-
-
Marco Paniconi authored
On an internal spatial resize, this mode index was not reset to 0, and therefore could exceed dimensions of seg_map or cyclic_refresh_map. Change-Id: I6fe85dbd2765eb0207a9d9f71fda8d8b8c34f075
-
Scott LaVarnway authored
Patch Set 1: gain familiarity with unit tests... added simple 4x4 subtract test Patch Set 2: fixed mistakes, parameterized as suggested Patch Set 3: randomized the source/predictor data Change-Id: I33432bdf7c9f2a9b8c2533a37106382c2a8209ee Signed-off-by:
Scott LaVarnway <slavarnway@google.com>
-
- 25 Sep, 2012 5 commits
-
-
John Koleszar authored
-
John Koleszar authored
-
Mike Frysinger authored
Change-Id: I67bf154e35fa02b407a9b2c312a536d6bb2aaaf2
-
Jim Bankoski authored
-
Mike Frysinger authored
Add configure detection of the new x32 ABI as well as support in asm. Change-Id: Ic66a069599adeb81062090e3f11b71ee1fb97cb8
-
- 24 Sep, 2012 6 commits
-
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
Scott LaVarnway authored
in order to make it easier to implement the frame-base multithreading. Change-Id: Iea2fd05be34fa704848fdc7669bf167f2ed229c5
-
John Koleszar authored
Fixes some build issues for people building for win32 who have a pthreads emulation layer installed. Change-Id: I0e0003fa01f65020f6ced35d961dcb1130db37a8
-
Jim Bankoski authored
This should avoid problems with blocks gettings high quality improvement despite having recently moved: Change-Id: Ic0af0de2d6577807fa3c553f47b55d547ef36359
-
Marco Paniconi authored
Set the seg map to 0 for key frame. In previous commit on cyclic refresh, the seg map for key frame was not reset, and instead used the seg map from last frame. Change-Id: I848eb2face420dfcd2f7daca6f070b9127ca938b
-
- 22 Sep, 2012 1 commit
-
-
Marco Paniconi authored
-Increase the amount of mbs to be refreshed. -Replace the delta qp with a fixed and reduced delta. -Change to the mb update loop to try to always update same amount of mbs. Change-Id: I93ac88002fd8dc677d2337f77998ff93f64e4ff9
-
- 21 Sep, 2012 1 commit
-
-
Scott LaVarnway authored
Used mbc instead. Change-Id: If22136b4fee89b68ca2246265f3c27853701136c
-
- 19 Sep, 2012 1 commit
-
-
Scott LaVarnway authored
This change is necessary for the frame-based multithreading implementation. Since the postproc occurs in this call, vpxdec was modified to time around vpx_codec_get_frame() Change-Id: I389acf78b6003cd35e41becc16c893f7d3028523
-
- 17 Sep, 2012 5 commits
-
-
Scott LaVarnway authored
-
Adrian Grange authored
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
Marco Paniconi authored
Change-Id: I11aa90be41dd585c9784301f47a9d580fac09260
-
- 14 Sep, 2012 2 commits
-
-
Marco Paniconi authored
Change-Id: I43ea65bf0a35ddb33a096a392e10b1869ea73f9a
-
Adrian Grange authored
-
- 13 Sep, 2012 3 commits
-
-
Scott LaVarnway authored
from vp8_decode_frame() to mb_mode_mv_init() Change-Id: I267fd764a4c826d62e6799dceb1b8fb5f97fde6d
-
Scott LaVarnway authored
Not used. Change-Id: Ifbd97c9ad537d5184f7e305fa8acf6f027978b6b
-
Scott LaVarnway authored
Initialize the top line at the beginning of each frame and the left column at the beginning of each row. Change-Id: I5412f7ea49ffc490215cf65a62715a6c5e3a5a29
-
- 12 Sep, 2012 1 commit
-
-
Jim Bankoski authored
-