shaka-packager/packager
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
..
app fix: dash_roles add role=description for DVS audio per DASH-IF-IOP-v4.3 (#1054) 2022-06-02 09:40:34 -07:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
hls chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
media feat: Add xHE-AAC support (#1092) 2022-10-18 10:14:31 -07:00
mpd fix: dash_roles add role=description for DVS audio per DASH-IF-IOP-v4.3 (#1054) 2022-06-02 09:40:34 -07:00
testing fix: Roll back depot_tools, bypass vpython (#1045) 2022-03-08 16:46:18 -08:00
third_party fix: Fix crash in static-linked linux builds 2021-10-14 10:35:49 -07:00
tools chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
version chore: Update URLs after moving projects (#1042) 2022-03-07 11:56:34 -08:00
common.gypi ci: Produce static release executables on Linux (#978) 2021-08-12 20:14:43 -07:00
packager.cc Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
packager.gyp Fix Windows shared_library builds 2021-06-15 13:16:47 -07:00
packager.h cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
packager_test.cc Low latency DASH support (#979) 2021-08-25 08:38:05 -07:00
protoc.gypi build: Fix pylint 2.10 issues, use python3 where possible 2021-08-24 12:27:03 -07:00
status.cc Fix error code message for trick play error 2018-12-13 00:26:55 +00:00
status.h Cleans up Status class 2018-01-31 03:32:07 +00:00
status_macros.h Generate full segment after cue point 2018-03-27 19:14:26 +00:00
status_test_util.h Implement multi DRM support. (Part 1) 2018-03-03 01:39:16 +00:00
status_unittest.cc Cleans up Status class 2018-01-31 03:32:07 +00:00