Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | id3v2enc: use a case-insensitive comparison for APIC picture type | Anton Khirnov | 2014-07-03 | 1 | -1/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | id3v2enc: add a function for writing attached pictures. | Anton Khirnov | 2012-02-29 | 1 | -9/+82 |
* | id3v2enc: fix writing frame sizes for ID3v2.3 | Anton Khirnov | 2012-02-29 | 1 | -11/+15 |
* | id3v2enc: split ff_id3v2_write(). | Anton Khirnov | 2012-02-29 | 1 | -22/+42 |
* | id3v2enc: make id3v2_put_size take only an AVIOContext. | Anton Khirnov | 2012-02-29 | 1 | -7/+7 |
* | Move id3v2 tag writing to a separate file. | Michael Karcher | 2011-10-23 | 1 | -0/+146 |