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.h
Age
Commit message (
Expand
)
Author
2012-03-07
parser: remove forward declaration of MpegEncContext
Paul B Mahol
2012-02-10
remove ParseContext1
Rafaël Carré
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
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-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-06-03
small spelling/wording fixes
Diego Biurrun
2008-06-03
ff_fetch_timestamp() prototype
Michael Niedermayer
2007-10-17
Fix #endif comment typo.
Diego Biurrun
2007-05-09
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
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
parser.h uses AVCodecContext so it needs to include avcodec.h
Aurelien Jacobs
2007-04-15
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-07
typos/grammar
Diego Biurrun
2006-11-12
move all cavs-parsing to cavs.c
Stefan Gehrer
2006-11-12
make mpeg4video_split public as ff_mpeg4video_split
Stefan Gehrer
2006-11-06
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...
Baptiste Coudurier