log libmpcodecs/vf_zrmjpeg.c @ 29138:8aeebf532e48

age author description
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.
Sun, 27 May 2007 08:44:27 +0000 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
Tue, 27 Feb 2007 15:07:44 +0000 rik compilation fix clip_uint8 -> av_clip_uint8
Sat, 23 Dec 2006 22:35:46 +0000 diego Properly fix compilation without code duplication.
Sat, 23 Dec 2006 13:18:43 +0000 rik compilation fixes: define always_inline and don't use uint64_t_C
Sat, 23 Sep 2006 16:28:57 +0000 rik Cosmetics and comments.