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