| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dolby_e: Avoid duplicating sample rate table | Andreas Rheinhardt | 2021-01-30 | 1 | -1/+1 |
* | avcodec/dolby_e: Avoid code duplication when converting input | Andreas Rheinhardt | 2021-01-30 | 1 | -38/+2 |
* | avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/header | Andreas Rheinhardt | 2021-01-30 | 1 | -31/+28 |
* | avcodec/dolby_e: split decoder and parser more thoroughly | James Almer | 2021-01-25 | 1 | -3/+575 |
* | avcodec/dolby_e: Split decoder/parser files | Nicolas Gaullier | 2021-01-25 | 1 | -143/+6 |
* | avcodec/dolby_e: Add a parser | Nicolas Gaullier | 2021-01-25 | 1 | -92/+162 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | lavc/dolby_e: fix make checkheaders warning | Jun Zhao | 2018-06-10 | 1 | -0/+87 |
* | avcodec/dolby_e: fix potentially undefined pointer arithmetic | foo86 | 2017-07-26 | 1 | -17/+28 |
* | avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capability | foo86 | 2017-07-26 | 1 | -1/+1 |
* | avcodec/dolby_e: use av_clip_uintp2() | James Almer | 2017-07-19 | 1 | -1/+1 |
* | avcodec: add Dolby E decoder | foo86 | 2017-07-19 | 1 | -0/+707 |