]> git.sesse.net Git - ffmpeg/history - libavformat/mp3.c
Make rtp_write_header() fail in case of unsupported payload type
[ffmpeg] / libavformat / mp3.c
2009-03-22 Aurelien Jacobshandle id3v2 'genre' tag formated as '%d'
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-05 Alex ConverseMake the MP3 probe weakly claim all files with ID3v2...
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobssimplify usage of dstlen as it is not a parameter anymore
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 muxer
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 demuxer
2009-02-01 Aurelien Jacobsdon't support the mp3 extension in the mp2 muxer
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-20 Alex ConverseFix a read past end of buffer crash in the mp3 probe
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-15 Alex ConverseFactorise id3v2 header parsing from mp3.c to be shared
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 Yoav SteinbergIf we find a VBR tag at the beginning of the file don...
2008-12-21 Michael NiedermayerChange mpeg audio parser so it only sets frame_size...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 Reimar DöffingerMake the id3v1_genre_str array const, not just the...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-07-11 Diego BiurrunMove one function that is only used for muxing below...
2008-07-04 Michael NiedermayerAll mp3 parsers are buggy fix 2 of n (out of array...
2008-07-04 Michael NiedermayerAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-06-19 Baptiste Coudurierremove useless close funcs
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-12 Carl Eugen HoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-02-04 Michael NiedermayerAnother const found by -Wwrite-strings.
2007-12-03 Michael Niedermayerreturn a slightly larger score if we find more than...
2007-12-03 Michael Niedermayerensure that the probe code runs in O(n)
2007-12-03 Michael Niedermayerremove arbitrary 4096 limit for probing
2007-12-03 Michael Niedermayerprevent O(n^2) execution of ff_mpa_decode_header()...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-14 Aurelien Jacobscosmetics: whitespace
2007-11-14 Andreas Ömanremove unnecessary -1 from snprintf len
2007-11-14 Patrice BensoussanAdd support for ID3v2 year tag
2007-11-04 Andreas Ömanmake sure the mpeg audio header is valid before passing...
2007-10-24 Andreas Ömanadd support for reading duration from VBRI-tag in mp3...
2007-10-23 Andreas Ömanfix indent
2007-10-23 Andreas Ömancosmetical change of mp3_parse_xing() to prepare for...
2007-10-23 Andreas Ömanadd support for reading duration from Xing-tag in mp3...
2007-10-18 Thorsten Jordanset start_time to 0 to enable seeking in mp3-files
2007-08-05 Baptiste Coudurierdo not write id3v2 header when writing .mp2 files
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-08 Måns Rullgårdkill uninitialised variable warning in mp3_read_probe()
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-06-23 Måns Rullgårduse new string functions
2007-05-22 Andreas Ömanid3v2 writer
2007-05-22 Andreas Ömanid3v2 reader
2007-05-22 Andreas Ömancosmetic v1/v2 renaming
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-06 Reimar DöffingerFix two small typos in comment
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-05 Michael Niedermayerbetter generic index building and seeking code
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2006-11-08 Michael Niedermayerfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-10-30 Michael Niedermayerdont set the sampling rate just because 1 mp3 packet...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-20 Michael Niedermayerreduce scores if the mp3 frames dont start from the...
2006-09-12 Michael Niedermayer10l typo
2006-09-10 Andreas Ömanallow ffmpeg to read mp3s beginning with partial frames
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-05 Måns Rullgårdprobe for mpeg audio
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 Michael Niedermayer.m1v and .m2a (feature req #1178960)
2005-05-26 Michael NiedermayerAVPacket.pos
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-11-10 Fabrice Bellardadded parsing
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardID3 parsing and generation in MP3 format