log libmpcodecs/vf_lavc.c @ 37164:22355747d51f

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.
Mon, 06 Feb 2012 06:30:12 +0000 siretart Update deprecated avcodec_alloc_context()/avcodec_open() API calls
Thu, 12 Jan 2012 13:36:20 +0000 nicodvb propagate the pts to vf_next_put_image(); fixes playback with -correct-pts when reencoding is necessary
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Thu, 13 Jul 2006 23:02:03 +0000 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 28 Jun 2005 19:41:08 +0000 nicodvb restored framerate autodetection based on height
Thu, 05 May 2005 09:47:41 +0000 michael set pix_fmt
Sat, 30 Apr 2005 22:41:41 +0000 michael LIBAVCODEC_BUILD >= 4754
Sun, 09 Nov 2003 23:32:42 +0000 ranma Fix build with LIBAVCODEC_BUILD < 4684.
Fri, 24 Oct 2003 11:34:48 +0000 ranma constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Thu, 13 Mar 2003 09:24:03 +0000 michael 1000l
Mon, 09 Dec 2002 12:36:04 +0000 michael AVVideoFrame -> AVFrame
Wed, 04 Dec 2002 11:53:47 +0000 michael cleanup
Wed, 04 Dec 2002 10:49:03 +0000 michael support for lavc build 4641
Tue, 22 Oct 2002 22:25:17 +0000 arpi - using avcodec_alloc_context()
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Wed, 14 Aug 2002 21:43:49 +0000 arpi dynamic libavcodec.so support updated by
Wed, 08 May 2002 22:11:14 +0000 arpi FPS autodetection, accept args: quality:fps
Sun, 28 Apr 2002 00:16:22 +0000 arpi 10l
Sat, 27 Apr 2002 23:34:44 +0000 arpi realtime yv12->mpeg1 with libavcodec qscale=1