aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAgeFilesLines
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* better generic index building and seeking codeMichael Niedermayer2007-02-051-0/+1
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-071-1/+1
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-081-1/+1
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-301-2/+2
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer2006-09-201-4/+6
* 10l typoMichael Niedermayer2006-09-121-1/+1
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-101-14/+26
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-17/+5
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-6/+6
* probe for mpeg audioMåns Rullgård2006-06-051-1/+27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* 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