summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e.c
Commit message (Collapse)AuthorAge
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-10
| | | | | | | move the the function init_tables() definitions from header file to .c file to fix make checkheaders warning. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avcodec/dolby_e: fix potentially undefined pointer arithmeticfoo862017-07-26
| | | | | | | | Avoid undefined behavior in skip_input() by checking that enough data is available before incrementing input pointer. Check return values of parse_key() and skip_input() and exit early with error if there is not enough data.
* avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capabilityfoo862017-07-26
|
* avcodec/dolby_e: use av_clip_uintp2()James Almer2017-07-19
| | | | Fixes fate-source.
* avcodec: add Dolby E decoderfoo862017-07-19