summaryrefslogtreecommitdiff
path: root/libavformat/icoenc.c
Commit message (Expand)AuthorAge
* avformat/icoenc: Use avcodec_get_name() instead of codec descriptorAndreas Rheinhardt2021-09-27
* avformat/icoenc: Simplify writing bitmaskAndreas Rheinhardt2021-09-27
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* lavf/icoenc: include required headers explicitlyAnton Khirnov2021-06-10
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* avformat/icoenc: Add deinit functionAndreas Rheinhardt2019-10-24
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/icoenc: Remove deprecated use of codec_nameMichael Niedermayer2014-08-28
* avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-16
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-09
* Update my email addressMichael Bradshaw2012-10-27
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Add ICO muxerMichael Bradshaw2012-08-14