shithub: libvpx

RSS feed

456bfb19 – John Koleszar <jkoleszar@google.com> authored on 2010/10/21 12:23
vpxenc: output webm by default

ea68ee04 – John Koleszar <jkoleszar@google.com> authored on 2010/10/21 11:02
rename ivf{enc,dec} to vpx{enc,dec}

dc66630c – John Koleszar <jkoleszar@google.com> authored on 2010/10/20 08:05
ivfenc: webm output support

f9d98240 – John Koleszar <jkoleszar@google.com> authored on 2010/10/20 07:06
Import webmquicktime webm writer

1258cf62 – Frank Galligan <fgalligan@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/06 08:51
Fixed the timebase parameter of ivfenc.

cfe3f917 – John Koleszar <jkoleszar@google.com> authored on 2010/10/20 06:49
ivfdec: support y4m output from raw input

ad252daf – John Koleszar <jkoleszar@google.com> authored on 2010/10/19 13:20
ivfdec: webm reader support

28d191ad – John Koleszar <jkoleszar@google.com> authored on 2010/10/19 10:40
Import nestegg webm/mkv parser

bdf469c9 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/19 16:20
Merge "Update arnr strength range form 1-6 to 0-6."

15542721 – Frank Galligan <fgalligan@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/04 17:12
Update arnr strength range form 1-6 to 0-6.

fc2f8daf – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/19 12:23
Merge "fixed a typo that mis-used Y plane stride for UV blocks."

b9fe6d4d – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/19 04:11
Merge "change to make use of more trellis quantization"

ce1ce992 – Johann <johannkoenig@google.com> authored on 2010/10/18 09:23
copy compiler warning fixes

963bcd6c – Johann <johannkoenig@google.com> authored on 2010/10/15 11:25
remove dead code

2e53e9e5 – Yaowu Xu <yaowu@google.com> authored on 2010/10/14 14:58
change to make use of more trellis quantization

a2b598a2 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/14 08:20
Merge "Fix one gcc compiler warning"

7804befb – Yunqing Wang <yunqingwang@google.com> authored on 2010/10/14 10:25
Fix one gcc compiler warning

7f31d987 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/14 07:29
Merge "Improve bounds checking in vp8_diamond_search_sadx4()"

d6da7b8e – Yunqing Wang <yunqingwang@google.com> authored on 2010/10/14 07:06
Improve bounds checking in vp8_diamond_search_sadx4()

1dc0ca13 – Fritz Koenig <frkoenig@google.com> authored on 2010/10/13 13:08
Fix compiler warning about vp8_fast_quantize_b_impl_ssse2.

92df4a06 – Fritz Koenig <frkoenig@google.com> authored on 2010/10/13 12:57
Correct QWORD usage in assembly files

0f5c63e4 – Fritz Koenig <frkoenig@google.com> authored on 2010/10/12 10:55
Add processor dectection for x86.

e50f5d40 – Fritz Koenig <frkoenig@google.com> authored on 2010/10/12 05:42
GCC inline restrictions were not adequate.

13685747 – John Koleszar <jkoleszar@google.com> authored on 2010/10/06 18:39
Centralize mb skip state calculation

acff1627 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/12 01:44
Merge "Add const qualifiers to variance/SAD functions."

f4a85944 – Timothy B. Terriberry <tterribe@xiph.org> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/11 10:01
Add const qualifiers to variance/SAD functions.

037345eb – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/12 01:34
Merge "Move vp8_strict_quantize_b inside EXACT_QUANT #define."

fc018e0d – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/12 01:33
Merge "Remove INTRARDOPT #define and intra_rd_opt option."

82c43398 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2010/10/11 09:49
Move vp8_strict_quantize_b inside EXACT_QUANT #define.

dd08db93 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2010/10/11 05:34
Remove INTRARDOPT #define and intra_rd_opt option.

6b1b28a8 – Scott LaVarnway <slavarnway@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/11 05:34
Merge "Added vp8_fast_quantize_b_sse2"

4d2b178a – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/11 03:43
Merge "Remove ivfenc usage message leading underscores"

78f2d3ed – John Koleszar <jkoleszar@google.com> authored on 2010/10/11 05:41
Remove ivfenc usage message leading underscores

a31a58d1 – Johann <johannkoenig@google.com> authored on 2010/10/07 10:13
configure is not in src

7e6f7b57 – Yunqing Wang <yunqingwang@google.com> authored on 2010/10/07 08:08
Remove unused file in encoder

d860f685 – Scott LaVarnway <slavarnway@google.com> authored on 2010/10/07 07:43
Added vp8_fast_quantize_b_sse2

d338d14c – Yaowu Xu <yaowu@google.com> authored on 2010/10/06 09:28
optimize fast_quantizer c version

7be093ea – Jan Kratochvil <jan.kratochvil@redhat.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/05 15:15
nasm: add configure support

2931b05a – Paul Wilkins <paulwilkins@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/05 02:58
Merge "Tune effect of motion on KF/GF boost in two pass;"

1fc29411 – Jan Kratochvil <jan.kratochvil@redhat.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/04 19:20
nasm: movhps compatibility QWORD->MMWORD

fc2b06c6 – Jan Kratochvil <jan.kratochvil@redhat.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/07/31 13:12
nasm: avoid relative include paths

5cdc3a4c – Jan Kratochvil <jan.kratochvil@redhat.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/10/04 19:18
nasm: address labels 'rel label' vice 'wrt rip'

e114f699 – Jan Kratochvil <jan.kratochvil@redhat.com> authored on 2010/10/04 19:19
nasm: match instruction length (movd/movq) to parameters

49fdb7c4 – Yaowu Xu <yaowu@google.com> authored on 2010/10/04 06:58
fixed a typo that mis-used Y plane stride for UV blocks.

2d4ef375 – Yaowu Xu <yaowu@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/04 06:41
Merge "enable trellis quantization for 2nd order blocks"

788c0eb5 – Paul Wilkins <paulwilkins@google.com> authored on 2010/10/02 13:31
Tune effect of motion on KF/GF boost in two pass;

dcd29e36 – Yaowu Xu <yaowu@google.com> authored on 2010/09/30 16:41
enable trellis quantization for 2nd order blocks

f143a811 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/10/01 02:18
Merge "Fix valgrind errors in the NEON loop filters."

999bc003 – Adrian Grange <agrange@google.com> authored on 2010/10/01 06:14
Made temporal filter default to use centered mode

a465076e – Timothy B. Terriberry <tterribe@xiph.org> authored on 2010/09/30 16:40
Fix valgrind errors in the NEON loop filters.

0faa8a08 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/30 06:26
Merge "Rename mode_ref_lf_test_function"

a047fee6 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/30 06:26
Merge "Fix loopfilter delta zero transitions"

8ee7284d – Adrian Grange <agrange@google.com> authored on 2010/09/30 06:06
Changed defaults & range checking for AltRef params

7e5e3151 – John Koleszar <jkoleszar@google.com> authored on 2010/09/29 09:53
Rename mode_ref_lf_test_function

b9be7a46 – John Koleszar <jkoleszar@google.com> authored on 2010/09/29 09:04
Fix loopfilter delta zero transitions

7288cdf7 – Paul Wilkins <paulwilkins@google.com> authored on 2010/09/29 09:22
Change to coefficient optimization rules.

439b2ecd – Fritz Koenig <frkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/29 06:47
Merge "Optimizations on the loopfilters."

4f92b96b – Adrian Grange <agrange@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/29 01:13
Merge "Moved row-specific computation of MV bounds out of col loop"

0e7c45b3 – Adrian Grange <agrange@google.com> authored on 2010/09/29 09:03
Moved row-specific computation of MV bounds out of col loop

ff3068d6 – Paul Wilkins <paulwilkins@google.com> authored on 2010/09/29 08:03
Control of active min quantizer for two pass.

47fc8f26 – Adrian Grange <agrange@google.com> authored on 2010/09/28 12:52
Enabled AltRef motion map creation

0964ef0e – Fritz Koenig <frkoenig@google.com> authored on 2010/09/28 08:01
Optimizations on the loopfilters.

00903281 – Adrian Grange <agrange@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/28 04:34
Merge "Made AltRef filter adaptive & added motion compensation"

1b2f8308 – Adrian Grange <agrange@google.com> authored on 2010/09/28 11:23
Made AltRef filter adaptive & added motion compensation

e4d43c21 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/28 03:10
Merge "update gitignore"

6fa5c24a – Johann <johannkoenig@google.com> authored on 2010/09/28 05:31
update gitignore

18dc92fd – Timothy B. Terriberry <tterribe@xiph.org> authored on 2010/09/27 13:18
Add 4-tap version of 2nd-pass ARMv6 MC filter.

305be4e4 – Paul Wilkins <paulwilkins@google.com> authored and John Koleszar <jkoleszar@google.com> committed on 2010/09/24 13:52
Badly placed initialization of rolling rate monitors.

2b521ab5 – John Koleszar <jkoleszar@google.com> authored on 2010/09/27 08:48
move reconintra_mt to decoder (fixup)

9fdcdc51 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/27 03:00
Merge "disable compilation of debugging code"

063be9b8 – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/27 02:39
Merge "combine max values and compare once"

b955a69b – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/27 02:36
Merge "Fix valgrind errors in vp8_sixtap_predict8x4_armv6()."

02e8a7bb – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/27 02:10
Merge "darwin-icc: build for specific SDKs"

f30e8dd7 – Johann <johannkoenig@google.com> authored on 2010/09/24 08:03
combine max values and compare once

e2795e99 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2010/09/24 10:30
Fix valgrind errors in vp8_sixtap_predict8x4_armv6().

8ca779ab – John Koleszar <jkoleszar@google.com> authored on 2010/09/24 07:10
disable compilation of debugging code

cbdc1298 – John Koleszar <jkoleszar@google.com> authored on 2010/09/24 07:39
darwin-icc: build for specific SDKs

dbd57c26 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/24 04:46
Merge "move reconintra_mt to decoder (for now)"

48e76ff4 – John Koleszar <jkoleszar@google.com> authored on 2010/09/24 07:21
move reconintra_mt to decoder (for now)

e913eb97 – John Koleszar <jkoleszar@google.com> authored on 2010/09/21 06:34
configure: enable PIC for shared libs by default

f9b2ca5b – John Koleszar <jkoleszar@google.com> authored on 2010/09/21 06:06
configure: add --enable-small

aab0f5b1 – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/24 04:34
Merge "Adjust multi-thread sync ranges according to image sizes"

329aaaf4 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/24 01:39
Merge "Add getter functions for the interface data symbols"

fa7a55bb – John Koleszar <jkoleszar@google.com> authored on 2010/09/21 06:35
Add getter functions for the interface data symbols

8db5da29 – Yunqing Wang <yunqingwang@google.com> authored on 2010/09/23 09:53
Adjust multi-thread sync ranges according to image sizes

7fed3832 – Johann <johannkoenig@google.com> authored on 2010/09/22 07:07
Remove dead code

cdd20666 – John Koleszar <jkoleszar@google.com> authored on 2010/09/21 15:48
unset execute bit on c source

a8a38bcf – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 08:03
Merge "Fix typo"

0511cbff – Johann <johannkoenig@google.com> authored on 2010/09/21 10:56
Fix typo

6f4c0435 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 05:06
Merge "Don't reset mb clamping state during splitmv decoding"

4d391e8e – John Koleszar <jkoleszar@google.com> authored on 2010/09/21 07:54
Don't reset mb clamping state during splitmv decoding

3d5f8291 – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 03:13
Merge "gitignore: initial version"

12651b3c – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 03:02
Merge "configure: support for ppc32-linux-gcc"

015cfcaf – John Koleszar <jkoleszar@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 01:36
Merge "Add high limit check for unsigned parameters"

a23ccf8f – Yunqing Wang <yunqingwang@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/21 01:00
Merge "Restructure multi-threaded decoder"

b7dc9398 – Fritz Koenig <frkoenig@google.com> authored on 2010/09/20 05:30
Use movq instead of movdqu.

1c906448 – Fritz Koenig <frkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/20 07:01
Merge "Better choice of instruction filter mask comparision."

6cf2b4aa – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/20 06:47
Merge "reorder data to use wider instructions"

9c9afbab – Johann <johannkoenig@google.com> authored and Code Review <code-review@webmproject.org> committed on 2010/09/20 06:47
Merge "Update NEON wide idcts"

8eae7fe7 – Fritz Koenig <frkoenig@google.com> authored on 2010/09/15 10:07
Better choice of instruction filter mask comparision.

Next