]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mp3.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / mp3.c
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