log avc.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Sun, 28 Feb 2010 02:04:34 +0000 cehoyos Include avc.h from avc.c: It contains several prototypes. libavformat
Mon, 22 Feb 2010 00:34:27 +0000 michael Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformat
Thu, 30 Jul 2009 19:14:57 +0000 bcoudurier cosmetics, remove spaces after '(' and before ')' libavformat
Thu, 26 Mar 2009 01:34:02 +0000 ramiro Use intptr_t when casting pointers to int. libavformat
Fri, 16 Jan 2009 01:26:52 +0000 bcoudurier support h264 extradata with 0x000001 startcode libavformat
Fri, 16 Jan 2009 01:17:18 +0000 bcoudurier export ff_avc_parse_nal_units_buf libavformat
Fri, 16 Jan 2009 01:11:34 +0000 bcoudurier return size written in ff_avc_parse_nal_units libavformat
Thu, 15 Jan 2009 14:03:07 +0000 lucabe Do not reallocate AVPacket's data when muxing a packet libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Tue, 19 Feb 2008 16:18:17 +0000 reimar Fix misplaced const, avoids a cast-discards-qualifiers warning libavformat
Tue, 19 Feb 2008 16:08:52 +0000 michael const libavformat
Tue, 15 Jan 2008 08:05:58 +0000 lucabe Make avc_find_startcode non-static, so that it can be used from other libavformat
Fri, 11 Jan 2008 23:33:32 +0000 aurel add a ff_ prefix to newly exported functions from avc.c libavformat
Fri, 11 Jan 2008 01:24:55 +0000 aurel Move isom_write_avcc() and related functions into a separate file. libavformat base movenc.c@54c99706d96d