Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jacklicn/libwebp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jacklicn/libwebp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 16, 2013

  1. fix memleak in WebPIDelete()

    happens when decoding is partial (past Partition0), without error and
    interrupted by calling WebPIDelete()
    
    WebPIDelete() needs to call VP8ExitCritical() to free in-flight resources
    
    Change-Id: Id4faef1b92f7edd8c17d642c58860e70dd570506
    (cherry picked from commit 40ae352)
    skal65535 authored and jzern committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    c28544a View commit details
    Browse the repository at this point in the history
  2. libwebp.jar: build w/Java 1.6 for Android compat

    broken since:
     a5c297c swig/java: reduce wrapper function code duplication
    
    this was a part of v0.3.1, but not v0.3.0.
    
    Change-Id: I001d4bd0a7a1aa1b2d267bc63bc1d8226bff00c1
    (cherry picked from commit de89951)
    jzern committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    3b44c5e View commit details
    Browse the repository at this point in the history
Loading