summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* .m1v and .m2a (feature req #1178960)Michael Niedermayer2005-07-111-3/+3
* AVPacket.posMichael Niedermayer2005-05-261-4/+1
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-1/+1
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-2/+2
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-3/+2
* added parsingFabrice Bellard2003-11-101-1/+2
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-081-0/+397
OpenPOWER on IntegriCloud