{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl_onmaster\" build number 17",
          "upstreamBuild" : 17,
          "upstreamProject" : "jogl_onmaster",
          "upstreamUrl" : "job/jogl_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 17,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
            "branch" : [
              {
                "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
            "branch" : [
              {
                "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
        "branch" : [
          {
            "SHA1" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#17",
  "duration" : 824976,
  "estimatedDuration" : 1395812,
  "executor" : None,
  "fullDisplayName" : "jogl_onmaster » linux-x86_64-master-001 #17",
  "id" : "2013-07-21_05-00-57",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 17,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1374375657000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl_onmaster/label=linux-x86_64-master-001/17/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "81c911541690f573b631974212f0e49d4d83daba",
        "timestamp" : 1370191292000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "reformatted to same style\u000a",
        "date" : "2013-06-02T18:41:32+0200",
        "id" : "81c911541690f573b631974212f0e49d4d83daba",
        "msg" : "reformatted to same style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "0f9e158d89d2971d505373409e4ab56699e66eea",
        "timestamp" : 1370191701000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "removed unnecessary castings, removed unnecessary methods for vector operations changed to VectorUtil instead\u000a",
        "date" : "2013-06-02T18:48:21+0200",
        "id" : "0f9e158d89d2971d505373409e4ab56699e66eea",
        "msg" : "removed unnecessary castings, removed unnecessary methods for vector",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "1fe8fa0765f13980cd4498cb65ab2e36908e75b1",
        "timestamp" : 1370192982000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't have such a property + method do same thing as isIdentity), new setIdentity method, default constructor sets this quaternion to identity, new fromAxis method/costructor\u000a",
        "date" : "2013-06-02T19:09:42+0200",
        "id" : "1fe8fa0765f13980cd4498cb65ab2e36908e75b1",
        "msg" : "fixed isIdentity method, deprecated isEmpty method (quaternion doesn't",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "ba8f322de06204afe4c7cb81e51a1d46477bb586",
        "timestamp" : 1370193285000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
          "fullName" : "petrs"
        },
        "authorEmail" : "petrs@mapfactor.com",
        "comment" : "new method for vector multiplication, new copy constructor\u000a",
        "date" : "2013-06-02T19:14:45+0200",
        "id" : "ba8f322de06204afe4c7cb81e51a1d46477bb586",
        "msg" : "new method for vector multiplication, new copy constructor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
        ],
        "commitId" : "6319878549d3f2e7046959b262b536ecf292be27",
        "timestamp" : 1370370096000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "Quaternion.java : fixed not clear assignment\u000a",
        "date" : "2013-06-04T20:21:36+0200",
        "id" : "6319878549d3f2e7046959b262b536ecf292be27",
        "msg" : "Quaternion.java : fixed not clear assignment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/math/Quaternion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug744-rle32.tga",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTGATextureFromFileNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-u32.tga",
          "src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java"
        ],
        "commitId" : "4bfeef1c298e6861c0a607811edc9bef88d6084b",
        "timestamp" : 1374053793000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
          "fullName" : "petr.skramovsky"
        },
        "authorEmail" : "petr.skramovsky@gmail.com",
        "comment" : "Fix Bug 744: Added support of RLE encoded .tga\u000a",
        "date" : "2013-07-17T11:36:33+0200",
        "id" : "4bfeef1c298e6861c0a607811edc9bef88d6084b",
        "msg" : "Fix Bug 744: Added support of RLE encoded .tga",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/test-u32.tga"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/spi/TGAImage.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/TestTGATextureFromFileNEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/bug744-rle32.tga"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/index_65.html",
          "doc/uml/html/fig134786.png",
          "doc/uml/html-svg/class128709.html",
          "doc/uml/html-svg/index_79.html",
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html/index_71.html",
          "doc/Overview-OpenGL-Evolution-And-JOGL.html",
          "doc/uml/html-svg/class135170.html",
          "doc/uml/html/index-withframe.html",
          "doc/uml/html-svg/class128325.html",
          "doc/uml/html/index_67.html",
          "doc/uml/html-svg/class128197.html",
          "doc/uml/html-svg/class131397.html",
          "doc/uml/html-svg/class130117.html",
          "doc/uml/html-svg/classdiagrams.html",
          "doc/uml/html-svg/index-withframe.html",
          "doc/uml/html-svg/class130885.html",
          "doc/uml/html-svg/class132549.html",
          "doc/uml/html-svg/class131013.html",
          "doc/uml/html-svg/index_78.html",
          "doc/uml/html/index_78.html",
          "doc/uml/html-svg/index_67.html",
          "doc/uml/html-svg/class130629.html",
          "doc/uml/html-svg/class134914.html",
          "doc/uml/html-svg/class130757.html",
          "doc/uml/jogl/128069.diagram",
          "doc/uml/jogl/2.session",
          "doc/uml/html-svg/class130245.html",
          "doc/uml/html/index_65.html",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/html/index_82.html",
          "doc/uml/html/index_79.html",
          "doc/uml/html/index.html",
          "doc/uml/html-svg/class128837.html",
          "doc/uml/html-svg/class135042.html",
          "doc/uml/html/fig128069.png",
          "doc/uml/html-svg/class128069.html",
          "doc/uml/jogl/generation_settings",
          "doc/uml/html-svg/class128002.html",
          "doc/uml/jogl/stereotypes",
          "doc/uml/html-svg/class131141.html",
          "doc/uml/html-svg/class128386.html",
          "doc/uml/html/classes.html",
          "doc/uml/html/classdiagrams.html",
          "doc/bouml",
          "doc/uml/html-svg/classes_list.html",
          "doc/uml/html-svg/class128130.html",
          "doc/uml/html-svg/index.html",
          "doc/uml/html/packages.html",
          "doc/uml/html-svg/class128258.html",
          "doc/uml/html-svg/class131269.html",
          "doc/uml/html-svg/class128453.html",
          "doc/uml/html-svg/classes.html",
          "doc/uml/html-svg/index_74.html",
          "doc/uml/html-svg/index_71.html",
          "doc/uml/html-svg/navig.html",
          "doc/uml/html/index_74.html",
          "doc/uml/jogl/134786.diagram",
          "doc/uml/html-svg/index_82.html",
          "doc/uml/html/navig.html",
          "doc/uml/html-svg/class130501.html",
          "doc/uml/html-svg/packages.html",
          "doc/uml/html-svg/metaclass135298.html",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/html/classes_list.html",
          "doc/uml/html-svg/class128965.html",
          "doc/uml/html-svg/class128581.html"
        ],
        "commitId" : "906ec91648cd1786285e9ec86d12bca49c3cdb31",
        "timestamp" : 1374138727000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Doc: Update UML diagram and 'Overview-OpenGL-Evolution-And-JOGL'\u000a",
        "date" : "2013-07-18T11:12:07+0200",
        "id" : "906ec91648cd1786285e9ec86d12bca49c3cdb31",
        "msg" : "Doc: Update UML diagram and 'Overview-OpenGL-Evolution-And-JOGL'",
        "paths" : [
          {
            "editType" : "add",
            "file" : "doc/uml/html/fig134786.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/navig.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130501.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_67.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131141.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/stereotypes"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class135170.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/navig.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128002.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/bouml"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/fig134786.svg"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128325.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128837.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/Overview-OpenGL-Evolution-And-JOGL.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_71.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class135042.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_74.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130245.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130885.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/generation_settings"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128386.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131397.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class132549.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/2.session"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes_list.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128130.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128197.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/metaclass135298.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_71.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128965.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class134914.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128258.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128581.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131269.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_67.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128069.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130629.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_65.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class131013.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/jogl/134786.diagram"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130117.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_82.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128709.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class128453.html"
          },
          {
            "editType" : "add",
            "file" : "doc/uml/html-svg/class130757.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes_list.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "372c72769b2c3279b7b58cc4dc049fbe28d041bd",
        "timestamp" : 1374138767000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "WWW: Added JOGL spec link, fixed grammar .\u000a",
        "date" : "2013-07-18T11:12:47+0200",
        "id" : "372c72769b2c3279b7b58cc4dc049fbe28d041bd",
        "msg" : "WWW: Added JOGL spec link, fixed grammar .",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/doc/jogl/spec-overview.html"
        ],
        "commitId" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
        "timestamp" : 1374139473000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "API doc: Use paragraph instead of manual line break ..\u000a",
        "date" : "2013-07-18T11:24:33+0200",
        "id" : "b5c42d4c04b2f750f1f64f4dfeaa91f3e66476fd",
        "msg" : "API doc: Use paragraph instead of manual line break ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/doc/jogl/spec-overview.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/index_65.html",
          "doc/uml/html-svg/class128709.html",
          "doc/uml/html/fig134786.png",
          "doc/uml/html-svg/index_79.html",
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html/index_71.html",
          "doc/uml/html-svg/style.css",
          "doc/uml/html-svg/class135170.html",
          "doc/uml/html/index-withframe.html",
          "doc/uml/html-svg/class128325.html",
          "doc/uml/html/index_67.html",
          "doc/uml/html-svg/class128197.html",
          "doc/uml/html-svg/class130117.html",
          "doc/uml/html-svg/class131397.html",
          "doc/uml/html-svg/classdiagrams.html",
          "doc/uml/html-svg/index-withframe.html",
          "doc/uml/html-svg/class130885.html",
          "doc/uml/html-svg/class132549.html",
          "doc/uml/html-svg/class131013.html",
          "doc/uml/html-svg/index_78.html",
          "doc/uml/html/index_78.html",
          "doc/uml/html-svg/index_67.html",
          "doc/uml/html-svg/class130629.html",
          "doc/uml/html-svg/class134914.html",
          "doc/uml/html-svg/class130757.html",
          "doc/uml/jogl/2.session",
          "doc/uml/jogl/128069.diagram",
          "doc/uml/html-svg/class130245.html",
          "doc/uml/html/index_65.html",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/html/index_82.html",
          "doc/uml/html/index.html",
          "doc/uml/html/index_79.html",
          "doc/uml/html-svg/class128837.html",
          "doc/uml/html-svg/class135042.html",
          "doc/uml/html-svg/class128069.html",
          "doc/uml/html/fig128069.png",
          "doc/uml/html-svg/class128002.html",
          "doc/uml/html-svg/class131141.html",
          "doc/uml/html-svg/class128386.html",
          "doc/uml/html/classes.html",
          "doc/uml/html/classdiagrams.html",
          "doc/uml/html-svg/class128130.html",
          "doc/uml/html-svg/classes_list.html",
          "doc/uml/html-svg/index.html",
          "doc/uml/html/packages.html",
          "doc/uml/html-svg/class128258.html",
          "doc/uml/html-svg/class131269.html",
          "doc/uml/html-svg/class128453.html",
          "doc/uml/html/style.css",
          "doc/uml/html-svg/classes.html",
          "doc/uml/html-svg/index_74.html",
          "doc/uml/html-svg/index_71.html",
          "doc/uml/html-svg/navig.html",
          "doc/uml/jogl/134786.diagram",
          "doc/uml/html/index_74.html",
          "doc/uml/html-svg/index_82.html",
          "doc/uml/html/navig.html",
          "doc/uml/html-svg/metaclass135298.html",
          "doc/uml/html-svg/class130501.html",
          "doc/uml/html-svg/packages.html",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/html/classes_list.html",
          "doc/uml/html-svg/class128965.html",
          "doc/uml/html-svg/class128581.html"
        ],
        "commitId" : "731359e4cdb557eb6b3ce389937c0e22ac81e389",
        "timestamp" : 1374140491000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UML Doc: Fix alignment / separator ..\u000a",
        "date" : "2013-07-18T11:41:31+0200",
        "id" : "731359e4cdb557eb6b3ce389937c0e22ac81e389",
        "msg" : "UML Doc: Fix alignment / separator ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_67.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class134914.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128130.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128386.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig134786.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/2.session"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130117.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/style.css"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130245.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131397.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_71.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128258.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128709.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class132549.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128965.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_67.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128002.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/metaclass135298.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class135170.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128581.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130501.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128453.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig134786.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/134786.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130629.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131269.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128069.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/style.css"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes_list.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131013.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128325.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131141.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128197.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128837.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_71.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class135042.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes_list.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130757.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130885.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/html/fig128069.png",
          "doc/uml/html-svg/index.html",
          "doc/uml/jogl/128069.diagram"
        ],
        "commitId" : "d13c2d71b2fca5b4d86a2e437b415afc04a35bdb",
        "timestamp" : 1374140743000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UML Doc: Fix separator ..\u000a",
        "date" : "2013-07-18T11:45:43+0200",
        "id" : "d13c2d71b2fca5b4d86a2e437b415afc04a35bdb",
        "msg" : "UML Doc: Fix separator ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig134786.svg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/jogl/128069.diagram",
          "doc/uml/html-svg/index.html",
          "doc/uml/html/fig128069.png",
          "doc/uml/jogl/2.session"
        ],
        "commitId" : "67770a1177edaf870f6a6fb976e4179cec5a2ea3",
        "timestamp" : 1374141046000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UML Doc: Fix separator ..\u000a",
        "date" : "2013-07-18T11:50:46+0200",
        "id" : "67770a1177edaf870f6a6fb976e4179cec5a2ea3",
        "msg" : "UML Doc: Fix separator ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/2.session"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html-svg/index_65.html",
          "doc/uml/html/fig134786.png",
          "doc/uml/html-svg/class128709.html",
          "doc/uml/html-svg/index_79.html",
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html/index_71.html",
          "doc/uml/html-svg/style.css",
          "doc/Overview-OpenGL-Evolution-And-JOGL.html",
          "doc/uml/html-svg/class135170.html",
          "doc/uml/html/index-withframe.html",
          "doc/uml/html-svg/class128325.html",
          "doc/uml/html/index_67.html",
          "doc/uml/html-svg/class128197.html",
          "doc/uml/html-svg/class130117.html",
          "doc/uml/html-svg/class131397.html",
          "doc/uml/html-svg/classdiagrams.html",
          "doc/uml/html-svg/index-withframe.html",
          "doc/uml/html-svg/class130885.html",
          "doc/uml/html-svg/class132549.html",
          "doc/uml/html-svg/class131013.html",
          "doc/uml/html/index_78.html",
          "doc/uml/html-svg/index_78.html",
          "doc/uml/html-svg/index_67.html",
          "doc/uml/html-svg/class130629.html",
          "doc/uml/html-svg/class134914.html",
          "doc/uml/html-svg/class130757.html",
          "doc/uml/html-svg/class130245.html",
          "doc/uml/html/index_65.html",
          "doc/uml/html/index_82.html",
          "doc/uml/html/index_79.html",
          "doc/uml/html/index.html",
          "doc/uml/html-svg/class128837.html",
          "doc/uml/html-svg/class135042.html",
          "doc/uml/html-svg/class128069.html",
          "doc/uml/html/fig128069.png",
          "doc/uml/html-svg/class128002.html",
          "doc/uml/html-svg/class131141.html",
          "doc/uml/html-svg/class128386.html",
          "doc/uml/html/classes.html",
          "doc/uml/html/classdiagrams.html",
          "doc/uml/html-svg/classes_list.html",
          "doc/uml/html-svg/class128130.html",
          "doc/uml/html-svg/index.html",
          "doc/uml/html/packages.html",
          "doc/uml/html-svg/class128258.html",
          "doc/uml/html-svg/class131269.html",
          "doc/uml/html-svg/class128453.html",
          "doc/uml/html/style.css",
          "doc/uml/html-svg/classes.html",
          "doc/uml/html-svg/index_74.html",
          "doc/uml/html-svg/index_71.html",
          "doc/uml/html/index_74.html",
          "doc/uml/html-svg/navig.html",
          "doc/uml/html-svg/index_82.html",
          "doc/uml/html/navig.html",
          "doc/uml/html-svg/metaclass135298.html",
          "doc/uml/html-svg/class130501.html",
          "doc/uml/html-svg/packages.html",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/html/classes_list.html",
          "doc/uml/html-svg/class128965.html",
          "doc/uml/html-svg/class128581.html"
        ],
        "commitId" : "39be62ef965944f00d37e6ea54f5fade17b2062d",
        "timestamp" : 1374141345000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Doc: Overview/Evol: Fix embedded size / UML: Fix file attribs\u000a",
        "date" : "2013-07-18T11:55:45+0200",
        "id" : "39be62ef965944f00d37e6ea54f5fade17b2062d",
        "msg" : "Doc: Overview/Evol: Fix embedded size / UML: Fix file attribs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131269.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128837.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128453.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/style.css"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128581.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/style.css"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes_list.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131013.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128325.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class135042.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130629.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130117.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128197.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130757.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig134786.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130245.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class132549.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131141.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_78.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/Overview-OpenGL-Evolution-And-JOGL.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128386.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128069.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_71.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig134786.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_71.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128130.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128002.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_79.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128965.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/metaclass135298.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class135170.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_82.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class134914.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index_67.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130885.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_74.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128709.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class130501.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/packages.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/classdiagrams.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class131397.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_67.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig128069.png"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/class128258.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index_65.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/classes_list.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/uml/html/fig134786.png",
          "doc/uml/html-svg/index-withframe.html",
          "doc/uml/jogl/jogl.prj",
          "doc/uml/html-svg/index.html",
          "doc/uml/html-svg/fig134786.svg",
          "doc/uml/html/index.html",
          "doc/uml/jogl/generation_settings",
          "doc/uml/html-svg/navig.html",
          "doc/uml/jogl/134786.diagram",
          "doc/uml/html/index-withframe.html",
          "doc/uml/html/navig.html",
          "doc/uml/jogl/stereotypes",
          "doc/uml/html-svg/fig128069.svg",
          "doc/uml/jogl/128069.diagram",
          "doc/uml/jogl/2.session"
        ],
        "commitId" : "74f4304a4f53c72b542fca49701a442274df0fef",
        "timestamp" : 1374142479000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "UML: Fix 'core' layout - more similar to 'all'\u000a",
        "date" : "2013-07-18T12:14:39+0200",
        "id" : "74f4304a4f53c72b542fca49701a442274df0fef",
        "msg" : "UML: Fix 'core' layout - more similar to 'all'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/stereotypes"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/128069.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig128069.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/jogl.prj"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/fig134786.svg"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/2.session"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/navig.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/134786.diagram"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/jogl/generation_settings"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html-svg/index-withframe.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/uml/html/fig134786.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/Overview-OpenGL-Evolution-And-JOGL.html"
        ],
        "commitId" : "24ba0ac528603ee527f002d350bcfb19754f2457",
        "timestamp" : 1374142545000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Doc: Overview/Evol .. embedded size\u000a",
        "date" : "2013-07-18T12:15:45+0200",
        "id" : "24ba0ac528603ee527f002d350bcfb19754f2457",
        "msg" : "Doc: Overview/Evol .. embedded size",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/Overview-OpenGL-Evolution-And-JOGL.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java",
          "src/jogl/native/libav/ffmpeg_tool.h",
          "src/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java",
          "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java",
          "src/jogl/classes/com/jogamp/opengl/util/av/AudioSinkFactory.java",
          "src/jogl/classes/com/jogamp/opengl/util/av/AudioSink.java",
          "src/jogl/classes/jogamp/opengl/util/av/JavaSoundAudioSink.java",
          "src/jogl/classes/jogamp/opengl/android/av/AndroidGLMediaPlayerAPI14.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieSimple.java",
          "src/jogl/classes/jogamp/opengl/util/av/NullAudioSink.java",
          "src/jogl/native/libav/jogamp_opengl_util_av_impl_FFMPEGMediaPlayer.c",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "src/jogl/classes/jogamp/opengl/util/av/AudioSink.java",
          "src/jogl/classes/jogamp/opengl/util/av/SyncedRingbuffer.java",
          "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayerFactory.java"
        ],
        "commitId" : "da7210c6498b6fcc2fbf829684ea399a6b4c3f65",
        "timestamp" : 1374196114000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FFMPEGPlayer Audio Sink Refactoring ..\u000a\u000a- AudioSink w/ AudioFrame and formats public\u000a\u000a- ALAudioSink uses a circular buffer now, hence relaxes the one-threaded player mode\u000a\u000a- FFMPEGMediaPlayer uses multiple audio frames (equal to the ALAudioSink number)\u000a  and wraps data to NIO buffer w/o copy.\u000a\u000a- FFMPEGMediaPlayer audio threading currently disabled: distorted sound\u000a  Seems that the ALAudioSink's circular buffer usage is good enough for now.\u000a\u000a- Verbosity only w/ DEBUG flag\u000a\u000a- New SyncedRingbuffer for effcient synced buffering\u000a",
        "date" : "2013-07-19T03:08:34+0200",
        "id" : "da7210c6498b6fcc2fbf829684ea399a6b4c3f65",
        "msg" : "FFMPEGPlayer Audio Sink Refactoring ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "delete",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/AudioSink.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/AudioSinkFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayerFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/NullAudioSink.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/jogamp_opengl_util_av_impl_FFMPEGMediaPlayer.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/JavaSoundAudioSink.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieCube.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/ffmpeg_tool.h"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/SyncedRingbuffer.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/av/AudioSink.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/android/av/AndroidGLMediaPlayerAPI14.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/MovieSimple.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-MovieCube.html",
          "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html"
        ],
        "commitId" : "3e4dac6373185a1a9061b394601221052b2bef84",
        "timestamp" : 1374196679000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Movie JNLP/NAppletAdd: Add joal jar file\u000a",
        "date" : "2013-07-19T03:17:59+0200",
        "id" : "3e4dac6373185a1a9061b394601221052b2bef84",
        "msg" : "Movie JNLP/NAppletAdd: Add joal jar file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
        ],
        "commitId" : "eeaa50a10c18c34384422e3bf6df586cdfd4b203",
        "timestamp" : 1374331596000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FFMPEGMediaPlayer: Fix yuv stored in alpha shader decode on ES2 and GL2\u000a\u000aRegression introduced by:\u000adba2faf8520a43a809eb756869c6c97a0a2ef2cd\u000a",
        "date" : "2013-07-20T07:46:36-0700",
        "id" : "eeaa50a10c18c34384422e3bf6df586cdfd4b203",
        "msg" : "FFMPEGMediaPlayer: Fix yuv stored in alpha shader decode on ES2 and GL2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "7f5ba25559f593cc7b46ed0a35acfd1f9d97128a",
        "timestamp" : 1374333783000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subject to be removed).\u000a",
        "date" : "2013-07-20T08:23:03-0700",
        "id" : "7f5ba25559f593cc7b46ed0a35acfd1f9d97128a",
        "msg" : "FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/jogl-applet-runner-newt-MovieCube.html",
          "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html"
        ],
        "commitId" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
        "timestamp" : 1374334438000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Movie JNLP/NAppletAdd: joal jar file shall come before jogl's (dependency - refine commit 3e4dac6373185a1a9061b394601221052b2bef84)\u000a",
        "date" : "2013-07-20T08:33:58-0700",
        "id" : "64d7c6b7f28649f01f7e7e34eb8cd5716c440238",
        "msg" : "Movie JNLP/NAppletAdd: joal jar file shall come before jogl's",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube-napplet.html"
          },
          {
            "editType" : "edit",
            "file" : "jnlp-files/jogl-applet-runner-newt-MovieCube.html"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petr.skramovsky",
      "fullName" : "petr.skramovsky"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petrs",
      "fullName" : "petrs"
    }
  ]
}