index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
parser.c
Age
Commit message (
Expand
)
Author
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-29
Replace more disabled printf() calls by av_dlog().
Diego Biurrun
2011-04-29
Replace some commented-out debug printf() / av_log() messages with av_dlog().
Diego Biurrun
2011-04-26
avparser: don't av_malloc(0).
Ronald S. Bultje
2011-04-19
lavc: remove misc disabled cruft.
Anton Khirnov
2011-04-06
Fix parser: mark av_parser_parse() for removal on next major bump
Brad
2011-04-02
parser: mark av_parser_parse() for removal on next major bump
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-09-27
Fix index_entries pos:
Michael Chinen
2010-07-02
saner default value for convergence_duration
Aurelien Jacobs
2010-04-21
Fix typo.
Jai Menon
2010-03-30
Replace @returns by @return.
Benoit Fouet
2009-06-21
Fetch timestamp for the first frame of field only if frame_offset and
Baptiste Coudurier
2009-05-26
do not reference remainder packets in the parser, fix timestamps fetching
Baptiste Coudurier
2009-03-05
Add handling of frame position in the parser.
Ivan Schreter
2009-03-02
Consider all packets in the parser, not just ones with timestamps,
Michael Niedermayer
2009-03-02
Favor container packets that end after the first byte of the access
Michael Niedermayer
2009-03-02
Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead
Michael Niedermayer
2009-02-24
Add timestamp computation if values are exported by decoder.
Ivan Schreter
2009-02-19
Add convergence_duration to AVCodecParserContext.
Ivan Schreter
2009-02-18
Add key_frame to AVCodecParserContext, used in libavformat.
Ivan Schreter
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-10-23
add state64 field to ParseContext storing last 8 bytes, to be able to check f...
Baptiste Coudurier
2008-10-20
Use av_freep() in ff_parse_close().
Michael Niedermayer
2008-10-04
Mark list heads static. Patch by Diego Pettenò
Diego Pettenò
2008-06-02
indent
Michael Niedermayer
2008-06-02
Only store timestamps when there are timestamps.
Michael Niedermayer
2008-06-02
Our MPEG-TS demuxer does not send complete PES packets but sends them
Michael Niedermayer
2008-06-02
cosmetic
Michael Niedermayer
2008-06-02
Allow matching timestamps to be removed by fetch_timestamp().
Michael Niedermayer
2008-06-02
Add off argument so that fetch_timestamp can search for timestamps
Michael Niedermayer
2008-06-02
Factorize fetch_timestamp() into its own function
Michael Niedermayer
2008-06-02
unused variable
Michael Niedermayer
2008-06-02
indent
Michael Niedermayer
2008-06-02
Rename last_frame_offset to next_frame_offset.
Michael Niedermayer
2008-06-02
Simplify parser core.
Michael Niedermayer
2008-05-26
indent
Michael Niedermayer
2008-05-26
allow av_parser_close(NULL)
Michael Niedermayer
2008-03-25
Return an error when realloc fails.
Andy Gocke
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2007-12-12
av_*_next() API for libavcodec
Michael Niedermayer
2007-05-08
remove no more useful includes
Aurelien Jacobs
2007-05-08
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-07
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-05
move mpegaudio_parser in it's own file
Aurelien Jacobs
2007-05-05
move mpeg4video_parser in it's own file
Aurelien Jacobs
2007-04-15
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-13
timestamps generation improvement when parsing avi
Joakim Plate
2007-04-07
typos/grammar
Diego Biurrun
2007-03-26
set pict_type to I type during init so parsers which dont set it get all i fr...
Michael Niedermayer
[next]