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: dofuuz/soxr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: dofuuz/soxr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 24 files changed
  • 3 contributors

Commits on Jul 15, 2021

  1. Enable NEON on AArch64(ARM64)

    - It does not always boost speed
    dofuuz committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    8381f33 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Fix periodic 0s in dithering

    - In system that 'unsigned long' is 32-bit(i.e. Windows, 32-bit Linux)
    - https://sourceforge.net/p/soxr/discussion/general/thread/5d68180432/
    dofuuz committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    45e20a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c75375 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Apr 6, 2023

  1. Generate different dithering for different input

    - Still it makes same output for same input
    dofuuz committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4e8d914 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Apply PFFFT patches from PFFFT upstream

    (https://bitbucket.org/jpommier/pffft)
    - fix: add define for 32bit x86 iOS simulator
    - Add missing include for altivec
    - fix ppc/ppc64 detection for GCC, fix vector initialization
    dofuuz committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ff3ae98 View commit details
    Browse the repository at this point in the history
  2. Bump to std=gnu99 for inline support

    - Add __i386__ check
    dofuuz committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    acc0dac View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on Jul 28, 2024

  1. Fix CMake warnings

    dofuuz committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4a882b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Enable NEON SIMD for AArch64 for real

    - Fix run-time NEON SIMD check
    dofuuz committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0a28e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add runtime NEON detection for AArch32

    - Add NEON detection w/o libavutil
    - Remove libavutil dependency with ARM
    dofuuz committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    edbdb40 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Add CI test

    dofuuz committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0e83b43 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Configuration menu
    Copy the full SHA
    a818a69 View commit details
    Browse the repository at this point in the history
  2. Fix function signature mismatches for avfft*.c (#5)

    * Refactoring to minimize changes
    
    * Fix function signature mismatches for avfft*.c
    
    * Add test WITH_AVFFT=ON
    
    * Add test -DWITH_PFFFT=OFF
    dofuuz authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    a66f3ee View commit details
    Browse the repository at this point in the history
Loading