summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dolby_e: Avoid duplicating sample rate tableAndreas Rheinhardt2021-01-301-1/+1
* avcodec/dolby_e: Avoid code duplication when converting inputAndreas Rheinhardt2021-01-301-38/+2
* avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/headerAndreas Rheinhardt2021-01-301-31/+28
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-251-3/+575
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-251-143/+6
* avcodec/dolby_e: Add a parserNicolas Gaullier2021-01-251-92/+162
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-101-0/+87
* avcodec/dolby_e: fix potentially undefined pointer arithmeticfoo862017-07-261-17/+28
* avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capabilityfoo862017-07-261-1/+1
* avcodec/dolby_e: use av_clip_uintp2()James Almer2017-07-191-1/+1
* avcodec: add Dolby E decoderfoo862017-07-191-0/+707