]> git.sesse.net Git - ffmpeg/history - libavformat/id3v2enc.c
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
[ffmpeg] / libavformat / id3v2enc.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-29 Anton Khirnovid3v2enc: add a function for writing attached pictures.
2012-02-29 Anton Khirnovid3v2enc: fix writing frame sizes for ID3v2.3
2012-02-29 Anton Khirnovid3v2enc: split ff_id3v2_write().
2012-02-29 Anton Khirnovid3v2enc: make id3v2_put_size take only an AVIOContext.
2011-10-23 Michael KarcherMove id3v2 tag writing to a separate file.