]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mp3.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / mp3.c
2009-04-22 michaelRequire 4 instead of 3 frames for detecting mp3,
2009-03-22 aurelhandle id3v2 'genre' tag formated as '%d'
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-05 alexcMake the MP3 probe weakly claim all files with ID3v2...
2009-02-02 aurelcosmetics: indentation
2009-02-02 aurelsimplify usage of dstlen as it is not a parameter anymore
2009-02-02 aurelcosmetics: indentation
2009-02-02 aureluse new metadata API in the mp3 muxer
2009-02-02 aureluse new metadata API in the mp3 demuxer
2009-02-01 aureldon't support the mp3 extension in the mp2 muxer
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-20 alexcFix a read past end of buffer crash in the mp3 probe
2009-01-19 alexcFix probing of files with ID3v2 tags. Discussed at...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-15 superdumpFactorise id3v2 header parsing from mp3.c to be shared
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 michaelIf we find a VBR tag at the beginning of the file don...
2008-12-21 michaelChange mpeg audio parser so it only sets frame_size...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 reimarMake the id3v1_genre_str array const, not just the...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-07-11 diegoMove one function that is only used for muxing below...
2008-07-04 michaelAll mp3 parsers are buggy fix 2 of n (out of array...
2008-07-04 michaelAll id3 parsers are buggy, 0 termination fix 1 of n...
2008-06-19 bcoudurierremove useless close funcs
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-12 cehoyosReplace some occurrences of 0 with CODEC_ID_NONE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-02-04 michaelAnother const found by -Wwrite-strings.
2007-12-03 michaelreturn a slightly larger score if we find more than...
2007-12-03 michaelensure that the probe code runs in O(n)
2007-12-03 michaelremove arbitrary 4096 limit for probing
2007-12-03 michaelprevent O(n^2) execution of ff_mpa_decode_header()...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-14 aurelcosmetics: whitespace
2007-11-14 andomaremove unnecessary -1 from snprintf len
2007-11-14 andomaAdd support for ID3v2 year tag
2007-11-04 andomamake sure the mpeg audio header is valid before passing...
2007-10-24 andomaadd support for reading duration from VBRI-tag in mp3...
2007-10-23 andomafix indent
2007-10-23 andomacosmetical change of mp3_parse_xing() to prepare for...
2007-10-23 andomaadd support for reading duration from Xing-tag in mp3...
2007-10-18 andomaset start_time to 0 to enable seeking in mp3-files
2007-08-05 bcoudurierdont write id3v2 header when writing .mp2 files
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-08 mrukill uninitialised variable warning in mp3_read_probe()
2007-07-08 romansh * Getting rid of the use of GCC language extensions
2007-07-06 diegoUse AV_RB* macros where appropriate.
2007-06-23 mruuse new string functions
2007-05-22 benoitid3v2 writer
2007-05-22 benoitid3v2 reader
2007-05-22 benoitcosmetic v1/v2 renaming
2007-05-20 aureladd a ff_ prefix to some mpegaudio funcs
2007-05-06 reimarFix two small typos in comment
2007-04-15 aureladd an enum for need_parsing
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-02-05 michaelbetter generic index building and seeking code
2007-01-07 diegovariable renaming: mp3lame --> libmp3lame
2006-11-08 michaelfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-10-30 michaeldont set the sampling rate just because 1 mp3 packet...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-20 michaelreduce scores if the mp3 frames dont start from the...
2006-09-12 michael10l typo
2006-09-10 gpoirierallow ffmpeg to read mp3s beginning with partial frames
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-05 mruprobe for mpeg audio
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-11 michael.m1v and .m2a (feature req #1178960)
2005-05-26 michaelAVPacket.pos
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelpass AVPacket into av_write_frame()
2003-11-10 bellardadded parsing
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardID3 parsing and generation in MP3 format