summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAgeFilesLines
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-111-31/+31
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer2008-07-041-1/+1
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-041-0/+2
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-3/+3
* Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos2008-05-121-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-3/+4
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-2/+2
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer2007-12-031-0/+1
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-031-3/+1
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-031-1/+1
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-031-0/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-49/+49
* cosmetics: whitespaceAurelien Jacobs2007-11-141-2/+2
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-141-1/+1
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-141-0/+5
* make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman2007-11-041-1/+5
* add support for reading duration from VBRI-tag in mp3 filesAndreas Öman2007-10-241-3/+15
* fix indentAndreas Öman2007-10-231-5/+5
* cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman2007-10-231-14/+18
* add support for reading duration from Xing-tag in mp3 filesAndreas Öman2007-10-231-0/+33
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-181-0/+1
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-051-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* kill uninitialised variable warning in mp3_read_probe()Måns Rullgård2007-07-081-1/+1
* * Getting rid of the use of GCC language extensionsRoman Shaposhnik2007-07-081-1/+2
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-061-1/+1
* use new string functionsMåns Rullgård2007-06-231-1/+2
* id3v2 writerAndreas Öman2007-05-221-0/+56
* id3v2 readerAndreas Öman2007-05-221-2/+145
* cosmetic v1/v2 renamingAndreas Öman2007-05-221-36/+36
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-201-1/+1
* Fix two small typos in commentReimar Döffinger2007-05-061-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* 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
OpenPOWER on IntegriCloud