summaryrefslogtreecommitdiff
path: root/libavformat/mp3enc.c
Commit message (Expand)AuthorAge
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Do not write ID3v1 tags by defaultDiogo Franco2011-08-16
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov2011-02-05
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov2011-01-22
* id3v2: split tables for various ID3v2 versionsAnton Khirnov2011-01-22
* mp3enc: handle errors in id3v2_put_ttagAnton Khirnov2011-01-22
* mp3enc: add support for writing UTF-16 tagsAnton Khirnov2011-01-21
* Split mp3 demuxer and muxer into separate files.Anton Khirnov2011-01-21