[FFmpeg-devel] [PATCH 0/3] Dolby TrueHD support in ISO BMFF

James Almer jamrial at gmail.com
Sat Aug 17 00:28:12 EEST 2019


On 8/16/2019 6:17 PM, James Almer wrote:
> https://developer.dolby.com/globalassets/technology/dolby-truehd/dolbytruehdbitstreamswithintheisobasemediafileformat.pdf
> 
> There's no software i could find that supports this, so mine is the first
> implementation out there. It's therefore tested with itself :p
> 
> James Almer (3):
>   avcodec/mlp_parse: move TrueHD channel layout and sample rate related
>     code to the header
>   avformat/mov: add demuxing support for Dolby TrueHD streams
>   avformat/movenc: add muxing support for Dolby TrueHD streams
> 
>  libavcodec/mlp_parse.c | 50 ----------------------------------
>  libavcodec/mlp_parse.h | 49 +++++++++++++++++++++++++++++++++
>  libavformat/isom.c     |  1 +
>  libavformat/mov.c      | 34 +++++++++++++++++++++++
>  libavformat/movenc.c   | 61 +++++++++++++++++++++++++++++++++++++++++-
>  5 files changed, 144 insertions(+), 51 deletions(-)

Forgot to mention ticket #8051 in patches 2 and 3. Amended locally.


More information about the ffmpeg-devel mailing list