Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10lavc/dolby_e: fix make checkheaders warningJun Zhao
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>
2017-07-26avcodec/dolby_e: fix potentially undefined pointer arithmeticfoo86
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.
2017-07-26avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capabilityfoo86
2017-07-19avcodec/dolby_e: use av_clip_uintp2()James Almer
Fixes fate-source.
2017-07-19avcodec: add Dolby E decoderfoo86