log libmpcodecs/ve_lavc.c @ 34891:ebf74b8f90f5

age author description
Tue, 28 Feb 2012 19:31:56 +0000 reimar Remove pointless check that used internals would fail always
Tue, 28 Feb 2012 19:30:48 +0000 reimar Remove pointless casts.
Sat, 28 Jan 2012 12:33:58 +0000 reimar Remove ifdefs that have been unnecessary since a long time
Sat, 28 Jan 2012 12:24:12 +0000 reimar Set UMV flag via AVDictionary.
Sat, 28 Jan 2012 12:22:10 +0000 reimar Get rid of nonsense usage of CODEC_FLAG_PART.
Sat, 28 Jan 2012 12:17:50 +0000 reimar Use AVDictionary to set data_partitioning.
Sat, 28 Jan 2012 11:50:18 +0000 reimar Use AV_PICTURE_TYPE_I.
Sat, 27 Aug 2011 11:04:53 +0000 reimar Only use non-deprecated code in lavc encoders.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Fri, 22 Apr 2011 06:28:43 +0000 reimar Remove obsolete options, fixes compilation with latest FFmpeg.
Sat, 26 Mar 2011 13:00:11 +0000 reimar Enable both frame and slice threading.
Sat, 26 Mar 2011 12:43:19 +0000 reimar Do not use deprecated avcodec_thread_init, it is broken and does nothing currently.
Sat, 05 Mar 2011 14:25:37 +0000 cehoyos Add VP8 fourcc.
Mon, 21 Feb 2011 14:52:25 +0000 ranma Make sure we don't store the same stats twice by nulling the first byte of the stats_out string once we have written it.
Sat, 19 Feb 2011 09:17:38 +0000 ranma For codecs that produce no data on the first pass, e.g.
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Thu, 06 Jan 2011 14:38:55 +0000 ranma Increase the bitrate range maximum value.
Fri, 29 Oct 2010 13:52:26 +0000 cigaes Support for -force-key-frames for ve_lavc.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sun, 12 Sep 2010 12:41:37 +0000 reimar Replace malloc+memset by calloc.
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sat, 10 Jul 2010 07:25:44 +0000 reimar Make it possible to set all options for lavc audio encoder.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Sat, 03 Apr 2010 13:51:14 +0000 diego Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Sun, 17 Jan 2010 15:08:31 +0000 reimar Add a proper header for our strsep implementation so strsep will
Sun, 17 Jan 2010 14:58:44 +0000 reimar Reuse the fmt-conversion code instead of duplicating the functionality.