log mpegvideo_enc.c @ 10368:59ec306245a4 libavcodec

age author description
Tue, 06 Oct 2009 06:33:18 +0000 reimar Remove casts that are useless since the argument is void *. libavcodec
Thu, 10 Sep 2009 14:12:05 +0000 michael Check for thread_count==0. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Wed, 05 Aug 2009 15:27:22 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodec
Wed, 05 Aug 2009 15:22:16 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodec
Wed, 05 Aug 2009 10:46:43 +0000 diego Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodec
Mon, 03 Aug 2009 15:23:53 +0000 diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec
Wed, 27 May 2009 21:40:10 +0000 bcoudurier remove apparently unused real_pict_num from AVCodecContext libavcodec
Wed, 27 May 2009 19:55:35 +0000 bcoudurier Rename alloc_picture to ff_alloc_picture and move its definition libavcodec
Sat, 23 May 2009 01:22:43 +0000 bcoudurier Set progressive_sequence before MPV_common_init which cares about it when libavcodec
Thu, 14 May 2009 03:37:58 +0000 michael Fix VBV delay for mpeg1/2 CBR. libavcodec
Sat, 02 May 2009 09:12:03 +0000 banan Remove dead assignments found by CSA libavcodec
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Mon, 02 Mar 2009 05:18:33 +0000 diego Change a bunch of codec long_names to be more consistent and descriptive. libavcodec
Thu, 12 Feb 2009 00:48:30 +0000 michael Let rgb32 pass for ljpeg. libavcodec