webrtc/modules/video_coding/codecs
Taylor Brandstetter 3409cfa378 Start supporting H264 packetization mode 0.
The work was already done to support it, but it wasn't being negotiated
in SDP.

This means we'll now see 8 H264 payload types instead of 4; one for each
combination of BP/CBP profiles, packetization modes 0/1, and RTX/non-RTX.
This could be problematic in the future, since we're starting to run
out of dynamic payload types (using 25 of 32).

Bug: chromium:600254
Change-Id: Ief2340db77c796f12980445b547b87e939170fae
Reviewed-on: https://webrtc-review.googlesource.com/77264
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Magnus Jedvert <magjed@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23372}
2018-05-23 17:18:14 +00:00
..
h264 Start supporting H264 packetization mode 0. 2018-05-23 17:18:14 +00:00
i420 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode 2018-05-08 08:09:35 +00:00
interface Delete unused deprecated headers under modules/video_coding/ 2018-02-16 14:07:38 +00:00
multiplex Delete deprecated VideoDecoder::Decode method 2018-05-22 08:17:03 +00:00
test Move VideoCodecTest configuration classes to api/test. 2018-05-22 12:14:38 +00:00
vp8 Delete deprecated VideoDecoder::Decode method 2018-05-22 08:17:03 +00:00
vp9 Delete deprecated VideoDecoder::Decode method 2018-05-22 08:17:03 +00:00