Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omnibus #683

Closed
wants to merge 8 commits into from
Closed

Omnibus #683

wants to merge 8 commits into from

Commits on Jan 11, 2016

  1. parallel encode and decode

    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    54fb7bf View commit details
    Browse the repository at this point in the history
  2. Carl Hetherington's T1 Optimizations

    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    a5d0c0c View commit details
    Browse the repository at this point in the history
  3. improved rate control performance

    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    af59959 View commit details
    Browse the repository at this point in the history
  4. 0. support for memory mapped files

    1. zero copy reads for buffer/memory mapped stream interface
    
    2. no code block allocation
    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    0d30f3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a351f3c View commit details
    Browse the repository at this point in the history
  6. fixed up OpenMP mode

    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    64dc479 View commit details
    Browse the repository at this point in the history
  7. to avoid changing ABI, image data is now always aligned. This means that

    the user should NOT free image data on their own; they must call
    opj_image_destroy.
    Aaron Boxer committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    588e097 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. temporarily disable some memory optimizations, to avoid breaking spir…

    …it of current ABI
    Aaron Boxer committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    666e077 View commit details
    Browse the repository at this point in the history