-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed video_rxtx hdrs from .h to .hpp
clang-tidy doesn't like naming C++ headers with .h
- Loading branch information
1 parent
500fc0a
commit 87e0c61
Showing
19 changed files
with
33 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file video_rxtx.h | ||
* @file video_rxtx.hpp | ||
* @author Martin Pulec <[email protected]> | ||
*/ | ||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file video_rxtx/h264_rtp.h | ||
* @file video_rxtx/h264_rtp.hpp | ||
* @author Martin Pulec <[email protected]> | ||
* @author David Cassany <[email protected]> | ||
* @author Ignacio Contreras <[email protected]> | ||
|
@@ -43,8 +43,8 @@ | |
#define VIDEO_RXTX_H264_RTP_H_ | ||
|
||
#include "rtsp/c_basicRTSPOnlyServer.h" | ||
#include "video_rxtx.h" | ||
#include "video_rxtx/rtp.h" | ||
#include "video_rxtx.hpp" | ||
#include "video_rxtx/rtp.hpp" | ||
|
||
class h264_rtp_video_rxtx : public rtp_video_rxtx { | ||
public: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* FILE: video_rxtx/ihdtv.h | ||
* FILE: video_rxtx/ihdtv.hpp | ||
* AUTHORS: Colin Perkins <[email protected]> | ||
* Ladan Gharai <[email protected]> | ||
* Martin Benes <[email protected]> | ||
|
@@ -56,7 +56,7 @@ | |
|
||
#include "video_capture.h" | ||
#include "video_display.h" | ||
#include "video_rxtx.h" | ||
#include "video_rxtx.hpp" | ||
|
||
#ifdef HAVE_IHDTV | ||
#include "ihdtv/ihdtv.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file video_rxtx/rtp.h | ||
* @file video_rxtx/rtp.hpp | ||
* @author Martin Pulec <[email protected]> | ||
*/ | ||
/* | ||
|
@@ -39,7 +39,7 @@ | |
#define VIDEO_RXTX_RTP_H_ | ||
|
||
#include "tv.h" | ||
#include "video_rxtx.h" | ||
#include "video_rxtx.hpp" | ||
|
||
#include <mutex> | ||
#include <string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file video_rxtx/sage.h | ||
* @file video_rxtx/sage.hpp | ||
* @author Martin Pulec <[email protected]> | ||
*/ | ||
/* | ||
|
@@ -41,7 +41,7 @@ | |
#include "types.h" | ||
#include "video_capture.h" | ||
#include "video_display.h" | ||
#include "video_rxtx.h" | ||
#include "video_rxtx.hpp" | ||
|
||
struct video_frame; | ||
struct display; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @file video_rxtx/ultragrid_rtp.h | ||
* @file video_rxtx/ultragrid_rtp.hpp | ||
* @author Martin Pulec <[email protected]> | ||
*/ | ||
/* | ||
|
@@ -38,8 +38,8 @@ | |
#ifndef VIDEO_RXTX_ULTRAGRID_RTP_H_ | ||
#define VIDEO_RXTX_ULTRAGRID_RTP_H_ | ||
|
||
#include "video_rxtx.h" | ||
#include "video_rxtx/rtp.h" | ||
#include "video_rxtx.hpp" | ||
#include "video_rxtx/rtp.hpp" | ||
|
||
#include <condition_variable> | ||
#include <list> | ||
|