Sign in
aomedia
/
aom
/
51c4f9e6b13592467a63a5703757a3a32f7b2acd
51c4f9e
Avoid multiple test for same lvl in auto filter lvl pick
by Attila Nagy
· 13 years ago
c4aeff9
Merge "vpx_integer.h: fix incorrect type emulation"
by John Koleszar
· 13 years ago
20573f0
Merge "Fix incorrect PROC/ENDP match"
by Johann
· 13 years ago
41e3da3
Fix incorrect PROC/ENDP match
by Johann
· 13 years ago
72af533
Merge "Align image buffer in multiple-resolution encoder"
by Yunqing Wang
· 13 years ago
153eec4
Align image buffer in multiple-resolution encoder
by Yunqing Wang
· 13 years ago
6b2792b
Merge "vp8e - entropy stats per frame type"
by Jim Bankoski
· 13 years ago
afa1b66
Merge "Improved mmx/sse2 versions of iwalsh"
by Scott LaVarnway
· 13 years ago
6de67cd
vp8e - entropy stats per frame type
by Jim Bankoski
· 13 years ago
a4e410a
vpx_integer.h: fix incorrect type emulation
by John Koleszar
· 13 years ago
9fa6132
Improved mmx/sse2 versions of iwalsh
by Scott LaVarnway
· 13 years ago
a69810b
Merge "Reduce mem copies in encoder loopfilter level picking"
by Johann
· 13 years ago
e570b040
Reduce mem copies in encoder loopfilter level picking
by Attila Nagy
· 13 years ago
254889c
Merge "Allow aligning the raw image buffer"
by Yunqing Wang
· 13 years ago
be5bbc9
Allow aligning the raw image buffer
by Yunqing Wang
· 13 years ago
aa7335e
Multiple-resolution encoder
by Yunqing Wang
· 13 years ago
6127af6
Merge "Speed selection support for disabled reference frames"
by John Koleszar
· 13 years ago
bdd60a7
Merge "bugfix: all vpxenc arguments were not parsed under all conditions"
by John Koleszar
· 13 years ago
16e101b
bugfix: all vpxenc arguments were not parsed under all conditions
by James Berry
· 13 years ago
06fc0f8
Populate q_index in multi-thread encoding
by Yunqing Wang
· 13 years ago
34d7c8b
Added vp8_dequant_idct_add_y_block_sse2 setup
by Scott LaVarnway
· 13 years ago
f46e17f
Merge "Modified the inverse walsh to output directly"
by Scott LaVarnway
· 13 years ago
4a91541
Modified the inverse walsh to output directly
by Scott LaVarnway
· 13 years ago
e2bacd5
Merge "Move shared data to shared location"
by Johann
· 13 years ago
15ea268
Merge "Fix encoder partitioned output on ARM"
by Johann
· 13 years ago
97259b4
Fix encoder partitioned output on ARM
by Attila Nagy
· 13 years ago
b79879c
Merge "Decoder fixes to better support reference picture selection."
by John Koleszar
· 13 years ago
640ddca
Merge "Validate encoder buffer writes for single token partition"
by Johann
· 13 years ago
b5ee7b1
Decoder fixes to better support reference picture selection.
by Stefan Holmer
· 13 years ago
f2cd4de
Move shared data to shared location
by Johann
· 13 years ago
e55974b
Speed selection support for disabled reference frames
by John Koleszar
· 13 years ago
c84d42f
Validate encoder buffer writes for single token partition
by Attila Nagy
· 13 years ago
c5434ab
ads2gas translates PRESERVE8, REQUIRE8 and ARM directives
by Attila Nagy
· 13 years ago
3c75557
Merge "Added predictor stride argument(s) to subtract functions"
by Scott LaVarnway
· 13 years ago
120a464
Merge "avoid resetting framerate during vpx_codec_enc_config_set()"
by Johann
· 13 years ago
edd98b7
Added predictor stride argument(s) to subtract functions
by Scott LaVarnway
· 13 years ago
3cad694
Add x86_64-win64-gcc to supported targets
by Rafaël Carré
· 13 years ago
7b0feac
Update LICENSE to reflect WebM authors
by John Koleszar
· 13 years ago
bdd35c1
avoid resetting framerate during vpx_codec_enc_config_set()
by John Koleszar
· 13 years ago
2a6daa7
Merge "vpxdec: avoid redefining fileno() on mingw"
by Johann
· 13 years ago
3a98555
vpxdec: avoid redefining fileno() on mingw
by James Zern
· 13 years ago
87953d11
vpxenc: use off64_t for mingw
by James Zern
· 14 years ago
9532bda
Merge "Relocated idct/add calls for encoder"
by Scott LaVarnway
· 13 years ago
ea2229b
Merge "ARMv6 optimized Intra4x4 prediction"
by Johann
· 13 years ago
2999ca3
Merge "Reset FPU state after calc_plane_error()"
by John Koleszar
· 13 years ago
3fcf0e3
Merge "Compiler warning fix for const array."
by John Koleszar
· 13 years ago
82e8884
Merge "Remove unused file recon.c"
by John Koleszar
· 13 years ago
861ed6a
Relocated idct/add calls for encoder
by Scott LaVarnway
· 13 years ago
5a2fd63
ARMv6 optimized Intra4x4 prediction
by Tero Rintaluoma
· 13 years ago
9d60506
threading: avoid defining _WIN32_WINNT
by James Zern
· 13 years ago
f89e109
Remove unused file recon.c
by John Koleszar
· 13 years ago
4c14efd
Fix checks in MB quantizer initialization
by Yunqing Wang
· 13 years ago
aa6afc0
Merge "Third set of checks of buffer level against maximum buffer size"
by Adrian Grange
· 13 years ago
c954a33
Merge "Additional clipping of buffer level to maximum buffer size"
by Adrian Grange
· 13 years ago
cbf574ce
Merge "win64: use -f x64 in asflags instead of -f win64"
by Johann
· 13 years ago
b615a6d
Third set of checks of buffer level against maximum buffer size
by Adrian Grange
· 13 years ago
fa25a31
Additional clipping of buffer level to maximum buffer size
by Adrian Grange
· 13 years ago
7534019
win64: use -f x64 in asflags instead of -f win64
by Rafaël Carré
· 13 years ago
9dc95b0
Added check to make sure maximum buffer size not exceeded
by Adrian Grange
· 13 years ago
f89ea34
fix file permissions
by James Zern
· 13 years ago
f0c0141
Compiler warning fix for const array.
by Fritz Koenig
· 13 years ago
07c71ef
Add unit test support via google test
by James Berry
· 13 years ago
e1a55b5
Merge "Add checks in MB quantizer initialization"
by Yunqing Wang
· 13 years ago
44b5f76
Merge "Fix issue 374: eob read incorrectly"
by Scott LaVarnway
· 13 years ago
7ca6c91
Merge "Changing decoder input partition API to input fragments."
by John Koleszar
· 13 years ago
d497ec6
Fix issue 374: eob read incorrectly
by Tero Rintaluoma
· 13 years ago
4663956
Merge "Change use of eob in the encoder"
by Scott LaVarnway
· 13 years ago
e4f2ec7
Change use of eob in the encoder
by Tero Rintaluoma
· 13 years ago
8002c31
Merge "added code to clear 2nd order block when appropriate"
by Yaowu Xu
· 13 years ago
63bf108
Merge "Fix: Increase default cx_data_size"
by John Koleszar
· 13 years ago
c60cb01
Merge "vpxenc: fix crash w/empty input file"
by John Koleszar
· 13 years ago
1427205
Changing decoder input partition API to input fragments.
by Stefan Holmer
· 14 years ago
e44720a
Add checks in MB quantizer initialization
by Yunqing Wang
· 13 years ago
e88f9e6
vpxenc: fix crash w/empty input file
by James Zern
· 13 years ago
9bf3bc9
Correct SPLITMV clamping
by John Koleszar
· 13 years ago
88e24f0
added code to clear 2nd order block when appropriate
by Yaowu Xu
· 13 years ago
e0309e1
Merge "Improved decode_split_mv()"
by Scott LaVarnway
· 13 years ago
cd1ef53
Merge "Fix ARM build problem introduced by CL I3fab6f2b"
by Johann
· 13 years ago
6064384
Improved decode_split_mv()
by Scott LaVarnway
· 13 years ago
0db5599
Merge "Improved mv_bias"
by Scott LaVarnway
· 13 years ago
9452dce
Fix ARM build problem introduced by CL I3fab6f2b
by Attila Nagy
· 13 years ago
294777b
Merge "Reduce partial frame copy in encoder's pick_filter_level_fast"
by Johann
· 13 years ago
21970d1
Improved mv_bias
by Scott LaVarnway
· 13 years ago
efa69d2
Merge "Improved read_mb_modes_mv()"
by Scott LaVarnway
· 13 years ago
ff1d170
Improved read_mb_modes_mv()
by Scott LaVarnway
· 13 years ago
de82809
Reduce partial frame copy in encoder's pick_filter_level_fast
by Attila Nagy
· 13 years ago
f9dba66
Merge "remove uninitialized variable warning"
by Johann
· 13 years ago
e03330b
Merge "Improved token decoder"
by Scott LaVarnway
· 13 years ago
9409af2
remove uninitialized variable warning
by Johann
· 13 years ago
3579baa
Merge "Removed read_mv_ref"
by Scott LaVarnway
· 13 years ago
2b5e6de
Merge "remove unused variable warning"
by James Zern
· 13 years ago
a82cc02
remove unused variable warning
by Johann
· 13 years ago
062864f
Fix incorrect pointer definition
by Johann
· 13 years ago
49ea2bc
Removed read_mv_ref
by Scott LaVarnway
· 13 years ago
f182376
Moved the split motion vector decode
by Scott LaVarnway
· 13 years ago
2313399
Merge "Removed redundant mv clamps for nearmv and nearestmv"
by Scott LaVarnway
· 13 years ago
bac6c22
Fix: Increase default cx_data_size
by James Berry
· 13 years ago
a99c20c
Removed redundant mv clamps for nearmv and nearestmv
by Scott LaVarnway
· 13 years ago
e59d53e
Merge "Remove unused DETOK structure"
by Scott LaVarnway
· 13 years ago
bdb4fb8
Remove unused DETOK structure
by Tero Rintaluoma
· 13 years ago
Next »