Skip to content

Commit

Permalink
Bump to version 2019.05.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Gaufman committed Jun 22, 2019
1 parent ceeb4f4 commit ef01f0a
Show file tree
Hide file tree
Showing 424 changed files with 2,349 additions and 808 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"jira-plugin.workingProject": ""
}
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicHashTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Hash Table implementation
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicTaskScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicTaskScheduler0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicUsageEnvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/BasicUsageEnvironment0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/DelayQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2019, Live Networks, Inc. All rights reserved
// Help by Carlo Bonamico to get working for Windows
// Delay queue
// Implementation
Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicHashTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Hash Table implementation
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicUsageEnvironment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/BasicUsageEnvironment0.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Version information for the "BasicUsageEnvironment" library
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.

#ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
#define _BASICUSAGEENVIRONMENT_VERSION_HH

#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2018.08.28"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1535414400
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2019.05.29"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1559088000

#endif
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/DelayQueue.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2019, Live Networks, Inc. All rights reserved
// Delay queue
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion BasicUsageEnvironment/include/HandlerSet.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Basic Usage Environment: for a simple, non-scripted, console application
// C++ header

Expand Down
65 changes: 0 additions & 65 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Added -DALLOW_RTSP_SERVER_PORT_REUSE=1 to force reusing existing port (e.g. when
you never run multiple instances of the proxy on the same port!

### Quit on TCP Errors
liveMedia/RTCP.cpp#422 is changed to exit(1); - this ensures that live555 does not flood the screen and/or log with:
liveMedia/RTCP.cpp#431 changed break to exit(1); - this ensures that live555 does not flood the screen and/or log with:
The remote endpoint is using a buggy implementation of RTP/RTCP-over-TCP. Please upgrade it!

### Add -d option
Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/HashTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Generic Hash Table
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/UsageEnvironment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Usage Environment
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/include/HashTable.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Generic Hash Table
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/include/UsageEnvironment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Usage Environment
// C++ header

Expand Down
6 changes: 3 additions & 3 deletions UsageEnvironment/include/UsageEnvironment_version.hh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Version information for the "UsageEnvironment" library
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.

#ifndef _USAGEENVIRONMENT_VERSION_HH
#define _USAGEENVIRONMENT_VERSION_HH

#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2018.08.28"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1535414400
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2019.05.29"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1559088000

#endif
2 changes: 1 addition & 1 deletion UsageEnvironment/include/strDup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
#ifndef _STRDUP_HH
#define _STRDUP_HH

// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// A C++ equivalent to the standard C routine "strdup()".
// This generates a char* that can be deleted using "delete[]"
// Header
Expand Down
2 changes: 1 addition & 1 deletion UsageEnvironment/strDup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// A C++ equivalent to the standard C routine "strdup()".
// This generates a char* that can be deleted using "delete[]"
// Implementation
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// Base class for both library versions:
// One that uses Windows' built-in software mixer; another that doesn't.
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_mixer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// This version uses Windows' built-in software mixer.
// C++ header
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/WindowsAudioInputDevice_noMixer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// Windows implementation of a generic audio input device
// This version does not use Windows' built-in software mixer.
// C++ header
Expand Down
2 changes: 1 addition & 1 deletion WindowsAudioInputDevice/showAudioInputPorts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2019, Live Networks, Inc. All rights reserved
// A program that prints out this computer's audio input ports

#include "AudioInputDevice.hh"
Expand Down
6 changes: 3 additions & 3 deletions config.linux-with-shared-libraries
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# At least one interface changes, or is removed => CURRENT += 1; REVISION = 0; AGE = 0
# One or more interfaces were added, but no existing interfaces were changed or removed => CURRENT += 1; REVISION = 0; AGE += 1

libliveMedia_VERSION_CURRENT=63
libliveMedia_VERSION_REVISION=3
libliveMedia_VERSION_CURRENT=67
libliveMedia_VERSION_REVISION=1
libliveMedia_VERSION_AGE=1
libliveMedia_LIB_SUFFIX=so.$(shell expr $(libliveMedia_VERSION_CURRENT) - $(libliveMedia_VERSION_AGE)).$(libliveMedia_VERSION_AGE).$(libliveMedia_VERSION_REVISION)

Expand All @@ -19,7 +19,7 @@ libUsageEnvironment_VERSION_AGE=1
libUsageEnvironment_LIB_SUFFIX=so.$(shell expr $(libUsageEnvironment_VERSION_CURRENT) - $(libUsageEnvironment_VERSION_AGE)).$(libUsageEnvironment_VERSION_AGE).$(libUsageEnvironment_VERSION_REVISION)

libgroupsock_VERSION_CURRENT=10
libgroupsock_VERSION_REVISION=1
libgroupsock_VERSION_REVISION=3
libgroupsock_VERSION_AGE=2
libgroupsock_LIB_SUFFIX=so.$(shell expr $(libgroupsock_VERSION_CURRENT) - $(libgroupsock_VERSION_AGE)).$(libgroupsock_VERSION_AGE).$(libgroupsock_VERSION_REVISION)
#####
Expand Down
2 changes: 1 addition & 1 deletion fix-makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh8.4 "$0" "$@"
exec tclsh "$0" "$@"

set makefileName [lindex $argv 0]
set tmpfileName /tmp/rsftmp
Expand Down
2 changes: 1 addition & 1 deletion groupsock/GroupEId.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2019, Live Networks, Inc. All rights reserved
// "Group Endpoint Id"
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/Groupsock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// Copyright (c) 1996-2018 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2019 Live Networks, Inc. All rights reserved.
// 'Group sockets'
// Implementation

Expand Down
Loading

0 comments on commit ef01f0a

Please sign in to comment.