summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e.c
Commit message (Expand)AuthorAgeFilesLines
* dolby_e: convert to lavu/txLynne2022-11-061-16/+24
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* dolby_e: convert to new channel layout APIAnton Khirnov2022-03-151-6/+46
* 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