Linux Foundation Collaborative Projects
index
:
external/libyuv
chromium-googlesource/master
chromium-org/master
chromium.org/1700
chromium.org/1847
chromium.org/master
master
origin/chromium.org/branch-heads/m32
origin/chromium.org/branch-heads/m34
origin/chromium.org/branch-heads/m39
Unnamed repository; edit this file 'description' to name the repository.
Git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
ARGBScale down bilinear clip to edge of image to avoid overread. This is a m...
origin/chromium.org/branch-heads/m34
fbarchard@google.com
1
-2
/
+6
2014-03-25
Branch libyuv at r979for Chrome 1847
jiayl@google.com
0
-0
/
+0
2014-02-06
for ios enable neon for arm but not ia32 which is simulator.
fbarchard@google.com
3
-3
/
+3
2014-01-31
clang compatibility ifdef
fbarchard@google.com
3
-4
/
+4
2014-01-28
Switch to CXX for linux.mk
fbarchard@google.com
3
-10
/
+11
2014-01-28
libyuv::MJPGToI420() and libyuv::MJPGToARGB() return failure if callback to J...
fbarchard@google.com
4
-5
/
+74
2014-01-18
Allow system jpeg to be used instead of libjpeg_turbo.
fbarchard@google.com
3
-4
/
+4
2014-01-18
scale port to c. completes all scaling functions.
fbarchard@google.com
3
-119
/
+131
2014-01-15
Fix neon builds for ios. libyuv_neon macro is not applicable to neon. its o...
fbarchard@google.com
3
-6
/
+3
2014-01-15
ARGB Scale ported to C
fbarchard@google.com
3
-58
/
+66
2014-01-14
use arm only to determine if neon should be build
fbarchard@google.com
3
-4
/
+3
2014-01-14
check target arch is arm for neon code on android
fbarchard@google.com
3
-4
/
+4
2014-01-14
Compile libyuv for PNaCl.
sergeyu@google.com
3
-53
/
+111
2014-01-14
Detect pnacl and disable x86 specific code.
fbarchard@google.com
7
-8
/
+19
2014-01-13
Add extern c around jpeg header
fbarchard@google.com
3
-2
/
+12
2014-01-13
Port compare to C89 / Visual C.
fbarchard@google.com
3
-25
/
+29
2014-01-13
Planarfunctions (mainly effects) converted to C89/VisualC.
fbarchard@google.com
3
-194
/
+238
2014-01-13
Conversion functions ported to C89 / Visual C.
fbarchard@google.com
4
-24
/
+27
2014-01-13
Rotate functions ported to C. This completes all rotate functionality under ...
fbarchard@google.com
4
-30
/
+41
2014-01-11
Port scale to C moving variable definitions to top of functions.
fbarchard@google.com
4
-47
/
+68
2014-01-10
common functions (c row functions) ported to C89.
fbarchard@google.com
3
-180
/
+295
2014-01-09
Remainder calc needs to be after blocks are done. Move calc to old location.
fbarchard@google.com
3
-3
/
+4
2014-01-09
Scale mirror bug fix.
fbarchard@google.com
5
-31
/
+13
2014-01-09
compare_common visual c port
fbarchard@google.com
4
-7
/
+9
2014-01-08
Porting parts of compare to c89
fbarchard@google.com
3
-13
/
+15
2014-01-07
cast malloc to uint8*
fbarchard@google.com
4
-4
/
+4
2014-01-07
Declare parameters that are unused, since C does not let you give a type with...
fbarchard@google.com
14
-74
/
+75
2014-01-07
use LIBYUV_BOOL instead of bool
fbarchard@google.com
15
-92
/
+96
2014-01-07
Switch to c style casts for all source and includes.
fbarchard@google.com
20
-175
/
+187
2014-01-07
Build 2 libs - one with Neon and one without, then merge them together. Allo...
fbarchard@google.com
3
-7
/
+60
2014-01-06
Port a few functions to C
fbarchard@google.com
8
-24
/
+42
2014-01-03
Only do 1x1 work around for large source
fbarchard@google.com
5
-12
/
+6
2014-01-03
Warning fixes for implicite casts that vs2012 complains about with higher war...
fbarchard@google.com
4
-5
/
+5
2014-01-03
64 bit clip for argb scale down
fbarchard@google.com
3
-5
/
+5
2014-01-03
point sample 64 bit column filter
fbarchard@google.com
5
-8
/
+30
2014-01-03
clip by adjusting pointer
fbarchard@google.com
1
-2
/
+6
2014-01-03
gargantuan width support on ARGBScale
fbarchard@google.com
3
-8
/
+64
2014-01-03
Work around for 1 pixel destination
fbarchard@google.com
1
-0
/
+7
2014-01-03
Use 64 bit fixed point for scaling columns if source is 32k or wider.
fbarchard@google.com
5
-5
/
+36
2014-01-02
Use 64 bit Sum for planar function to remove size limitation
fbarchard@google.com
1
-21
/
+4
2014-01-02
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
fbarchard@google.com
12
-61
/
+139
2014-01-02
Add little endian 555/565 kCMPixelFormat's to alias list
fbarchard@google.com
5
-5
/
+14
2013-12-31
Apple uses 'BGRA' to mean 'ARGB', so map this on Apple machines.
fbarchard@google.com
4
-11
/
+19
2013-12-31
Over unittest crash on divide overflow.
fbarchard@google.com
3
-19
/
+26
2013-12-30
Combines multiple allocs into one call.
fbarchard@google.com
4
-46
/
+33
2013-12-30
sobel use one alloc instead of 3.
fbarchard@google.com
3
-8
/
+7
2013-12-27
Add edge to sobel buffers to avoid overwrites.
fbarchard@google.com
3
-7
/
+7
2013-12-27
lint fixes
fbarchard@google.com
6
-14
/
+7
2013-12-27
Conversions use malloc for row buffers.
fbarchard@google.com
12
-119
/
+122
2013-12-27
Sobel use malloc for row buffers
fbarchard@google.com
3
-12
/
+14
[next]