log libmpcodecs/ve_lavc.c @ 23133:0574817cc6cb

age author description
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:30:55 +0000 diego Add explicit location for headers from the stream/ directory.
Wed, 07 Feb 2007 09:58:23 +0000 reimar Fix compilation after deprecation of some lav log level and
Wed, 08 Nov 2006 03:22:03 +0000 corey support lavc mblmin and mblmax
Tue, 24 Oct 2006 18:45:17 +0000 reimar Add proper flv fourcc
Thu, 10 Aug 2006 21:48:41 +0000 michael pass average bitrate from encoder to (lavf) muxer
Thu, 13 Jul 2006 23:02:03 +0000 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
Sun, 09 Jul 2006 16:01:36 +0000 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
Mon, 05 Jun 2006 06:37:29 +0000 corey Support and document lavc b_sensitivity option.
Mon, 05 Jun 2006 05:34:26 +0000 lorenm document the recent changes in Snow.
Sat, 13 May 2006 20:18:57 +0000 corey support lavc mv0_threshold
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
Tue, 21 Mar 2006 23:06:09 +0000 michael lavc doesnt pass AVFrame.opaque around :/
Tue, 21 Mar 2006 22:12:48 +0000 michael 10l (null pointer dereference)
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)
Fri, 17 Mar 2006 23:47:10 +0000 corey Support libavcodec vrc_strategy=1 (XviD ratecontrol).
Mon, 13 Mar 2006 02:40:09 +0000 michael -lavcopts aglobal
Tue, 21 Feb 2006 09:39:22 +0000 corey Fix video delay when encoding with B-frames.
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Wed, 25 Jan 2006 01:17:57 +0000 michael pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this is wrong/silly/10000000l then dont hesitate to flame / reverse)
Tue, 24 Jan 2006 23:50:41 +0000 michael vglobal so the user can tell the encoder that she wants global headers ... one step closer to correct mov/mp4 muxing
Mon, 23 Jan 2006 13:53:40 +0000 diego Using INT_MAX without including limits.h breaks compilation on MinGW.
Sun, 22 Jan 2006 21:02:14 +0000 corey support libavcodec's new sc_factor parameter
Tue, 10 Jan 2006 11:09:03 +0000 rathann convert some printfs to mp_msg
Thu, 29 Dec 2005 17:01:33 +0000 diego Support vme=8 (iterative overlapped block).
Wed, 28 Dec 2005 08:45:18 +0000 gpoirier Add bidir_refine to lavc's set of options, and document it.
Sun, 25 Dec 2005 21:29:18 +0000 gpoirier support downscaling frames for dynamic b frame decission
Tue, 29 Nov 2005 04:16:46 +0000 reynaldo Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range [4,2400000]
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.