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: pierre/libsmile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zencoder/libsmile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 14 files changed
  • 6 contributors

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    da95345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b732301 View commit details
    Browse the repository at this point in the history
  3. consistent formatting

    stuarthicks committed May 28, 2019
    Configuration menu
    Copy the full SHA
    622e1b6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Suppress debug logging and use block-local stream (#1)

    * suppress debug logging
    
    * include debug symbols
    
    * start moving stream into block decode
    
    * restore mallocs
    
    * ensure we free memory even on error
    
    * remove commented-out code
    stuarthicks authored May 31, 2019
    Configuration menu
    Copy the full SHA
    250dff2 View commit details
    Browse the repository at this point in the history
  2. Fix SIGABRT on invalid header (#2)

    * remove debug logging on error and dont free msg when it's been set to something else
    
    * fix memory leak by deleting code
    stuarthicks authored May 31, 2019
    Configuration menu
    Copy the full SHA
    1d1a005 View commit details
    Browse the repository at this point in the history
  3. offer a build method that doesn't require libtool (#3)

    * offer a build method that doesn't require libtool
    
    * remove extra newline
    stuarthicks authored May 31, 2019
    Configuration menu
    Copy the full SHA
    48a0e24 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    bf61dc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    087baa4 View commit details
    Browse the repository at this point in the history
  2. BC-49261 Fix parsing of Unicode values

    Merge pull request #5 from zencoder/BC-49261
    Max Holland authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    81579f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add .whitesource configuration file (#7)

    Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
    mend-for-github-com[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d24c8df View commit details
    Browse the repository at this point in the history
  2. Merge upstream (#6)

    * Fix Unicode value parsing
    
    * Added Unicode test case
    
    ---------
    
    Co-authored-by: Thom Shutt <thomshutt@users.noreply.github.com>
    Co-authored-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
    3 people authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    027eea1 View commit details
    Browse the repository at this point in the history
Loading