Changeset 1259 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 14 Jul 2015, 02:59:53 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 25 edited
-
AnnexBread.cpp (modified) (1 diff)
-
AnnexBread.h (modified) (1 diff)
-
NALread.cpp (modified) (1 diff)
-
NALread.h (modified) (1 diff)
-
SEIread.cpp (modified) (1 diff)
-
SEIread.h (modified) (1 diff)
-
SyntaxElementParser.cpp (modified) (1 diff)
-
SyntaxElementParser.h (modified) (1 diff)
-
TDecBinCoder.h (modified) (1 diff)
-
TDecBinCoderCABAC.cpp (modified) (1 diff)
-
TDecBinCoderCABAC.h (modified) (1 diff)
-
TDecCAVLC.cpp (modified) (1 diff)
-
TDecCAVLC.h (modified) (1 diff)
-
TDecCu.cpp (modified) (1 diff)
-
TDecCu.h (modified) (1 diff)
-
TDecEntropy.cpp (modified) (1 diff)
-
TDecEntropy.h (modified) (1 diff)
-
TDecGop.cpp (modified) (1 diff)
-
TDecGop.h (modified) (1 diff)
-
TDecSbac.cpp (modified) (1 diff)
-
TDecSbac.h (modified) (1 diff)
-
TDecSlice.cpp (modified) (1 diff)
-
TDecSlice.h (modified) (1 diff)
-
TDecTop.cpp (modified) (1 diff)
-
TDecTop.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/AnnexBread.cpp
r1029 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/AnnexBread.h
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/NALread.cpp
r1237 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/NALread.h
r1029 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.h
r1235 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/SyntaxElementParser.h
r1029 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecBinCoder.h
r1029 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecBinCoderCABAC.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecBinCoderCABAC.h
r1029 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1257 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.h
r1257 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCu.h
r1049 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecEntropy.cpp
r1247 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecEntropy.h
r1235 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.h
r1089 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSbac.h
r1235 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSlice.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecSlice.h
r1235 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1246 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h
r1235 r1259 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 4, ITU/ISO/IEC6 * Copyright (c) 2010-2015, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 *
Note: See TracChangeset for help on using the changeset viewer.