summaryrefslogtreecommitdiff
path: root/libavformat/icoenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-8/+9
* avformat/icoenc: Use avcodec_get_name() instead of codec descriptorAndreas Rheinhardt2021-09-271-3/+1
* avformat/icoenc: Simplify writing bitmaskAndreas Rheinhardt2021-09-271-3/+3
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* lavf/icoenc: include required headers explicitlyAnton Khirnov2021-06-101-0/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-2/+0
* avformat/icoenc: Add deinit functionAndreas Rheinhardt2019-10-241-2/+8
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-23/+23
* avformat/icoenc: Remove deprecated use of codec_nameMichael Niedermayer2014-08-281-1/+2
* avformat/ico: use avmalloc(z)_array()Michael Niedermayer2014-04-161-1/+1
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-2/+0
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-091-6/+6
* Update my email addressMichael Bradshaw2012-10-271-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-7/+7
* Add ICO muxerMichael Bradshaw2012-08-141-0/+204