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 (Collapse)Author
2007-11-16Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi
introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01support flv with invalid headerMichael Niedermayer
fixes issue43 Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01factorize stream creationMichael Niedermayer
Originally committed as revision 10886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Nellymoser ASAO decoderBenjamin Larsson
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-25use the VP6A codecAurelien Jacobs
Originally committed as revision 10578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-25revert r10527Aurelien Jacobs
There is now a proper vp6a codec, so no need for this hack anymore. Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-18Add support for VP6A in flv.Aurelien Jacobs
Those files really contain 2 standard VP6 video streams: - the "normal" video stream - the alpha plan video stream (which is a standard YV12 video with it's U an V plans all set to 0) closes issue166 Originally committed as revision 10527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05Group all copyright and author notices together.Diego Biurrun
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-07workaround for broken flvtoolized filesAlex Beregszaszi
Originally committed as revision 8277 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer
Originally committed as revision 7668 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-23improve probe and give it the max scoreMichael Niedermayer
Originally committed as revision 7667 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-12add FLV decoder metadata parsingAllan Hsu
patch by Allan Hsu % allan A counterpop P net % date: Dec 12, 2006 12:19 PM subject: Re: [Ffmpeg-devel] [PATCH] FLV decoder metadata reading Originally committed as revision 7286 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10move duration finding code into read_packet() so it can be skiped if ↵Michael Niedermayer
duration has already been set Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10use amf_get_string()Michael Niedermayer
Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10cosmeticsMichael Niedermayer
Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer
Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer
Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-06Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu
in a common flv.h. patch by Allan Hsu allan _at_ counterpop.net Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23fix flvdec.c file description commentAurelien Jacobs
Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23document the extradata protocol for VP6FAurelien Jacobs
Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs
Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-13flv files from myspace with mp3 audio require need_parsing because theRoberto Togni
frames are fragmented. Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-17FLV seeking patch by Nazo. lovesyao at aol com.Nazo
Originally committed as revision 6285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-01Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-16extract durationMichael Niedermayer
Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-19extract duration if availableMichael Niedermayer
Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-27AVPacket.posMichael Niedermayer
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-01switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-17more fine grained discarding of packetsMichael Niedermayer
Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-25proper handling of samplesizeAlex Beregszaszi
Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21support adpcm audio, also some more verbose messagesAlex Beregszaszi
Originally committed as revision 3970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21correct pcm in flv handlingAlex Beregszaszi
Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-22support discarding uninterresting packetsMichael Niedermayer
Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-19try to guess the fps if they are variableMichael Niedermayer
Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-18report keyframesAlex Beregszaszi
Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk