Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2919)

Issue 162850043: code review 162850043: go.image/riff: new package. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by nigeltao
Modified:
9 years, 6 months ago
Reviewers:
r, skal
CC:
r, golang-codereviews
Visibility:
Public.

Description

go.image/riff: new package. Also update package webp to use package riff.

Patch Set 1 #

Patch Set 2 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 3 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Total comments: 10

Patch Set 4 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 5 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 6 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 7 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 8 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Patch Set 9 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Total comments: 9

Patch Set 10 : diff -r 27ce5075ac43875afefa13a19a3ab222cbb63693 https://code.google.com/p/go.image #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -154 lines) Patch
A riff/example_test.go View 1 2 3 4 5 6 7 1 chunk +113 lines, -0 lines 0 comments Download
A riff/riff.go View 1 2 3 4 5 6 7 8 9 1 chunk +180 lines, -0 lines 0 comments Download
M webp/decode.go View 1 1 chunk +143 lines, -154 lines 0 comments Download

Messages

Total messages: 7
nigeltao
Hello r@golang.org (cc: golang-codereviews@googlegroups.com, pascal.massimino@gmail.com), I'd like you to review this change to https://code.google.com/p/go.image
9 years, 6 months ago (2014-10-20 11:14:45 UTC) #1
r
https://codereview.appspot.com/162850043/diff/40001/riff/riff.go File riff/riff.go (right): https://codereview.appspot.com/162850043/diff/40001/riff/riff.go#newcode48 riff/riff.go:48: type FourCC [4]byte would this be nicer as a ...
9 years, 6 months ago (2014-10-20 19:54:26 UTC) #2
nigeltao
https://codereview.appspot.com/162850043/diff/40001/riff/riff.go File riff/riff.go (right): https://codereview.appspot.com/162850043/diff/40001/riff/riff.go#newcode48 riff/riff.go:48: type FourCC [4]byte On 2014/10/20 19:54:26, r wrote: > ...
9 years, 6 months ago (2014-10-22 10:52:54 UTC) #3
r
LGTM https://codereview.appspot.com/162850043/diff/160001/riff/riff.go File riff/riff.go (right): https://codereview.appspot.com/162850043/diff/160001/riff/riff.go#newcode31 riff/riff.go:31: func u32(b []byte) uint32 { // u32 decodes ...
9 years, 6 months ago (2014-10-22 15:09:54 UTC) #4
nigeltao
https://codereview.appspot.com/162850043/diff/160001/riff/riff.go File riff/riff.go (right): https://codereview.appspot.com/162850043/diff/160001/riff/riff.go#newcode31 riff/riff.go:31: func u32(b []byte) uint32 { On 2014/10/22 15:09:54, r ...
9 years, 6 months ago (2014-10-22 21:58:31 UTC) #5
nigeltao
*** Submitted as https://code.google.com/p/go/source/detail?r=b8a2e401a435&repo=image *** go.image/riff: new package. Also update package webp to use package ...
9 years, 6 months ago (2014-10-22 22:01:01 UTC) #6
skal
9 years, 6 months ago (2014-10-29 16:01:34 UTC) #7
Message was sent while issue was closed.
https://codereview.appspot.com/162850043/diff/160001/webp/decode.go
File webp/decode.go (right):

https://codereview.appspot.com/162850043/diff/160001/webp/decode.go#newcode73
webp/decode.go:73: filter := (buf[0] >> 2) & 0x03
On 2014/10/22 21:58:31, nigeltao wrote:
> On 2014/10/22 15:09:54, r wrote:
> > the variable isn't used after the next line so has no purpose.
> > however, if you plan to implement the feature and will need the variable,
stet
> 
> I plan to implement, once the official test suite covers that code path. See
> https://codereview.appspot.com/154350043/#msg2

vectors for filtering methods 1/2/3 + NO_COMPRESSION cases have been added
to the test-suite thanks to: https://gerrit.chromium.org/gerrit/#/c/72033/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b