| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -8/+9 |
* | avformat/icoenc: Use avcodec_get_name() instead of codec descriptor | Andreas Rheinhardt | 2021-09-27 | 1 | -3/+1 |
* | avformat/icoenc: Simplify writing bitmask | Andreas Rheinhardt | 2021-09-27 | 1 | -3/+3 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | lavf/icoenc: include required headers explicitly | Anton Khirnov | 2021-06-10 | 1 | -0/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: remove avio_flush() calls from the end of write_header functions | Marton Balint | 2020-01-07 | 1 | -2/+0 |
* | avformat/icoenc: Add deinit function | Andreas Rheinhardt | 2019-10-24 | 1 | -2/+8 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -23/+23 |
* | avformat/icoenc: Remove deprecated use of codec_name | Michael Niedermayer | 2014-08-28 | 1 | -1/+2 |
* | avformat/ico: use avmalloc(z)_array() | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -2/+0 |
* | add forgotten AV_ prefix to some CODEC_IDs | Paul B Mahol | 2012-12-09 | 1 | -6/+6 |
* | Update my email address | Michael Bradshaw | 2012-10-27 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
* | Add ICO muxer | Michael Bradshaw | 2012-08-14 | 1 | -0/+204 |