Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-22 | 1 | -15/+15 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | mp3enc: write ISO8859-1 instead of UTF-16 when possible | Anton Khirnov | 2011-02-06 | 1 | -0/+12 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
* | mp3enc: support for id3v2.3 tags using a per-muxer AVOption | Anton Khirnov | 2011-01-23 | 1 | -11/+36 |
* | id3v2: split tables for various ID3v2 versions | Anton Khirnov | 2011-01-23 | 1 | -17/+27 |
* | mp3enc: handle errors in id3v2_put_ttag | Anton Khirnov | 2011-01-23 | 1 | -7/+14 |
* | mp3enc: add support for writing UTF-16 tags | Anton Khirnov | 2011-01-23 | 1 | -17/+31 |
* | Split mp3 demuxer and muxer into separate files. | Anton Khirnov | 2011-01-21 | 1 | -0/+194 |