Skip to content

Commit

Permalink
[origin] Bump up to 2023.11.30 [112.0.0]
Browse files Browse the repository at this point in the history
2023.11.30:
- In the implementation of the "MPEGVideoStreamFramer" class, gave "TimeCode::operator==()"
  the "const" qualifier, to make some compilers happy.
  (Thanks to Dmitry Bely for the report)
- Performed the annual update of the copyright years near the start of each file
  • Loading branch information
melchi45 committed Jan 11, 2024
1 parent f89d9be commit 71f3c09
Show file tree
Hide file tree
Showing 442 changed files with 448 additions and 448 deletions.
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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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
Expand Up @@ -19,7 +19,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
#ifndef _BASICUSAGEENVIRONMENT_VERSION_HH
#define _BASICUSAGEENVIRONMENT_VERSION_HH

#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2023.11.08"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1699401600
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_STRING "2023.11.30"
#define BASICUSAGEENVIRONMENT_LIBRARY_VERSION_INT 1701302400

#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-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Usage Environment
// C++ header

Expand Down
4 changes: 2 additions & 2 deletions UsageEnvironment/include/UsageEnvironment_version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
#ifndef _USAGEENVIRONMENT_VERSION_HH
#define _USAGEENVIRONMENT_VERSION_HH

#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2023.11.08"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1699401600
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2023.11.30"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1701302400

#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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 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-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, Live Networks, Inc. All rights reserved
// A program that prints out this computer's audio input ports

#include "AudioInputDevice.hh"
Expand Down
2 changes: 1 addition & 1 deletion config.linux-with-shared-libraries
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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=111
libliveMedia_VERSION_CURRENT=112
libliveMedia_VERSION_REVISION=0
libliveMedia_VERSION_AGE=0
libliveMedia_LIB_SUFFIX=so.$(shell expr $(libliveMedia_VERSION_CURRENT) - $(libliveMedia_VERSION_AGE)).$(libliveMedia_VERSION_AGE).$(libliveMedia_VERSION_REVISION)
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-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, 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-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// 'Group sockets'
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/GroupsockHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Helper routines to implement 'group sockets'
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/IOHandlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// IO event handlers
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/NetAddress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Network Addresses
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/NetInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Network Interfaces
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/GroupEId.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "multikit" Multicast Application Shell
// Copyright (c) 1996-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, Live Networks, Inc. All rights reserved
// "Group Endpoint Id"
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/Groupsock.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// 'Group sockets'
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/GroupsockHelper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Helper routines to implement 'group sockets'
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/IOHandlers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// IO event handlers
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetAddress.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Network Addresses
// C++ header

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
/* "groupsock" interface
* Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
* Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
* Common include files, typically used for networking
*/

Expand Down
2 changes: 1 addition & 1 deletion groupsock/include/NetInterface.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "groupsock"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// Network Interfaces
// C++ header

Expand Down
4 changes: 2 additions & 2 deletions groupsock/include/groupsock_version.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
#ifndef _GROUPSOCK_VERSION_HH
#define _GROUPSOCK_VERSION_HH

#define GROUPSOCK_LIBRARY_VERSION_STRING "2023.11.08"
#define GROUPSOCK_LIBRARY_VERSION_INT 1699401600
#define GROUPSOCK_LIBRARY_VERSION_STRING "2023.11.30"
#define GROUPSOCK_LIBRARY_VERSION_INT 1701302400

#endif
2 changes: 1 addition & 1 deletion hlsProxy/live555HLSProxy.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-2023, Live Networks, Inc. All rights reserved
// Copyright (c) 1996-2024, Live Networks, Inc. All rights reserved
// A program that acts as a proxy for a RTSP stream, converting it into a sequence of
// HLS (HTTP Live Streaming) segments, plus a ".m3u8" file that can be accessed via a web browser.
// main program
Expand Down
2 changes: 1 addition & 1 deletion liveMedia/AC3AudioFileServerMediaSubsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "liveMedia"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// A 'ServerMediaSubsession' object that creates new, unicast, "RTPSink"s
// on demand, from an AC3 audio file.
// Implementation
Expand Down
2 changes: 1 addition & 1 deletion liveMedia/AC3AudioRTPSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "liveMedia"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// RTP sink for AC3 audio
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion liveMedia/AC3AudioRTPSource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "liveMedia"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// AC3 Audio RTP Sources
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion liveMedia/AC3AudioStreamFramer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "liveMedia"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// A filter that breaks up an AC3 audio elementary stream into frames
// Implementation

Expand Down
2 changes: 1 addition & 1 deletion liveMedia/ADTSAudioFileServerMediaSubsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ along with this library; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
**********/
// "liveMedia"
// Copyright (c) 1996-2023 Live Networks, Inc. All rights reserved.
// Copyright (c) 1996-2024 Live Networks, Inc. All rights reserved.
// A 'ServerMediaSubsession' object that creates new, unicast, "RTPSink"s
// on demand, from an AAC audio file in ADTS format
// Implementation
Expand Down
Loading

0 comments on commit 71f3c09

Please sign in to comment.