summaryrefslogtreecommitdiff
path: root/libavformat/webpenc.c
Commit message (Collapse)AuthorAge
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* WebP muxer: support a packet containing animated WebP.Urvang Joshi2015-05-22
| | | | | | | This is the 1st patch in preparation for using WebPAnimEncoder API for encoding and muxing WebP images. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/webpenc: preserve single image VP8X flagsMichael Niedermayer2014-11-07
| | | | | | Fixes Ticket4087 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/webpenc: removed unused variableMichael Niedermayer2014-11-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: add webp muxerMichael Niedermayer2014-11-01
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>