summaryrefslogtreecommitdiff
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAge
* probe for mpeg audioMåns Rullgård2006-06-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-11
* AVPacket.posMichael Niedermayer2005-05-26
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* added parsingFabrice Bellard2003-11-10
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-08