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
2012-03-17mpegvideo: don't pretend the first frame is always a key frameWolfram Gloger
2012-02-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-10remove ParseContext1Rafaël Carré
2012-01-16fix av_dlog call with non-AVClass structMaksym Veremeyenko
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-09-01Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Replace more disabled printf() calls by av_dlog().Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-29Revert "avparser: don't av_malloc(0)."Michael Niedermayer
2011-04-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-07Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07Fix parser: mark av_parser_parse() for removal on next major bumpBrad
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28Fix index_entries pos:Michael Chinen
2010-07-02saner default value for convergence_durationAurelien Jacobs
2010-04-21Fix typo.Jai Menon
2010-03-30Replace @returns by @return.Benoit Fouet
2009-06-21Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier
2009-05-27do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier
2009-03-05Add handling of frame position in the parser.Ivan Schreter
2009-03-02Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer
2009-03-02Favor container packets that end after the first byte of the accessMichael Niedermayer
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-23add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier
2008-10-20Use av_freep() in ff_parse_close().Michael Niedermayer
2008-10-04Mark list heads static. Patch by Diego PettenòDiego Pettenò
2008-06-02indentMichael Niedermayer
2008-06-02Only store timestamps when there are timestamps.Michael Niedermayer
2008-06-02Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer
2008-06-02cosmeticMichael Niedermayer
2008-06-02Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer
2008-06-02Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer
2008-06-02Factorize fetch_timestamp() into its own functionMichael Niedermayer
2008-06-02unused variableMichael Niedermayer
2008-06-02indentMichael Niedermayer
2008-06-02Rename last_frame_offset to next_frame_offset.Michael Niedermayer
2008-06-02Simplify parser core.Michael Niedermayer