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
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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
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ö
The ParserContext class doesn't have an AVClass, required for using it as a logging class. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-10remove ParseContext1Rafaël Carré
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-07Fix parser: mark av_parser_parse() for removal on next major bumpBrad
Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
2011-04-02parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov
Fixes build with the bump, since the prototype is already marked for removal.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-09-28Fix index_entries pos:Michael Chinen
It was being set wrong for files with data_offset > 0 Patch by Michael Chinen, mchinen gmail Originally committed as revision 25239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02saner default value for convergence_durationAurelien Jacobs
Originally committed as revision 24002 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-21Fix typo.Jai Menon
Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-30Replace @returns by @return.Benoit Fouet
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-21Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier
next_frame_offset are not set, because second field has next frame offset set but not frame_offset, otherwise this wrongly fetch timestamp for the second field. Originally committed as revision 19244 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-27do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier
Originally committed as revision 18958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-05Add handling of frame position in the parser.Ivan Schreter
Originally committed as revision 17823 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer
this should greatly simplify handling of packet pos. Originally committed as revision 17733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Favor container packets that end after the first byte of the accessMichael Niedermayer
unit in fetch_timestamp(). This should make no difference for valid streams but may help invalid ones, also its needed for future changes. Originally committed as revision 17732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-02Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer
of calling it at the end of a frame with a large negative offset. This significantly reduces the maximal distance in container packets between the point where the first byte of the "access unit" was stored and where we call ff_fetch_timestamp() thus reducing the constraints on our parser. Also change the parser from next_frame_offset to cur, this is needed because now the reference is from container packet start instead of frame start. (i previously misinterpreted this as bug) Originally committed as revision 17731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
Initialized to -1 in parser.c for backward compatibility. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-23add state64 field to ParseContext storing last 8 bytes, to be able to check ↵Baptiste Coudurier
for longer startcodes Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-20Use av_freep() in ff_parse_close().Michael Niedermayer
Originally committed as revision 15654 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-04Mark list heads static. Patch by Diego PettenòDiego Pettenò
Originally committed as revision 15548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02indentMichael Niedermayer
Originally committed as revision 13628 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Only store timestamps when there are timestamps.Michael Niedermayer
Originally committed as revision 13627 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer
piecewise, thus the end values cannot be used for associating timestamps. Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02cosmeticMichael Niedermayer
Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer
Originally committed as revision 13623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer
not associated with the first byte of access units. Originally committed as revision 13622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Factorize fetch_timestamp() into its own functionMichael Niedermayer
Originally committed as revision 13621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02unused variableMichael Niedermayer
Originally committed as revision 13620 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02indentMichael Niedermayer
Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Rename last_frame_offset to next_frame_offset.Michael Niedermayer
(it was and is the next not the last) Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-02Simplify parser core.Michael Niedermayer
Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-26indentMichael Niedermayer
Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-26allow av_parser_close(NULL)Michael Niedermayer
fixes issue300 Originally committed as revision 13410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-25Return an error when realloc fails.Andy Gocke
Patch by Andy Gocke (agocke gmail com) Originally committed as revision 12581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk