aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mp3.c
AgeCommit message (Expand)Author
2007-07-08kill uninitialised variable warning in mp3_read_probe()Måns Rullgård
2007-07-08 * Getting rid of the use of GCC language extensionsRoman Shaposhnik
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-23use new string functionsMåns Rullgård
2007-05-22id3v2 writerAndreas Öman
2007-05-22id3v2 readerAndreas Öman
2007-05-22cosmetic v1/v2 renamingAndreas Öman
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs
2007-05-06Fix two small typos in commentReimar Döffinger
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-05better generic index building and seeking codeMichael Niedermayer
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2006-11-08fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-20reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer
2006-09-1210l typoMichael Niedermayer
2006-09-10allow ffmpeg to read mp3s beginning with partial framesAndreas Öman
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-05probe for mpeg audioMåns Rullgård
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-11.m1v and .m2a (feature req #1178960)Michael Niedermayer
2005-05-26AVPacket.posMichael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-11-10added parsingFabrice Bellard
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-1064 bit pts for writing - more const usageFabrice Bellard
2003-09-08ID3 parsing and generation in MP3 formatFabrice Bellard