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
2015-05-23libwebp: simplify AVCodec.close functionsJames Almer
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
2015-05-23libwebp: use a separate AVClass for each encoderJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-05-23libwebpenc_common: add header guardsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2015-05-22WebP encoder: extract out some methods into a separate helper library.Urvang Joshi
This is the 2nd patch in preparation for using WebPAnimEncoder API for encoding and muxing WebP images. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>