summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e.h
Commit message (Expand)AuthorAgeFilesLines
* dolby_e: convert to new channel layout APIAnton Khirnov2022-03-151-0/+2
* avcodec/dolby_e: Avoid duplicating sample rate tableAndreas Rheinhardt2021-01-301-4/+2
* avcodec/dolby_e: Avoid code duplication when converting inputAndreas Rheinhardt2021-01-301-0/+7
* avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/headerAndreas Rheinhardt2021-01-301-30/+24
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-251-0/+19
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-251-594/+4
* avcodec/dolby_e: Add a parserNicolas Gaullier2021-01-251-5/+33
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-101-86/+0
* avcodec/dolby_e: add 'f' suffixes to floating point literalsfoo862017-07-261-17/+17
* avcodec: add Dolby E decoderfoo862017-07-191-0/+733