Merge branch 'feature/h265_support'

Add support of H265 thanks to VideoToolbox framework.
This commit is contained in:
François Grisez 2018-09-14 17:22:50 +02:00
commit 51cd195457
6 changed files with 17 additions and 3 deletions

View file

@ -12,6 +12,9 @@ Group changes to describe their impact on the project, as follows:
## [Unreleased]
### Added
- Support of H265 video format based on Apple's VideoToolbox framework.
### Fixed
- Fix Bluetooth management

View file

@ -136,6 +136,7 @@ struct codec_name_pref_table codec_pref_table[] = {{"speex", 8000, "speex_8k_pre
{"g729", 8000, "g729_preference"},
{"mp4v-es", 90000, "mp4v-es_preference"},
{"h264", 90000, "h264_preference"},
{"h265", 90000, "h265_preference"},
{"vp8", 90000, "vp8_preference"},
{"mpeg4-generic", 16000, "aaceld_16k_preference"},
{"mpeg4-generic", 22050, "aaceld_22k_preference"},

View file

@ -158,6 +158,16 @@
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<true/>
<key>Key</key>
<string>h265_preference</string>
<key>Title</key>
<string>H.265</string>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
</dict>
<dict>
<key>DefaultValue</key>
<false/>

@ -1 +1 @@
Subproject commit 1d6722bbb6b7d5609c148ab782869bb49b21f26b
Subproject commit 70cf3765c463a40d3616c817398c52af4ebce758

@ -1 +1 @@
Subproject commit 18b41c2569ea76b8eb1df9f85a32f16b3d001cc0
Subproject commit fd330d26ecd368f6ee71e81c4f72ca6b935b8b33

@ -1 +1 @@
Subproject commit 662bc4baef6bdda578d7b28fef7572cae9f255d6
Subproject commit f4fe74056d0474b42025d95449ec859e984d78ea