summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-11avformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCIIMark Harris1-0/+4
2013-05-30lavf/id3v2enc: fix cover art display on some softwareMatthieu Bouron3-4/+15
2013-05-17id3v2enc: chapter supportPaul B Mahol1-13/+69
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-519/+1217
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov2-9/+87
2012-02-29id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov1-11/+15
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov4-26/+68
2012-02-29id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov1-7/+7
2011-11-03id3v2enc: av_strcasecmp()Michael Niedermayer1-2/+1
2011-11-02id3v2enc: include strings.h for strcasecmp()Michael Niedermayer1-1/+1
2011-11-02id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp1-1/+42
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-636/+803
2011-10-23Move id3v2 tag writing to a separate file.Michael Karcher4-113/+159