log libmpcodecs/vf_stereo3d.c @ 37171:29802bb119f6

age author description
Fri, 24 May 2013 14:20:19 +0000 reimar Fix typo in parameter name.
Thu, 31 Jan 2013 12:12:36 +0000 cehoyos Add more vf_stereo3d output formats.
Sun, 12 Aug 2012 17:31:47 +0000 reimar Add another anaglyph color variant.
Sun, 12 Aug 2012 17:25:30 +0000 reimar Convert comments into designated initializers.
Sun, 12 Aug 2012 17:20:24 +0000 reimar Make compiler give the ana_coeff array automatically the right size.
Mon, 11 Jul 2011 21:54:53 +0000 reimar Half-width side-by-side formats for stereo3d.
Tue, 21 Jun 2011 17:53:24 +0000 reimar Change memcpy_pic to force it to never write to image parts between
Tue, 21 Jun 2011 16:54:45 +0000 reimar Avoid C99 syntax not supported by some old compilers.
Sun, 19 Jun 2011 08:33:57 +0000 reimar Add support for converting to interleaved 3D in vf_stereo3d.
Sun, 14 Nov 2010 15:35:53 +0000 reimar Indicate that stereo3d can now handle strides properly.
Sun, 14 Nov 2010 15:34:27 +0000 reimar Remove unused struct element.
Sun, 14 Nov 2010 15:33:25 +0000 reimar Properly support src/dst stride in vf_stereo3d.
Sun, 14 Nov 2010 15:24:12 +0000 reimar Adjust d_height instead of bad ad-hoc scaling.
Sat, 23 Oct 2010 18:11:54 +0000 reimar Use proper include instead of extern declarations in the .c file.
Fri, 22 Oct 2010 17:46:12 +0000 reimar Add stereo3d filter.