log mpegvideo_enc.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Sun, 26 Sep 2010 01:56:48 +0000 michael Fix rv20 encoding so the binary decoder can decode it. libavcodec
Fri, 10 Sep 2010 23:41:14 +0000 cehoyos Allow mpeg encoding with qscale and very low frame rate. libavcodec
Tue, 07 Sep 2010 19:54:48 +0000 mru Check rc_buffer_size value using integer arithmetic libavcodec
Sat, 03 Jul 2010 15:35:23 +0000 cehoyos Change all occurences of "inofficial" to "unofficial" in code, comments libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 23 Mar 2010 17:58:39 +0000 cehoyos Always check if ff_alloc_picture() succeeds. libavcodec
Tue, 23 Mar 2010 02:17:04 +0000 michael Change ref_index structure so it matches how its organized in h264. libavcodec
Mon, 15 Mar 2010 22:49:46 +0000 michael Add ff_ prefix for mpeg2_dc_scale_table. libavcodec
Mon, 15 Mar 2010 21:27:13 +0000 michael Support intra_dc_precision>8 in jpeg libavcodec
Mon, 15 Mar 2010 16:37:02 +0000 michael use mpeg2 quantization bias for mjpeg. libavcodec
Mon, 08 Mar 2010 21:19:56 +0000 mru Move ff_sqrt() to libavutil/intmath.h libavcodec
Wed, 17 Feb 2010 20:36:20 +0000 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Mon, 11 Jan 2010 04:57:04 +0000 astrange Add missing internal.h to files calling ff_match_2uint16(). libavcodec
Sat, 09 Jan 2010 18:33:21 +0000 michael Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 07 Jan 2010 05:41:49 +0000 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
Thu, 07 Jan 2010 04:42:39 +0000 michael Split out flv encoding. libavcodec
Wed, 30 Dec 2009 11:33:59 +0000 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
Mon, 28 Dec 2009 17:36:03 +0000 diego Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. libavcodec
Mon, 14 Dec 2009 11:34:46 +0000 michael Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding. libavcodec
Thu, 10 Dec 2009 20:05:04 +0000 michael Cosmetic (restructure RGB ljpeg check to be more readable) libavcodec
Thu, 10 Dec 2009 19:41:47 +0000 michael 10l, Fix YUV ljpeg that i just broke by mistake. libavcodec
Thu, 10 Dec 2009 18:07:35 +0000 michael Fix RGB LJPEG encoding. libavcodec
Thu, 03 Dec 2009 21:38:10 +0000 michael Make sure ff_init_qscale_tab() is called one way or another when libavcodec
Thu, 03 Dec 2009 21:36:58 +0000 michael Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec
Mon, 19 Oct 2009 18:45:44 +0000 stefano Add additional long names for the Flash Video decoder and encoder. libavcodec
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