log libmpcodecs/vf_zrmjpeg.c @ 31182:4e7ef8336fc4

age author description
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, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Fri, 19 Feb 2010 10:18:55 +0000 diego cosmetics: Remove commented-out #include.
Sat, 09 May 2009 21:37:07 +0000 rik MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it correctly
Mon, 13 Apr 2009 21:43:57 +0000 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
Tue, 14 Oct 2008 16:04:09 +0000 diego #include necessary libavcodec header and remove duplicated struct declaration.
Tue, 14 Oct 2008 09:04:40 +0000 diego Remove useless '#undef realloc', realloc is not referenced anywhere near.
Tue, 14 Oct 2008 08:56:48 +0000 diego Remove duplicate extern declaration, fixes the warning:
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Fri, 04 Apr 2008 01:09:36 +0000 iive Change I_TYPE -> FF_I_TYPE to fix compilation.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Tue, 18 Dec 2007 21:43:12 +0000 rik change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
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.