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
2011-01-21Split mp3 demuxer and muxer into separate files.Anton Khirnov
2010-12-29Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation.Michael Niedermayer
2010-12-12Remove hack in MP3 probe that was meant as a work-around for largeReimar Döffinger
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-07-27Make frames unsigned.Alexander Kojevnikov
2010-07-27Show correct bitrate for VBR MP3 files.Alexander Kojevnikov
2010-07-11Fix ID3v1 tags in mp3 filesJames Darnley
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-04-20Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-28Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-10mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.Andreas Öman
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2009-11-23set mp3 timebase to the lcm of all mp3 sample rates to fix frame durationBaptiste Coudurier
2009-10-20Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun
2009-10-20Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.Diego Biurrun
2009-10-06Only read ID3v1 tag if ID3v2 isn't present or is empty.Anton Khirnov
2009-10-06id3v2: Export all text information frames with correct names.Anton Khirnov
2009-10-05MP3 muxer: Write all metadata.Anton Khirnov
2009-09-29Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger
2009-09-29Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov
2009-09-22Place MP3 demuxer code under appropriate #ifdefs.Diego Biurrun
2009-09-1610l: set genre default immediately before reading genre tagJustin Ruggles
2009-09-16Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues).Justin Ruggles
2009-09-15Slighty tweak mp3 probe threshold to prevent probetest from complaining.Michael Niedermayer
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