• 大小: 13.89MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-29
  • 语言: 其他
  • 标签: H265  

资源简介

HEVC 最新版本代码已经在VS2010,VS2008 编译通过

资源截图

代码片段和文件信息

/* The copyright in this software is being made available under the BSD
 * License included below. This software may be subject to other third party
 * and contributor rights including patent rights and no such rights are
 * granted under this license.  
 *
 * Copyright (c) 2010-2014 ITU/ISO/IEC
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms with or without
 * modification are permitted provided that the following conditions are met:
 *
 *  * Redistributions of source code must retain the above copyright notice
 *    this list of conditions and the following disclaimer.
 *  * Redistributions in binary form must reproduce the above copyright notice
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
 *    be used to endorse or promote products derived from this software without
 *    specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
 * AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
 * BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
 * CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN
 * CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF
 * THE POSSIBILITY OF SUCH DAMAGE.
 */

/** \file     decmain.cpp
    \brief    Decoder application main
*/

#include 
#include 
#include 
#include “TAppDecTop.h“

//! \ingroup TAppDecoder
//! \{

bool g_md5_mismatch = false; ///< top level flag that indicates if there has been a decoding mismatch

// ====================================================================================================================
// Main function
// ====================================================================================================================

int main(int argc char* argv[])
{
  TAppDecTop  cTAppDecTop;

  // print information
  fprintf( stdout “\n“ );
  fprintf( stdout “HM software: Decoder Version [%s]“ NV_VERSION );
  fprintf( stdout NVM_ONOS );
  fprintf( stdout NVM_COMPILEDBY );
  fprintf( stdout NVM_BITS );
  fprintf( stdout “\n“ );

  // create application decoder class
  cTAppDecTop.create();

  // parse configuration
  if(!cTAppDecTop.parseCfg( argc argv ))
  {
    cTAppDecTop.destroy();
    return 1;
  }

  // starting time
  double dResult;
  long lBefore = 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      44134  2014-04-12 09:23  HM-14.0\.cproject

     文件       2522  2014-04-12 09:23  HM-14.0\.project

     文件      12737  2014-04-12 09:23  HM-14.0\.settings\org.eclipse.cdt.core.prefs

     文件        115  2014-04-12 09:23  HM-14.0\.settings\org.eclipse.cdt.ui.prefs

     文件          3  2014-04-12 09:23  HM-14.0\.svn\entries

     文件          3  2014-04-12 09:23  HM-14.0\.svn\format

     文件       3774  2014-04-12 09:23  HM-14.0\.svn\pristine\00\00ac10817b29e9a48b8ed74637a0a3e21a9a190a.svn-base

     文件      11831  2014-04-12 09:23  HM-14.0\.svn\pristine\02\02f161c2a2c8947ecccfcb7df34f9d75ee1706e9.svn-base

     文件        565  2014-04-12 09:23  HM-14.0\.svn\pristine\04\0403de7639d1b697baf363301ef717bcec06a989.svn-base

     文件       3505  2014-04-12 09:23  HM-14.0\.svn\pristine\04\040f476c02a351b0af76b4930b243330550c86b5.svn-base

     文件       6534  2014-04-12 09:23  HM-14.0\.svn\pristine\04\045e618cdabce584e875f8fa4c841a31e4b03041.svn-base

     文件       2235  2014-04-12 09:23  HM-14.0\.svn\pristine\05\05119ce52a06587a6f7d9e9dff196ea837d7b7a7.svn-base

     文件       7808  2014-04-12 09:23  HM-14.0\.svn\pristine\05\058ddbadaa4cf38170dc92b296c45c6ee30f94e6.svn-base

     文件       4590  2014-04-12 09:23  HM-14.0\.svn\pristine\05\05f9e5e6b230a3a0138b46874dc9417d39227ba5.svn-base

     文件      53329  2014-04-12 09:23  HM-14.0\.svn\pristine\06\06c6fc2043116c45f41fea024d7cbbd833043b51.svn-base

     文件       9164  2014-04-12 09:23  HM-14.0\.svn\pristine\07\079e9572de8827e36a804f82c11482c917456546.svn-base

     文件       5140  2014-04-12 09:23  HM-14.0\.svn\pristine\07\07e2466c662fac7cbe3c784bea72311acd5ad7b1.svn-base

     文件       5542  2014-04-12 09:23  HM-14.0\.svn\pristine\08\08e60414fc1d824449d3ea9c34453b90ba9e95bc.svn-base

     文件       6530  2014-04-12 09:23  HM-14.0\.svn\pristine\09\0958c2972e90a84ea1928e942c4084574ffb5408.svn-base

     文件       8502  2014-04-12 09:23  HM-14.0\.svn\pristine\0a\0a5f53c3afe6241d50208401085f25c9cab7204b.svn-base

     文件      12537  2014-04-12 09:23  HM-14.0\.svn\pristine\0b\0b795cefabafa1b75fae3e10ffac0458c1e9bcf3.svn-base

     文件       3140  2014-04-12 09:23  HM-14.0\.svn\pristine\0c\0cc41213a5c29ddb863a85ea35fa2ba0c29bb35e.svn-base

     文件       1468  2014-04-12 09:23  HM-14.0\.svn\pristine\0d\0d367be6af67929fff020984426977cb48594cce.svn-base

     文件        561  2014-04-12 09:23  HM-14.0\.svn\pristine\0e\0e09761c45fff02b513c6247665d8908faaa5266.svn-base

     文件       5517  2014-04-12 09:23  HM-14.0\.svn\pristine\10\1020105fc3b821f659c0f6eeeec9f1c5a1ac64b4.svn-base

     文件        553  2014-04-12 09:23  HM-14.0\.svn\pristine\11\1108571e11eb1b51913a06a6c2ef23f5835cc3c9.svn-base

     文件       7167  2014-04-12 09:23  HM-14.0\.svn\pristine\12\1235922f996b4aca6e180acfc25de0052b884b52.svn-base

     文件       8159  2014-04-12 09:23  HM-14.0\.svn\pristine\14\1447232461a9f4a52cb96d1fdac63e3335dbb2f2.svn-base

     文件       3840  2014-04-12 09:23  HM-14.0\.svn\pristine\14\147031a0fd6e476a07b50133221ff5d98f3e69ed.svn-base

     文件        573  2014-04-12 09:23  HM-14.0\.svn\pristine\15\157a29214e9dc1dc1da6b3c28c783f6a3a15397c.svn-base

............此处省略792个文件信息

评论

共有 条评论