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
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-08parser: fix large overreadsMichael Niedermayer
2012-11-02parser: Move Doxygen documentation to the header filesDiego Biurrun
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-05parser: Don't use pc as context for av_dlogMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-10remove ParseContext1Rafaël Carré
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-07Fix parser: mark av_parser_parse() for removal on next major bumpBrad
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
2008-05-26indentMichael Niedermayer
2008-05-26allow av_parser_close(NULL)Michael Niedermayer
2008-03-25Return an error when realloc fails.Andy Gocke
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs