source: SHVCSoftware/branches/SHM-dev/doc/mainpage.h

Last change on this file was 1271, checked in by seregin, 9 years ago

port rev 4302

File size: 3.2 KB
Line 
1#include "TLibCommon/CommonDef.h"
2
3/**
4 * \file mainpage.h
5 * \brief HEVC reference documentation main page (no functional use)
6 * \mainpage
7 *
8 * \section Introduction
9 *
10 *  This is the doxygen generated documentation of the HEVC HM reference software.
11 *     
12 *  For detailed information see the sub-pages of this site.
13 *
14 *  For information on the <b>subversion repositories</b> and the <b>software manual</b> see
15 *  http://hevc.hhi.fraunhofer.de
16 *
17 *  For <b>bug reporting and known issues</b> see:
18 *  http://hevc.kw.bbc.co.uk/trac/
19 *  https://hevc.hhi.fraunhofer.de/trac/shvc/
20 *
21 * \section License
22 *
23 * The copyright in this software is being made available under the BSD
24 * License, included below. This software may be subject to other third party
25 * and contributor rights, including patent rights, and no such rights are
26 * granted under this license. 
27 *
28 * Copyright (c) 2010-2015, ITU/ISO/IEC
29 * All rights reserved.
30 *
31 * Redistribution and use in source and binary forms, with or without
32 * modification, are permitted provided that the following conditions are met:
33 *
34 *  - Redistributions of source code must retain the above copyright notice,
35 *    this list of conditions and the following disclaimer.
36 *  - Redistributions in binary form must reproduce the above copyright notice,
37 *    this list of conditions and the following disclaimer in the documentation
38 *    and/or other materials provided with the distribution.
39 *  - Neither the name of the ITU/ISO/IEC nor the names of its contributors may
40 *    be used to endorse or promote products derived from this software without
41 *    specific prior written permission.
42 *
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
44 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
47 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
48 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
49 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
50 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
51 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
52 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
53 * THE POSSIBILITY OF SUCH DAMAGE.
54 *
55 *  \note
56 *     This document is automatically generated from the source code and special documentation tags.
57 *     For more details on the used documentation system see http://www.doxygen.org
58 *
59 *  \defgroup TLibCommon   TLibCommon  - Library containing functionality that is shared between encoder and decoder
60 *  \defgroup TLibEncoder  TLibEncoder - Library containing encoder functionality
61 *  \defgroup TLibDecoder  TLibDecoder - Library containing encoder functionality
62 *  \defgroup libMD5       libMD5      - MD5 helper functions
63 *  \defgroup TAppCommon   TAppCommon  - Application support library
64 *  \defgroup TAppEncoder  TAppEncoder - Encoder application
65 *  \defgroup TAppDecoder  TAppDecoder - Decoder application
66 */
Note: See TracBrowser for help on using the repository browser.