Skip to content

Commit 7288551

Browse files
committed
Updated to live555 2019.12.13
1 parent 6afab6e commit 7288551

469 files changed

Lines changed: 3906 additions & 1013 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BasicUsageEnvironment/BasicHashTable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Hash Table implementation
1818
// Implementation
1919

BasicUsageEnvironment/BasicTaskScheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// Implementation
1919

BasicUsageEnvironment/BasicTaskScheduler0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// Implementation
1919

BasicUsageEnvironment/BasicUsageEnvironment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// Implementation
1919

BasicUsageEnvironment/BasicUsageEnvironment0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// Implementation
1919

BasicUsageEnvironment/DelayQueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019, Live Networks, Inc. All rights reserved
16+
// Copyright (c) 1996-2020, Live Networks, Inc. All rights reserved
1717
// Help by Carlo Bonamico to get working for Windows
1818
// Delay queue
1919
// Implementation

BasicUsageEnvironment/include/BasicHashTable.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Hash Table implementation
1818
// C++ header
1919

BasicUsageEnvironment/include/BasicUsageEnvironment.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// C++ header
1919

BasicUsageEnvironment/include/BasicUsageEnvironment0.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
1313
along with this library; if not, write to the Free Software Foundation, Inc.,
1414
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1515
**********/
16-
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
16+
// Copyright (c) 1996-2020 Live Networks, Inc. All rights reserved.
1717
// Basic Usage Environment: for a simple, non-scripted, console application
1818
// C++ header
1919

BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
55
#define _BASICUSAGEENVIRONMENT_VERSION_HH
66

7-
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2019.03.06"
8-
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1551830400
7+
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2019.12.13"
8+
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1576195200
99

1010
#endif

0 commit comments

Comments
 (0)