Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-19Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne
2009-06-11Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne
2009-04-22Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer
2009-03-22handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-05Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions onAlex Converse
2009-02-03cosmetics: indentationAurelien Jacobs
2009-02-03simplify usage of dstlen as it is not a parameter anymoreAurelien Jacobs
2009-02-03cosmetics: indentationAurelien Jacobs
2009-02-03use new metadata API in the mp3 muxerAurelien Jacobs
2009-02-03use new metadata API in the mp3 demuxerAurelien Jacobs
2009-02-02don't support the mp3 extension in the mp2 muxerAurelien Jacobs
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman
2009-01-20Fix a read past end of buffer crash in the mp3 probeAlex Converse
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-15Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-04If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-07-11Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun
2008-07-05All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer
2008-07-05All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-02-04Another const found by -Wwrite-strings.Michael Niedermayer
2007-12-03return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer
2007-12-03ensure that the probe code runs in O(n)Michael Niedermayer
2007-12-03remove arbitrary 4096 limit for probingMichael Niedermayer
2007-12-03prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-14cosmetics: whitespaceAurelien Jacobs
2007-11-14remove unnecessary -1 from snprintf lenAndreas Öman
2007-11-14Add support for ID3v2 year tagPatrice Bensoussan
2007-11-04make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman
2007-10-24add support for reading duration from VBRI-tag in mp3 filesAndreas Öman
2007-10-23fix indentAndreas Öman
2007-10-23cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman
2007-10-23add support for reading duration from Xing-tag in mp3 filesAndreas Öman
2007-10-18set start_time to 0 to enable seeking in mp3-filesThorsten Jordan
2007-08-05do not write id3v2 header when writing .mp2 filesBaptiste Coudurier
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris