summaryrefslogtreecommitdiff
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAge
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer2007-12-03
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-03
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-03
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* cosmetics: whitespaceAurelien Jacobs2007-11-14
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-14
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-14
* make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman2007-11-04
* add support for reading duration from VBRI-tag in mp3 filesAndreas Öman2007-10-24
* fix indentAndreas Öman2007-10-23
* cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman2007-10-23
* add support for reading duration from Xing-tag in mp3 filesAndreas Öman2007-10-23
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-18
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-05
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-08
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-08
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-06
* use new string functionsMåns Rullgård2007-06-23
* id3v2 writerAndreas Öman2007-05-22
* id3v2 readerAndreas Öman2007-05-22
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* Fix two small typos in commentReimar Döffinger2007-05-06
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer2006-11-08
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer2006-09-20
* 10l typoMichael Niedermayer2006-09-12
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* 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