index
:
platform/upstream/libvpx
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_wearable
andbox/xroche/libvpx-1.3.0
pristine-tar
sandbox/denis13/LTO
sandbox/denis13/LTO1
sandbox/denis13/NoLTO
sandbox/dkson95/LTO
sandbox/dkson95/gcc6
sandbox/jolfzverb/tizen
sandbox/nmerinov/llvm
sandbox/pcoval/tizen
sandbox/xroche/libvpx-1.3.0
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
tizen_ivi_panda
upstream-git
upstream-tar
upstream/quacking
upstream/ruddy
upstream/torrent
upstream/venetian
Domain: Multimedia / Codec;
Sejun Park <sejun79.park@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp8
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
Restyle code
John Koleszar
152
-48981
/
+44709
2012-07-17
Merge "Fix bug in reference frame counting." into experimental
Ronald S. Bultje
1
-24
/
+29
2012-07-16
Merge "Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct."...
Tim Terriberry
1
-0
/
+6
2012-07-16
Fix bug in reference frame counting.
Ronald S. Bultje
1
-24
/
+29
2012-07-16
Simplify vp8_decode_mb_tokens_8x8.
Daniel Kang
1
-487
/
+88
2012-07-16
Simplify vp8_decode_mb_tokens.
Daniel Kang
1
-224
/
+156
2012-07-16
Add missing mv_{col,row}_{min,max}_sb variables to MACROBLOCK struct.
Ronald S. Bultje
1
-0
/
+6
2012-07-16
Use 8x8 transform for all 16x16 intra prediction modes in keyframes.
Ronald S. Bultje
3
-5
/
+5
2012-07-16
Keep statistics for chosen intra modes in keyframes also.
Ronald S. Bultje
1
-0
/
+19
2012-07-09
change to enable encoder to clamp UV motion vector
Yaowu Xu
1
-6
/
+6
2012-06-29
Get rid of some cast.
Christian Duvivier
3
-13
/
+11
2012-06-29
Fix warnings.
Christian Duvivier
2
-2
/
+5
2012-06-28
Add lossless compression mode.
Hui Su
13
-1
/
+560
2012-06-27
Added Prediction Filter to Mode Selection
Adrian Grange
13
-186
/
+1026
2012-06-25
Continued adaptive entropy coding
Deb Mukherjee
16
-104
/
+320
2012-06-25
Sign-extend input argument so it can be used in pointer arithmetic.
Ronald S. Bultje
2
-3
/
+27
2012-06-19
Merge "Add comments to intra prediction probability tables." into experimental
Ronald S. Bultje
1
-24
/
+30
2012-06-18
Fix a bunch of warnings.
Christian Duvivier
20
-44
/
+30
2012-06-18
x86inc: Move x86inc to the correct location.
Daniel Kang
2
-2
/
+2
2012-06-18
Add comments to intra prediction probability tables.
Ronald S. Bultje
1
-24
/
+30
2012-06-15
Adaptive entropy coding of coefficients, modes, mv.
Deb Mukherjee
20
-89
/
+895
2012-06-15
Merge "Adds x86inc.asm and update idct/dequant mmx" into experimental
Daniel Kang
11
-620
/
+480
2012-06-12
Adds x86inc.asm and update idct/dequant mmx
Daniel Kang
11
-620
/
+480
2012-06-12
changed to use a fixed number for update probabity
Yaowu Xu
5
-565
/
+93
2012-06-12
Added the ability to accumulate coef stats across encodings
Yaowu Xu
3
-20
/
+73
2012-06-12
Merge "Merge of further two pass rc clean up and adjustments." into experimental
Paul Wilkins
2
-85
/
+112
2012-06-12
Merge "Key frame and GF sizing changes." into experimental
Paul Wilkins
3
-40
/
+71
2012-06-12
Merge of further two pass rc clean up and adjustments.
Paul Wilkins
2
-85
/
+112
2012-06-08
Key frame and GF sizing changes.
Paul Wilkins
3
-40
/
+71
2012-05-31
Fixed bug where invalid pointer is dereferenced
Adrian Grange
1
-4
/
+9
2012-05-30
Rate control fix.
Paul Wilkins
2
-9
/
+31
2012-05-29
Merge "fixed one more compiling issue with VC" into experimental
Paul Wilkins
1
-2
/
+2
2012-05-29
Remove "est_max_qcorrection_factor"
Paul Wilkins
2
-86
/
+12
2012-05-25
fixed one more compiling issue with VC
Yaowu Xu
1
-2
/
+2
2012-05-25
fixed a number of compiling issues
Yaowu Xu
3
-5
/
+166
2012-05-25
Merge "Experimental change to two pass prediction decay calculation." into ex...
Paul Wilkins
1
-32
/
+29
2012-05-23
changed the way that default probs for 8x8 is set.
Yaowu Xu
6
-246
/
+139
2012-05-18
Merge "Further firstpass.c changes." into experimental
Paul Wilkins
1
-31
/
+38
2012-05-17
Experimental change to two pass prediction decay calculation.
Paul Wilkins
1
-32
/
+29
2012-05-17
Merge "Move / re-factor some of boost calculation code." into experimental
Paul Wilkins
1
-25
/
+14
2012-05-15
Rewrite reference frame costing in the RD loop.
Ronald S. Bultje
6
-77
/
+178
2012-05-15
Further firstpass.c changes.
Paul Wilkins
1
-31
/
+38
2012-05-15
Adds new Directional Intra prediction modes.
Deb Mukherjee
14
-102
/
+702
2012-05-15
Merge "Firstpass.c refactoring" into experimental
Paul Wilkins
1
-109
/
+37
2012-05-15
Merge "Two pass refactoring continued." into experimental
Paul Wilkins
1
-170
/
+62
2012-05-15
Merge "Two pass rc refactoring." into experimental
Paul Wilkins
1
-88
/
+67
2012-05-15
Changed to use integer 8x8 dct
Yaowu Xu
2
-8
/
+253
2012-05-15
Move / re-factor some of boost calculation code.
Paul Wilkins
1
-25
/
+14
2012-05-15
Firstpass.c refactoring
Paul Wilkins
1
-109
/
+37
2012-05-15
Merge "First pass overhaul preparatory change." into experimental
Paul Wilkins
3
-40
/
+23
[next]