update copyright text

rather than symlink the webm/vpx terms, use the same header as libvpx to
reference in-tree files

based on the discussion in:
https://codereview.chromium.org/12771026/

Change-Id: Ia3067ecddefaa7ee01550136e00f7b3f086d4af4
This commit is contained in:
James Zern 2013-06-06 23:05:58 -07:00
parent c2113ad4f9
commit d640614d54
105 changed files with 525 additions and 315 deletions

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// simple command line calling the WebPEncode function. // simple command line calling the WebPEncode function.

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Command-line tool for decoding a WebP image. // Command-line tool for decoding a WebP image.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Utility functions used by the example programs. // Utility functions used by the example programs.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Utility functions used by the example programs. // Utility functions used by the example programs.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// simple tool to convert animated GIFs to WebP // simple tool to convert animated GIFs to WebP

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// JPEG decode. // JPEG decode.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// JPEG decode. // JPEG decode.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Metadata types and functions. // Metadata types and functions.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Metadata types and functions. // Metadata types and functions.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// PNG decode. // PNG decode.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// PNG decode. // PNG decode.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Helper functions to measure elapsed time. // Helper functions to measure elapsed time.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// TIFF decode. // TIFF decode.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// TIFF decode. // TIFF decode.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Simple OpenGL-based WebP file viewer. // Simple OpenGL-based WebP file viewer.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Simple command-line to create a WebP container file and to extract or strip // Simple command-line to create a WebP container file and to extract or strip

View File

@ -1,8 +1,10 @@
// Copyright 2013 Google Inc. All Rights Reserved. // Copyright 2013 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Windows Imaging Component (WIC) decode. // Windows Imaging Component (WIC) decode.

View File

@ -1,8 +1,10 @@
// Copyright 2013 Google Inc. All Rights Reserved. // Copyright 2013 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Windows Imaging Component (WIC) decode. // Windows Imaging Component (WIC) decode.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Alpha-plane decompression. // Alpha-plane decompression.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Everything about WebPDecBuffer // Everything about WebPDecBuffer

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Low-level API for VP8 decoder // Low-level API for VP8 decoder

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Frame-reconstruction function. Memory allocation. // Frame-reconstruction function. Memory allocation.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Incremental decoding // Incremental decoding

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// functions for sample output. // functions for sample output.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Enhancement layer (for YUV444/422) // Enhancement layer (for YUV444/422)

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Quantizer initialization // Quantizer initialization

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Coding trees and probas // Coding trees and probas

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// main entry for the decoder // main entry for the decoder

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// VP8 decoder: internal header. // VP8 decoder: internal header.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// main entry for the decoder // main entry for the decoder

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Lossless decoder: internal header. // Lossless decoder: internal header.

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Main decoding functions for WEBP images. // Main decoding functions for WEBP images.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Internal header: WebP decoding parameters and custom IO on buffer // Internal header: WebP decoding parameters and custom IO on buffer

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// WebP container demux. // WebP container demux.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// CPU detection // CPU detection

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Speed-critical decoding functions. // Speed-critical decoding functions.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// ARM NEON version of dsp functions and loop filtering. // ARM NEON version of dsp functions and loop filtering.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// SSE2 version of some decoding functions (idct, loop filtering). // SSE2 version of some decoding functions (idct, loop filtering).

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Speed-critical functions. // Speed-critical functions.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Speed-critical encoding functions. // Speed-critical encoding functions.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// ARM NEON version of speed-critical encoding functions. // ARM NEON version of speed-critical encoding functions.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// SSE2 version of speed-critical encoding functions. // SSE2 version of speed-critical encoding functions.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Image transforms and color space conversion methods for lossless decoder. // Image transforms and color space conversion methods for lossless decoder.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Image transforms and color space conversion methods for lossless decoder. // Image transforms and color space conversion methods for lossless decoder.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// YUV to RGB upsampling functions. // YUV to RGB upsampling functions.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// NEON version of YUV to RGB upsampling functions. // NEON version of YUV to RGB upsampling functions.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// SSE2 version of YUV to RGB upsampling functions. // SSE2 version of YUV to RGB upsampling functions.

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// YUV->RGB conversion function // YUV->RGB conversion function

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// inline YUV<->RGB conversion function // inline YUV<->RGB conversion function

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Alpha-plane compression. // Alpha-plane compression.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Macroblock analysis // Macroblock analysis

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Coding tools configuration // Coding tools configuration

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Cost tables for level and modes // Cost tables for level and modes

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Cost tables for level and modes. // Cost tables for level and modes.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Selecting filter level // Selecting filter level

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// frame coding and analysis // frame coding and analysis

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// VP8Iterator: block iterator // VP8Iterator: block iterator

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Enhancement layer (for YUV444/422) // Enhancement layer (for YUV444/422)

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// WebPPicture utils: colorspace conversion, crop, ... // WebPPicture utils: colorspace conversion, crop, ...

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Quantization // Quantization

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Header syntax writing // Header syntax writing

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Paginated token buffer // Paginated token buffer

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Token probabilities // Token probabilities

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// WebP encoder: internal header. // WebP encoder: internal header.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// main entry for the lossless encoder. // main entry for the lossless encoder.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Lossless encoder: internal header. // Lossless encoder: internal header.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// WebP encoder: main entry point // WebP encoder: main entry point

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Set and delete APIs for mux. // Set and delete APIs for mux.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Internal header for mux library. // Internal header for mux library.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Internal objects and utils for mux. // Internal objects and utils for mux.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Read APIs for mux. // Read APIs for mux.

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Boolean decoder // Boolean decoder

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Boolean decoder // Boolean decoder

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Bit writing and boolean coder // Bit writing and boolean coder

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Bit writing and boolean coder // Bit writing and boolean coder

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Color Cache for WebP Lossless // Color Cache for WebP Lossless

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Color Cache for WebP Lossless // Color Cache for WebP Lossless

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Spatial prediction using various filters // Spatial prediction using various filters

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Spatial prediction using various filters // Spatial prediction using various filters

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Utilities for building and looking up Huffman trees. // Utilities for building and looking up Huffman trees.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Utilities for building and looking up Huffman trees. // Utilities for building and looking up Huffman trees.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Author: Jyrki Alakuijala (jyrki@google.com) // Author: Jyrki Alakuijala (jyrki@google.com)

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Quantize levels for specified number of quantization-levels ([2, 256]). // Quantize levels for specified number of quantization-levels ([2, 256]).

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Alpha plane quantization utility // Alpha plane quantization utility

View File

@ -1,8 +1,10 @@
// Copyright 2013 Google Inc. All Rights Reserved. // Copyright 2013 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// TODO(skal): implement gradient smoothing. // TODO(skal): implement gradient smoothing.

View File

@ -1,8 +1,10 @@
// Copyright 2013 Google Inc. All Rights Reserved. // Copyright 2013 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Alpha plane de-quantization utility // Alpha plane de-quantization utility

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Rescaling functions // Rescaling functions

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Rescaling functions // Rescaling functions

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Multi-threaded worker // Multi-threaded worker

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Multi-threaded worker // Multi-threaded worker

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Misc. common utility functions // Misc. common utility functions

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Misc. common utility functions // Misc. common utility functions

View File

@ -1,8 +1,10 @@
// Copyright 2010 Google Inc. All Rights Reserved. // Copyright 2010 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Main decoding functions for WebP images. // Main decoding functions for WebP images.

View File

@ -1,8 +1,10 @@
// Copyright 2012 Google Inc. All Rights Reserved. // Copyright 2012 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// Demux API. // Demux API.

View File

@ -1,8 +1,10 @@
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// //
// This code is licensed under the same terms as WebM: // Use of this source code is governed by a BSD-style license
// Software License Agreement: http://www.webmproject.org/license/software/ // that can be found in the COPYING file in the root of the source
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/ // tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// //
// WebP encoder: main interface // WebP encoder: main interface

Some files were not shown because too many files have changed in this diff Show More