log

age author description
Sun, 12 Nov 2006 21:48:04 +0000 mru rename squareTbl -> ff_squareTbl libavcodec
Sun, 12 Nov 2006 20:23:47 +0000 stefang rename ff_cavs_flush to cavs_flush and make it static libavcodec
Sun, 12 Nov 2006 20:18:07 +0000 stefang move all cavs-parsing to cavs.c libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Sun, 12 Nov 2006 20:01:50 +0000 stefang make mpeg4video_split public as ff_mpeg4video_split libavcodec
Sun, 12 Nov 2006 18:49:36 +0000 mru rename inverse -> ff_inverse libavcodec
Sun, 12 Nov 2006 13:40:40 +0000 mru make some tables static libavcodec
Sun, 12 Nov 2006 03:34:12 +0000 mru adding more static keywords libavcodec
Sun, 12 Nov 2006 01:08:05 +0000 mru make vp6_pcr_tree static libavcodec
Sat, 11 Nov 2006 20:54:48 +0000 mru make some symbols static libavcodec
Sat, 11 Nov 2006 19:46:53 +0000 mru make two functions static libavcodec
Fri, 10 Nov 2006 11:45:43 +0000 michael zero private bits libavcodec
Fri, 10 Nov 2006 11:31:02 +0000 michael store a identifer and the first header in extradata libavcodec
Fri, 10 Nov 2006 01:41:53 +0000 michael mp3 header (de)compression bitstream filter libavcodec
Thu, 09 Nov 2006 17:28:46 +0000 michael 16bit in avi is RGB555 libavcodec
Thu, 09 Nov 2006 16:40:33 +0000 takis Remove the H264Context parameter from decode_init_vlc() as it is not being used. libavcodec
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavcodec
Thu, 09 Nov 2006 01:23:47 +0000 michael 10000l to myself, fixing regression test failure libavcodec
Wed, 08 Nov 2006 18:15:54 +0000 michael 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture libavcodec
Wed, 08 Nov 2006 00:02:15 +0000 mru allow spaces in source and build directory names libavcodec
Tue, 07 Nov 2006 13:50:41 +0000 bcoudurier typo libavcodec
Tue, 07 Nov 2006 13:45:08 +0000 bcoudurier add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag libavcodec
Tue, 07 Nov 2006 12:45:29 +0000 lu_zero Simplify libavcodec
Tue, 07 Nov 2006 12:28:13 +0000 diego Use MMX only under x86_32, there are compilation problems. libavcodec
Tue, 07 Nov 2006 09:46:57 +0000 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
Tue, 07 Nov 2006 05:57:42 +0000 kostya Bump version for Fraps v[24] support libavcodec
Mon, 06 Nov 2006 17:56:08 +0000 reimar Avoid void*-arithmetic, and uint8_t* is more correct anyway. libavcodec
Mon, 06 Nov 2006 10:47:41 +0000 bcoudurier include parser.h instead of mpegvideo.h libavcodec
Mon, 06 Nov 2006 10:46:54 +0000 bcoudurier rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static libavcodec
Mon, 06 Nov 2006 10:43:49 +0000 bcoudurier move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec