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
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
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 25 Jan 2009 16:59:48 +0000 stefano Make more descriptive the long names for the various variants of H.263. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavcodec
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Sat, 29 Nov 2008 14:08:48 +0000 stefano Implement the fields rc_max_available_vbv_use and libavcodec
Wed, 26 Nov 2008 13:38:13 +0000 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
Wed, 26 Nov 2008 13:28:30 +0000 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
Wed, 12 Nov 2008 17:47:23 +0000 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
Sat, 08 Nov 2008 00:15:08 +0000 pross Promote inv_aanscales array to global scope (ff_inv_aanscales) libavcodec
Thu, 02 Oct 2008 00:27:09 +0000 cehoyos Rename copy_picture to ff_copy_picture. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Mon, 01 Sep 2008 00:28:51 +0000 michael Check ff_init_me()s return value. libavcodec
Fri, 08 Aug 2008 02:56:44 +0000 bcoudurier fix 4:2:2 psnr libavcodec
Tue, 05 Aug 2008 20:39:58 +0000 michael Prevent low delay from being used with mpeg1. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Mon, 09 Jun 2008 00:43:07 +0000 bcoudurier uniformize trellis quant option libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Tue, 29 Apr 2008 14:08:01 +0000 ramiro Typo: distoration -> distortion. libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Mon, 28 Apr 2008 10:21:58 +0000 diego Add long names to some AVCodec declarations. libavcodec
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libavcodec
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Mon, 25 Feb 2008 22:43:42 +0000 michael Fix trellis quant + AAN DCT. libavcodec
Mon, 07 Jan 2008 12:40:39 +0000 benoit Remove unused symbol. libavcodec
Thu, 27 Dec 2007 03:03:45 +0000 michael Fix encoding wmv1 with -mbd 1. libavcodec
Sat, 10 Nov 2007 16:39:54 +0000 diego cosmetics: Fix vissual --> visual typo. libavcodec
Mon, 08 Oct 2007 09:14:46 +0000 bcoudurier export convert_matrix and add ff_ prefix libavcodec
Sun, 29 Jul 2007 19:21:56 +0000 michael warn user if max=bitrate && max > min libavcodec
Tue, 10 Jul 2007 20:27:50 +0000 aurel cosmetics: indentation libavcodec
Tue, 10 Jul 2007 20:23:08 +0000 aurel Avoid linking with h263.c functions when the relevant codecs libavcodec
Tue, 10 Jul 2007 14:37:33 +0000 aurel Split ff_set_mpeg4_time() and move the non mpeg4 specific part libavcodec
Fri, 06 Jul 2007 14:13:25 +0000 aurel move ff_copy_bits to bitstream.c libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Thu, 05 Jul 2007 09:48:29 +0000 aurel move mpeg encoder specific initialization in the encoder specific file libavcodec
Thu, 05 Jul 2007 09:09:53 +0000 aurel cosmetics: indentation libavcodec
Thu, 05 Jul 2007 09:08:28 +0000 aurel split mpeg12 encoder out of mpeg12.c libavcodec
Tue, 03 Jul 2007 09:55:56 +0000 benoit Description: split mpegvideo.c libavcodec