log mencoder.c @ 35704:ec0cc8013b3a

age author description
Wed, 02 May 2012 18:57:24 +0000 reimar mencoder: Fix hang with -ovc copy or -ovc frameno.
Sun, 15 Apr 2012 15:01:09 +0000 reimar Decode last frames for codecs with delay.
Sun, 04 Mar 2012 14:47:37 +0000 reimar Allow using a cache size of up to 4 TB.
Thu, 19 Jan 2012 23:20:37 +0000 reimar Fix per-file ASS options like -ass-force-style.
Tue, 29 Nov 2011 13:02:45 +0000 ranma edl_seek_type is used as CONF_TYPE_FLAG, which is a 32bit-Type (fixes possible memory corruption).
Tue, 25 Oct 2011 20:45:09 +0000 reimar Sanitize include option behaviour.
Thu, 18 Aug 2011 18:56:09 +0000 reimar Another attempt to make up timestamps for video filters.
Thu, 18 Aug 2011 18:37:07 +0000 reimar Try using sh_video->pts instead of v_muxer_time for filter timestamp.
Thu, 11 Aug 2011 17:45:25 +0000 diego Move cfg_inc_verbose and cfg_include into mpcommon.c.
Mon, 25 Jul 2011 18:01:23 +0000 reimar Pass a (half-made-up) timestamp to filter_video, this allows -ass to work.
Sat, 02 Jul 2011 17:13:26 +0000 iive Increase video muxer output frame size.
Sat, 02 Jul 2011 08:17:45 +0000 reimar 100l, forgot to test without -vobsub.
Fri, 01 Jul 2011 17:43:40 +0000 reimar Make vobsub options available in mencoder, though with my test file
Sun, 19 Jun 2011 16:48:33 +0000 reimar Move init_vo_spudec to mp_common.c and reuse it in mencoder.
Sun, 19 Jun 2011 13:58:45 +0000 ib Add const to string pointer argument that will not be modified.