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
2009-06-20Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida
2009-02-02Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-16use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier
2009-01-15Reindent after last commitLuca Abeni
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11remove comment, this is not relevant anymoreBaptiste Coudurier
2009-01-11reindentBaptiste Coudurier
2009-01-11check for negative dts value even if bitstream is already formated,Baptiste Coudurier
2008-10-18Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-30timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier
2008-08-30remove now useless castsBaptiste Coudurier
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29check if extradata comes from mp4 and assume bitsteam is already formated, sh...Baptiste Coudurier
2008-05-27aac and h264 in flv muxingBaptiste Coudurier
2008-05-25set correct duration when using b framesBaptiste Coudurier
2008-05-24simplify, remove useless varsBaptiste Coudurier
2008-05-02Nellymoser handling in FLVBartlomiej Wolowiec
2008-04-25set wrap bits to 32bit to actually use itBaptiste Coudurier
2008-02-24flv/swf do not have a big endian codec id, they only supportMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-16Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi
2007-11-16Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi
2007-10-09indentMichael Niedermayer
2007-10-09avoid generating invalid filesMichael Niedermayer
2007-08-05set the previous tag size correctly in flv filesMichael Niedermayer
2007-06-12misc spelling fixesDiego Biurrun
2007-03-03Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-02VP6 and flashsv stream copy and muxing support.Benjamin Larsson
2006-12-28Patch for the FLV muxer to supply more complete metadataAllan Hsu
2006-12-10set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer
2006-12-06Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu
2006-12-01Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
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-08-06always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier
2006-07-18add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun