Skip to content

Commit 0bb9637

Browse files
committed
Transcode: More generic h264/h265 codec support. v7.0.1 (#4131)
1 parent 32e8869 commit 0bb9637

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

trunk/doc/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44

55
The changelog for SRS.
66

7+
<a name="v7-changes"></a>
8+
9+
## SRS 7.0 Changelog
10+
* v7.0, 2024-08-12, Merge [#4131](https://github.com/ossrs/srs/pull/4131): Transcode: More generic h264/h265 codec support. v7.0.1 (#4131)
11+
* v7.0, 2024-08-12, Init SRS 7 branch. v7.0.0
12+
713
<a name="v6-changes"></a>
814

915
## SRS 6.0 Changelog
10-
* v6.0, 2024-08-12, Merge [#4131](https://github.com/ossrs/srs/pull/4131): Transcode: More generic h264/h265 codec support. v6.0.146 (#4131)
1116
* v6.0, 2024-07-27, Merge [#4127](https://github.com/ossrs/srs/pull/4127): Transcode: Support video codec such as h264_qsv and libx265. v6.0.145 (#4127)
1217
* v6.0, 2024-07-27, Merge [#4101](https://github.com/ossrs/srs/pull/4101): GB28181: Support external SIP server. v6.0.144 (#4101)
1318
* v6.0, 2024-07-24, Merge [#4115](https://github.com/ossrs/srs/pull/4115): HLS: Add missing newline to end of session manifest. v6.0.143 (#4115)

trunk/src/core/srs_core_version6.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 6
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 146
12+
#define VERSION_REVISION 145
1313

1414
#endif

trunk/src/core/srs_core_version7.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_MAJOR 7
1111
#define VERSION_MINOR 0
12-
#define VERSION_REVISION 0
12+
#define VERSION_REVISION 1
1313

1414
#endif

0 commit comments

Comments
 (0)