shaka-packager/packager/media
Geoff Jukes 5d998fca7f
feat: Add xHE-AAC support (#1092)
Note:
* An xHE-AAC capable encoder will auto adjust the user-specified SAP/RAP
  value to the allowed grid where SAP/RAPs can occur.
e.g.: `-rapInterval 5000` (5s) may result in actual SAPs/RAPs every
4.984s.
* To ensure SAP/RAP starts a new segment, Shaka needs to executed with a
  "--segment_duration" is less than or equal to that adjusted value.
* If every SAP/RAP should trigger a new segment, just set the segment
  length to a very low value e.g.: `--segment_duration 0.1`
2022-10-18 10:14:31 -07:00
..
base Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
chunking Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
codecs feat: Add xHE-AAC support (#1092) 2022-10-18 10:14:31 -07:00
crypto cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
demuxer Make WebVttParser a MediaParser. 2020-09-16 20:12:48 +00:00
event Fix for gap size warning in Low Latency mode (#985) 2021-09-03 09:57:43 -07:00
formats fix: webvtt single cue do not fail on EOS (#1061) 2022-06-02 09:27:47 -07:00
origin Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
public Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
replicator Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
test Support Dolby Vision backward compatible profiles 2020-02-11 05:24:09 +00:00
trick_play cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00