| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -2/+1 |
* | Move id3v2 tag writing to a separate file. | Michael Karcher | 2011-10-23 | 1 | -112/+4 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | Do not write ID3v1 tags by default | Diogo Franco | 2011-08-16 | 1 | -1/+4 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -21/+19 |
* | mp3enc: write a xing frame containing number of frames in the file | Anton Khirnov | 2011-07-08 | 1 | -5/+70 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -8/+9 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -4/+4 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -1/+1 |
* | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+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 |