| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -2/+2 |
|\ |
|
| * | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() instead | Anton Khirnov | 2011-03-16 | 1 | -10/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 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-05 | 1 | -0/+12 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | mp3enc: support for id3v2.3 tags using a per-muxer AVOption | Anton Khirnov | 2011-01-22 | 1 | -11/+36 |
* | id3v2: split tables for various ID3v2 versions | Anton Khirnov | 2011-01-22 | 1 | -17/+27 |
* | mp3enc: handle errors in id3v2_put_ttag | Anton Khirnov | 2011-01-22 | 1 | -7/+14 |
* | mp3enc: add support for writing UTF-16 tags | Anton Khirnov | 2011-01-21 | 1 | -17/+31 |
* | Split mp3 demuxer and muxer into separate files. | Anton Khirnov | 2011-01-21 | 1 | -0/+194 |