shithub: libvpx

RSS feed

b18df82e – Scott LaVarnway <slavarnway@google.com> authored on 2011/02/01 06:26
Moved rd calculation into vp8_pick_intra4x4mby_modes

4e7e79f7 – Scott LaVarnway <slavarnway@google.com> authored on 2011/02/01 05:05
Removed intra_modes from vp8cx_encode_intra_macro_block

9e7fec21 – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/31 14:53
Removed prediction_error accumulation

317f0da9 – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/31 14:41
Removed last_auto_filter_prediction_error

4a15e557 – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/31 12:43
Possible bug in vp8cx_encode_intra_macro_block

60fde4d3 – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/31 08:02
Merge "Performance improvement of first pass"

6d19d407 – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/31 06:00
Merge "change the threshold of DC check for encode breakout"

f6214d1d – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/31 02:33
Merge "validate min_q against max_q"

2d03f073 – John Koleszar <jkoleszar@google.com> authored on 2011/01/28 06:56
validate min_q against max_q

408a8adc – Adrian Grange <agrange@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/30 21:18
Merge "Changed condition for using RD in Intra Mode"

e9f513d7 – Adrian Grange <agrange@google.com> authored on 2011/01/28 09:47
Changed condition for using RD in Intra Mode

dcb23e2a – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/28 08:13
Inconsistent distortion metric in vp8_rd_pick_intra_mbuv_mode

8f279596 – Yaowu Xu <yaowu@google.com> authored on 2011/01/19 11:21
change the threshold of DC check for encode breakout

f3cb9ae4 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/28 04:03
Merge "Adds "armvX-none-rvct" targets"

11a222f5 – Tero Rintaluoma <tero.rintaluoma@on2.com> authored and Tero Rintaluoma <teror@google.com> committed on 2011/01/24 06:21
Adds "armvX-none-rvct" targets

73207a1d – Johann <johannkoenig@google.com> authored on 2011/01/27 06:50
warning: pointer targets differ in signedness

27000ed6 – Johann <johannkoenig@google.com> authored on 2011/01/27 06:31
clean up implicit declaration warnings for neon

8a5c255b – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/27 03:12
Merge "Removed unused members from VP8_COMP"

bb30ffc4 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/27 03:11
Merge "Remove copies of same functions"

3ee4e1e7 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/27 03:10
Merge "Refine motion vector prediction for NEWMV mode"

35bb74a6 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/26 13:46
Rationalize vp8_rd_pick_intra16x16mby_mode()

3c18a2bb – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/26 11:42
Performance improvement of first pass

cac54404 – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/26 07:03
Remove copies of same functions

c4887da3 – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/24 09:19
Removed unused members from VP8_COMP

e8e09d33 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/26 04:33
Merge "Correction to buffer update for non-viewable frames."

a3f71ccf – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/26 07:52
Correction to buffer update for non-viewable frames.

82266a1a – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/26 04:27
Merge "cap the best quantizer for 2nd order DC"

be3e0ff7 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/26 02:29
Merge "Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list"

0def48b6 – Attila Nagy <attilanagy@google.com> authored on 2011/01/26 12:06
Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list

2caa36aa – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 20:53
Merge "Fix for incorrect variable declaration."

999e155f – Yaowu Xu <yaowu@google.com> authored on 2011/01/25 17:24
cap the best quantizer for 2nd order DC

dcaaadd8 – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/25 10:54
Refine motion vector prediction for NEWMV mode

53d8e9dc – Fritz Koenig <frkoenig@google.com> authored on 2011/01/25 10:41
Fix for incorrect variable declaration.

907e98fb – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 08:40
Merge "update sse2 regular quantizer"

58f19cc6 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 08:09
Merge "move new neon subpixel function"

2168a944 – Johann <johannkoenig@google.com> authored on 2011/01/25 10:11
move new neon subpixel function

af7d23c9 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 07:49
Merge "Fix issue 262, vp8cx_pack_tokens_into_partitions_armv5"

3bf235a4 – Attila Nagy <attilanagy@google.com> authored on 2011/01/17 08:00
Fix issue 262, vp8cx_pack_tokens_into_partitions_armv5

4e149bb4 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 04:54
Merge "Modify calling of NEON code in sub-pixel search"

a69c1898 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/25 00:32
Merge "Incorrect bit allocation in forced KF groups."

336aa0b7 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/25 07:29
Incorrect bit allocation in forced KF groups.

eb8b4d9a – James Berry <jamesberry@google.com> authored on 2011/01/24 11:48
configure.sh fix for visual studio

0ee525d6 – Scott LaVarnway <slavarnway@google.com> authored on 2010/12/29 09:30
Added vp8_update_zbin_extra

d3e9409b – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/21 06:07
Merge "Modify sub-pixel filters to eliminate unnecessary calculations"

0cdfef1e – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/21 12:52
Modified static scene check.

0822a62f – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/20 08:01
Modify sub-pixel filters to eliminate unnecessary calculations

8064583d – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/20 13:01
Further work to reduce pulsing.

41955325 – Attila Nagy <attilanagy@google.com> authored on 2011/01/20 09:46
Update configure scripts

815e1e9f – Adrian Grange <agrange@google.com> authored on 2011/01/20 08:13
Fixed use of motion percentage in KF/GF group calc

06e7320c – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/19 03:33
Merge "First pass loop bug."

e8675168 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/19 10:50
First pass loop bug.

2f0331c9 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/19 00:51
Merge "Implement error tracking in the decoder"

67fb3a51 – Henrik Lundin <hlundin@google.com> authored on 2010/12/16 11:46
Implement error tracking in the decoder

ce6c954d – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/18 09:19
Modify calling of NEON code in sub-pixel search

f97f2b1b – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/18 07:54
Merge "fix last frame buffer copy logic regression"

edcf74c6 – Jim Bankoski <jimbankoski@google.com> authored on 2011/01/18 06:14
vp8e -removed undefined max call

d6d5d437 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/18 03:04
Merge "Further CQ, Key frame and ARF changes"

57136a26 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/18 10:19
Further CQ, Key frame and ARF changes

cb791aaa – Attila Nagy <attilanagy@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2011/01/10 06:14
Fix encoder real-time only configuration.

339c5127 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/17 12:23
Fix CQ range and experimental KF sizing changes.

15f9bea7 – Johann <johannkoenig@google.com> authored on 2011/01/11 04:41
update sse2 regular quantizer

a1a4d237 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/14 04:20
Merge "KF/GF Pulsing"

c8338ebf – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/14 06:34
KF/GF Pulsing

3aafb477 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/14 02:26
Merge "Testing of modes with Alt Ref frame"

415371c9 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/14 09:52
Testing of modes with Alt Ref frame

72e22b0b – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/14 07:07
Experimental change to help with ARNR problem.

8f711db4 – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/14 02:26
Merge "Experimental change to help with ARNR problem."

2c1b06e6 – Adrian Grange <agrange@google.com> authored on 2011/01/14 10:04
ARNR filter pointer update bug fix

b082790c – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/13 01:59
Merge "Moved ref frame calculations"

eda7d538 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/13 07:45
One pass rate control correction.

55acda98 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/12 12:08
Limit key frame quantizer for forced key frames.

96fd758e – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/11 10:00
Moved ref frame calculations

6ff2b088 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/11 03:34
Merge "Add no_skip_block4x4_search flag in SPLITMV mode"

1546e6a8 – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/10 12:21
Add no_skip_block4x4_search flag in SPLITMV mode

e88d7ab2 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/11 03:25
Merge "use unaligned load"

48c28fc4 – Henrik Lundin <hlundin@google.com> authored on 2011/01/11 08:01
Remove unused local variables

f50f2fd2 – Johann <johannkoenig@google.com> authored on 2011/01/11 06:22
use unaligned load

3675b229 – Yunqing Wang <yunqingwang@google.com> authored on 2011/01/10 11:16
Fix bug in motion search

cf7c4732 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/10 11:41
Two Pass VBR change

405499d8 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/10 11:02
Revert BASE_ERRPERMB

c28b10ad – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/07 06:05
Merge "CQ Mode"

e0846c9c – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/07 13:29
CQ Mode

3af3593c – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/07 11:33
Limit Q variability in two pass.

ba976eaa – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/07 04:32
Merge "Limit Q variability in two pass."

f7e2f1fe – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/07 03:34
Merge "Disable some features for first pass."

dd314351 – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2011/01/07 01:46
Merge "Removed cpi->target_bits_per_mb"

6dbdfe34 – Scott LaVarnway <slavarnway@google.com> authored on 2011/01/07 04:41
Removed cpi->target_bits_per_mb

431dac08 – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/06 12:10
Disable some features for first pass.

8b0cf5f7 – Johann <johannkoenig@google.com> authored on 2010/12/22 06:23
x86 sse2 temporal_filter_apply

1942eeb8 – John Koleszar <jkoleszar@google.com> authored on 2011/01/06 08:07
fix last frame buffer copy logic regression

b095d9df – Paul Wilkins <paulwilkins@google.com> authored on 2011/01/04 12:55
Adjustment to boost calculation in two pass.

de4e8185 – Scott LaVarnway <slavarnway@google.com> authored and Johann <johannkoenig@google.com> committed on 2010/12/29 11:28
Fixed encoder crash when mult-threading is enabled.

a864678c – Yunqing Wang <yunqingwang@google.com> authored on 2010/12/29 05:28
Always update last_frame_type

3fb4abf3 – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/12/28 06:56
Merge "Use the fast quantizer for inter mode selection"

516ea846 – Scott LaVarnway <slavarnway@google.com> authored on 2010/12/28 09:51
Use the fast quantizer for inter mode selection

bf53ec49 – Yunqing Wang <yunqingwang@google.com> authored on 2010/12/28 08:23
Adjust MV borders for SPLITMV mode

e463b95b – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/12/28 03:12
Merge "Modify motion estimation for SPLITMV mode"

a5a8d929 – Yunqing Wang <yunqingwang@google.com> authored on 2010/12/23 06:23
Modify motion estimation for SPLITMV mode

95dbe9cc – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/12/26 08:45
Merge "adjusted sad_per_bit to correlate with quantizer"

0f5264b5 – Yaowu Xu <yaowu@google.com> authored on 2010/12/23 14:59
adjusted sad_per_bit to correlate with quantizer

Next