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
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
2007-07-08kill uninitialised variable warning in mp3_read_probe()Måns Rullgård
2007-07-08 * Getting rid of the use of GCC language extensionsRoman Shaposhnik
2007-07-06Use AV_RB* macros where appropriate.Ronald S. Bultje
2007-06-24use new string functionsMåns Rullgård
2007-05-22id3v2 writerAndreas Öman
2007-05-22id3v2 readerAndreas Öman
2007-05-22cosmetic v1/v2 renamingAndreas Öman
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs
2007-05-06Fix two small typos in commentReimar Döffinger
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-06better generic index building and seeking codeMichael Niedermayer
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2006-11-09fix missdetection of mpeg-ps (ps2_interdite.mpg)Michael Niedermayer
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-21reduce scores if the mp3 frames dont start from the begin of the file (fixes ...Michael Niedermayer
2006-09-1210l typoMichael Niedermayer
2006-09-11allow ffmpeg to read mp3s beginning with partial framesAndreas Öman
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-06probe for mpeg audioMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-11.m1v and .m2a (feature req #1178960)Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-11-10added parsingFabrice Bellard
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-09-09ID3 parsing and generation in MP3 formatFabrice Bellard