log libmpcodecs/vf_zrmjpeg.c @ 34172:5761a9a31bcb

age author description
Thu, 11 Aug 2011 17:45:41 +0000 diego zr: adjust #includes to fix compilation after av_helpers.h creation
Thu, 11 Aug 2011 17:45:38 +0000 diego doxygen: drop filename from @file directive
Wed, 27 Jul 2011 13:39:57 +0000 diego vf_zrmjpeg: fix compilation after function templatization in libavcodec
Sun, 12 Sep 2010 00:30:15 +0000 diego Add missing #include for vd_ffmpeg.h; fixes the warning:
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, 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.