summaryrefslogtreecommitdiff
path: root/libavformat/id3v2enc.c
Commit message (Collapse)AuthorAge
* id3v2enc: av_strcasecmp()Michael Niedermayer2011-11-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* id3v2enc: include strings.h for strcasecmp()Michael Niedermayer2011-11-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* id3v2enc: add support for year and day/month tags when writing id3v2 version ↵Tobias Rapp2011-11-02
| | | | | | | | | | 3 metadata Adds support for year (TYER) and day/month (TDAT) tags when writing id3v2 version 3 metadata by splitting the "date" tag. The date tag should have a format of "YYYY-MM-DD" or "YYYY". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-24
| | | | | | | | | | | | | | | | | | | | | | * qatar/master: Move id3v2 tag writing to a separate file. swscale: add missing colons to x86 assembly yuv2planeX. g722: split decoder and encoder into separate files cosmetics: remove extra spaces before end-of-statement semi-colons vorbisdec: check output buffer size before writing output wavpack: calculate bpp using av_get_bytes_per_sample() ac3enc: Set max value for mode options correctly lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c mpeg12: move closed_gop from MpegEncContext to Mpeg1Context mpeg12: move full_pel from MpegEncContext to Mpeg1Context mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h mpegvideo: remove some unused variables from MpegEncContext. Conflicts: libavcodec/mpeg12.c libavformat/mp3enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
Signed-off-by: Diego Biurrun <diego@biurrun.de>