summaryrefslogtreecommitdiff
path: root/libavformat/webpenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* avformat/webpenc: Don't use sizeof(AVPacket)Andreas Rheinhardt2021-10-031-21/+16
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/webpenc: don't assume animated webp streams will have more than one ...James Almer2021-04-161-1/+1
* avformat/webpenc: Fix memleak when trailer is never writtenAndreas Rheinhardt2021-03-241-0/+8
* avformat/webpenc: ReindentationAndreas Rheinhardt2021-03-241-11/+11
* avformat/webpenc: Fix memleak when using invalid packetsAndreas Rheinhardt2021-03-241-10/+11
* avformat/webpenc: Use init instead of write_header functionAndreas Rheinhardt2021-03-241-2/+2
* avformat: replace all uses of av_copy_packet()James Almer2017-09-251-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-5/+5
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* WebP muxer: support a packet containing animated WebP.Urvang Joshi2015-05-221-15/+64
* avformat/webpenc: preserve single image VP8X flagsMichael Niedermayer2014-11-071-12/+26
* avformat/webpenc: removed unused variableMichael Niedermayer2014-11-021-1/+0
* avformat: add webp muxerMichael Niedermayer2014-11-011-0/+156