Skip to content
Permalink
linux
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 2, 2014

  1. Linux: Fix bunches of compile error under MingW

     - declare all destructor __stdcall as the default is __cdecl in GCC.
     - #ifdef out inline assembly (to be replaced by GCC's equivalences)
     - Stubbing in missing function (_aligned_malloc, etc)
     - More flag, including inline assembly support flag
     - CPUID implemented in GCC dialect.
     - x87 control command #ifdef'd out
     - maybe more
    innocenat committed Sep 2, 2014
  2. Linux: fix flag name

    innocenat committed Sep 2, 2014

Commits on Jun 21, 2014

  1. Merge pull request AviSynth#42 from tp7/layer-alpha-fix

    Fix wrong clip being used for alpha in some RGB layer routines
    pylorak committed Jun 21, 2014

Commits on Mar 1, 2014

Commits on Feb 25, 2014

Commits on Feb 3, 2014

  1. Color: register as NICE_FILTER

    innocenat committed Feb 3, 2014
  2. Color: fix not reading conditional

    innocenat committed Feb 3, 2014
  3. Color: Complete rewritten

    innocenat committed Feb 3, 2014
Older