]> git.sesse.net Git - ffmpeg/history - libavformat/mp3.c
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm...
[ffmpeg] / libavformat / mp3.c
2007-05-22 Andreas Ömanid3v2 writer
2007-05-22 Andreas Ömanid3v2 reader
2007-05-22 Andreas Ömancosmetic v1/v2 renaming
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-06 Reimar DöffingerFix two small typos in comment
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2006-11-08 Michael Niedermayerfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-20 Michael Niedermayerreduce scores if the mp3 frames dont start from the...
2006-09-12 Michael Niedermayer10l typo
2006-09-10 Andreas Ömanallow ffmpeg to read mp3s beginning with partial frames
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-05 Måns Rullgårdprobe for mpeg audio
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 Michael Niedermayer.m1v and .m2a (feature req #1178960)
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-11-10 Fabrice Bellardadded parsing
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardID3 parsing and generation in MP3 format