summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e_parser.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dolby_e_parser: Remove unnecessary headersAndreas Rheinhardt2022-09-161-2/+0
* dolby_e: convert to new channel layout APIAnton Khirnov2022-03-151-4/+7
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* lavc/dolby_e_parser: #include avcodec.h explicitlyAnton Khirnov2021-06-101-0/+1
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dolby_e: Avoid duplicating sample rate tableAndreas Rheinhardt2021-01-301-1/+1
* avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/headerAndreas Rheinhardt2021-01-301-9/+4
* avcodec/dolby_e_parser: Remove unused ParseContextAndreas Rheinhardt2021-01-301-4/+0
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-251-155/+6
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-251-0/+227