summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-4/+3
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-4/+3
|\ \ | |/
| * Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-291-4/+3
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-4/+3
| * avparser: don't av_malloc(0).Ronald S. Bultje2011-04-261-4/+6
* | Revert "avparser: don't av_malloc(0)."Michael Niedermayer2011-04-291-6/+4
* | avparser: don't av_malloc(0).Ronald S. Bultje2011-04-271-4/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-37/+0
|\ \ | |/
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-37/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-1/+1
|\ \ | |/
| * Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-061-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-0/+2
|\ \ | |/
| * parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov2011-04-021-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix index_entries pos:Michael Chinen2010-09-271-0/+6
* saner default value for convergence_durationAurelien Jacobs2010-07-021-1/+1
* Fix typo.Jai Menon2010-04-211-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-211-1/+2
* do not reference remainder packets in the parser, fix timestamps fetchingBaptiste Coudurier2009-05-261-1/+2
* Add handling of frame position in the parser.Ivan Schreter2009-03-051-0/+16
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-021-2/+0
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-021-0/+2
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-021-1/+1
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-241-0/+3
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-191-0/+1
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-181-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2008-10-231-0/+1
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-201-1/+1
* Mark list heads static. Patch by Diego PettenòDiego Pettenò2008-10-041-1/+1
* indentMichael Niedermayer2008-06-021-6/+6
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-021-0/+2
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-021-1/+2
* cosmeticMichael Niedermayer2008-06-021-1/+2
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-021-2/+4
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-021-4/+4
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-021-11/+16
* unused variableMichael Niedermayer2008-06-021-7/+7
* indentMichael Niedermayer2008-06-021-3/+3
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-021-5/+5
* Simplify parser core.Michael Niedermayer2008-06-021-30/+14
* indentMichael Niedermayer2008-05-261-4/+4
* allow av_parser_close(NULL)Michael Niedermayer2008-05-261-0/+2
* Return an error when realloc fails.Andy Gocke2008-03-251-3/+9
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1