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
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Make the id3v1_genre_str array const, not just the strings it points to.Reimar Döffinger
2008-08-13strcasecmp() requires #include <strings.h>Aurelien Jacobs
2008-07-11Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun
2008-07-05All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer
2008-07-05All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of 0 with CODEC_ID_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-02-04Another const found by -Wwrite-strings.Michael Niedermayer
2007-12-03return a slightly larger score if we find more than 500 valid mp3 frames in a...Michael Niedermayer
2007-12-03ensure that the probe code runs in O(n)Michael Niedermayer
2007-12-03remove arbitrary 4096 limit for probingMichael Niedermayer
2007-12-03prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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