Mercurial > libavcodec.hg
log mpeg4video_parser.c @ 11486:1bf7af4db35a libavcodec
age | author | description |
---|---|---|
Sun, 28 Feb 2010 02:41:20 +0000 | cehoyos | Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodec |
Sat, 05 Dec 2009 03:53:12 +0000 | michael | Make sure the parsers do not overwrite width/height as this can interfere libavcodec |
Sun, 22 Feb 2009 13:48:55 +0000 | stefano | Add missing av_cold in static init/close functions. libavcodec |
Mon, 19 Jan 2009 15:46:40 +0000 | diego | cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec |
Wed, 09 May 2007 23:13:43 +0000 | aurel | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec |
Mon, 07 May 2007 00:47:03 +0000 | aurel | make some parser parameters const to avoid casting const to non-const libavcodec |
Sat, 05 May 2007 17:59:37 +0000 | aurel | move mpeg4video_parser in it's own file libavcodec |