• 大小: 6.53MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-01
  • 语言: 其他
  • 标签: HEVC  h.265  视频编码  

资源简介

最新的HEVC视频编码,可直接使用VS打开运行,自带配置文件

资源截图

代码片段和文件信息

/* 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-2016 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
//! \{

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

int main(int argc char* argv[])
{
  Int returnCode = EXIT_SUCCESS;
  TAppDecTop  cTAppDecTop;

  // print information
  fprintf( stdout “\n“ );
  fprintf( stdout “HM software: Decoder Version [%s] (including RExt)“ 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();
    returnCode = EXIT_FAILURE;
    return returnCode;
  }

  // starting time
  Double dResult;
  clock_t lBefore = clock();


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

    ..A..H.     31744  2017-12-02 21:09  build\.vs\HM_vc2015\v14\.suo

    I.A....      7476  2017-11-29 21:11  build\HM_vc2010.sln

    I.A....      7476  2017-11-29 21:11  build\HM_vc2012.sln

    I.A....      7476  2017-11-29 21:11  build\HM_vc2013.sln

    I.A....      7472  2017-11-29 21:11  build\HM_vc2015.sln

     文件   14229504  2017-12-02 21:09  build\HM_vc2015.VC.db

    I.A....      6655  2017-11-29 21:11  build\HM_vc9.sln

    I.A....      2158  2017-11-29 21:11  build\linux\app\TAppDecoder\makefile

    I.A....      2269  2017-11-29 21:11  build\linux\app\TAppDecoderAnalyser\makefile

    I.A....      2157  2017-11-29 21:11  build\linux\app\TAppEncoder\makefile

    I.A....     13148  2017-11-29 21:11  build\linux\common\makefile.base

    I.A....      1064  2017-11-29 21:11  build\linux\lib\TAppCommon\makefile

    I.A....      1931  2017-11-29 21:11  build\linux\lib\TLibCommon\makefile

    I.A....      1384  2017-11-29 21:11  build\linux\lib\TLibDecoder\makefile

    I.A....      1431  2017-11-29 21:11  build\linux\lib\TLibDecoderAnalyser\makefile

    I.A....      1617  2017-11-29 21:11  build\linux\lib\TLibEncoder\makefile

    I.A....      1130  2017-11-29 21:11  build\linux\lib\TLibVideoIO\makefile

    I.A....      4785  2017-11-29 21:11  build\linux\makefile

    I.A....      1894  2017-11-29 21:11  build\linux\utils\annexBbytecount\makefile

    I.A....      1906  2017-11-29 21:11  build\linux\utils\convert_NtoMbit_YCbCr\makefile

     文件      45888  2017-11-30 18:08  build\UpgradeLog.htm

    I.A....      9755  2017-11-29 21:11  build\vc2010\TAppCommon_vc2010.vcxproj

    I.A....       905  2017-11-29 21:11  build\vc2010\TAppCommon_vc2010.vcxproj.filters

    I.A....     12030  2017-11-29 21:11  build\vc2010\TAppDecoderAnalyser_vc2010.vcxproj

    I.A....      1129  2017-11-29 21:11  build\vc2010\TAppDecoderAnalyser_vc2010.vcxproj.filters

    I.A....     11932  2017-11-29 21:11  build\vc2010\TAppDecoder_vc2010.vcxproj

    I.A....      1260  2017-11-29 21:11  build\vc2010\TAppDecoder_vc2010.vcxproj.filters

    I.A....     11932  2017-11-29 21:11  build\vc2010\TAppEncoder_vc2010.vcxproj

    I.A....      1260  2017-11-29 21:11  build\vc2010\TAppEncoder_vc2010.vcxproj.filters

    I.A....     14376  2017-11-29 21:11  build\vc2010\TLibCommon_vc2010.vcxproj

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

评论

共有 条评论