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-07-31skip flv video info / command frame packets, fix issue #546Baptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27aac and h264 in flv demuxingBaptiste Coudurier
2008-05-24in flv this field is dts finallyBaptiste Coudurier
2008-05-24flv use 32 bit ptsBaptiste Coudurier
2008-04-25pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier
2008-04-14Remove useless code.Michael Niedermayer
2008-04-14Recommit r12809Michael Niedermayer
2008-04-14Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer
2008-04-14revert r12809Michael Niedermayer
2008-04-14Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer
2008-04-1410lMichael Niedermayer
2008-03-20 Additional checks for strange num_val in FLV metadataPascal Massimino
2008-02-24Fix issue357Michael Niedermayer
2008-02-24flv/swf do not have a big endian codec id, they only supportMichael Niedermayer
2007-12-20ReindentBenjamin Larsson
2007-12-20Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO filesBenjamin Larsson
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-01support flv with invalid headerMichael Niedermayer
2007-11-01factorize stream creationMichael Niedermayer
2007-10-15Nellymoser ASAO decoderBenjamin Larsson
2007-09-25use the VP6A codecAurelien Jacobs
2007-09-25revert r10527Aurelien Jacobs
2007-09-18Add support for VP6A in flv.Aurelien Jacobs
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-05Group all copyright and author notices together.Diego Biurrun
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-03-07workaround for broken flvtoolized filesAlex Beregszaszi
2007-01-23flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer
2007-01-23improve probe and give it the max scoreMichael Niedermayer
2006-12-12add FLV decoder metadata parsingAllan Hsu
2006-12-10move duration finding code into read_packet() so it can be skiped if duration...Michael Niedermayer
2006-12-10use amf_get_string()Michael Niedermayer
2006-12-10cosmeticsMichael Niedermayer
2006-12-10amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer
2006-12-10get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer
2006-12-06Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-23fix flvdec.c file description commentAurelien Jacobs
2006-10-23document the extradata protocol for VP6FAurelien Jacobs
2006-10-23use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs
2006-10-13flv files from myspace with mp3 audio require need_parsing because theRoberto Togni
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-17FLV seeking patch by Nazo. lovesyao at aol com.Nazo
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård