summaryrefslogtreecommitdiffstats
path: root/libavformat/mp3.c
Commit message (Expand)AuthorAgeFilesLines
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-111-287/+4
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-221-1/+2
* handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs2009-03-221-1/+2
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse2009-02-051-0/+1
* cosmetics: indentationAurelien Jacobs2009-02-021-1/+1
* simplify usage of dstlen as it is not a parameter anymoreAurelien Jacobs2009-02-021-3/+1
* cosmetics: indentationAurelien Jacobs2009-02-021-6/+6
* use new metadata API in the mp3 muxerAurelien Jacobs2009-02-021-40/+50
* use new metadata API in the mp3 demuxerAurelien Jacobs2009-02-021-23/+33
* don't support the mp3 extension in the mp2 muxerAurelien Jacobs2009-02-011-4/+0
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-231-1/+1
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-201-1/+1
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-191-5/+7
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-151-17/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-041-7/+13
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-211-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-4/+4
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger2008-08-241-1/+1
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* 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
OpenPOWER on IntegriCloud