shaka-packager/packager/media/formats
Phillip Baxter 00fde07bf7 Fix non standard channel layout AAC audio with PCE encoding
Latest version of FFmpeg encodes non standard channel layout, e.g. 5.1(side), in AAC using PCE.

This is now supported with the below changes:
- Allow channel_configuration in ADTS header to be 0, as the cctual channel layout is specified 
  in PCE.
- Add GetFrameSizeWithoutParsing to determine the frame size before actually parsing the frame.
- Skip and resume later if not the whole frame is available. 
- Also ensure that the next frame starts with a proper sync word.

Fixes #598.
2019-10-01 10:15:58 -07:00
..
mp2t Fix non standard channel layout AAC audio with PCE encoding 2019-10-01 10:15:58 -07:00
mp4 Move DerivePixelWidthHeight to video_util.cc 2019-08-05 11:56:20 -07:00
packed_audio Improve ConvertToADTS function performance (#639) 2019-09-10 13:15:17 -07:00
webm Move DerivePixelWidthHeight to video_util.cc 2019-08-05 11:56:20 -07:00
webvtt Adding Missing "// namespace" 2018-08-27 17:19:31 +00:00
wvm Refactor and Cleanup Descriptor classes 2019-02-27 22:26:10 +00:00