log libmpcodecs/vd_ijpg.c @ 32478:87870a8a114a

age author description
Sat, 29 May 2010 10:06:29 +0000 diego Directly mark jpeg_buf_src() as void instead of using some indirection marcro.
Tue, 16 Feb 2010 16:16:42 +0000 diego libmpcodecs: Mark functions not used outside of their files as static.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Tue, 01 Apr 2008 14:19:45 +0000 diego Do not #include libavutil/common.h. It is not used directly and mpbswap.h
Sat, 12 Jan 2008 15:26:24 +0000 reimar Colourspace conversions do _not_ belong into a decoder!
Sat, 12 Jan 2008 15:01:05 +0000 reimar Cosmetics: get rid of huge amounts of trailing whitespace
Sat, 12 Jan 2008 14:58:39 +0000 reimar Remove an unused global variable
Sat, 12 Jan 2008 14:56:11 +0000 reimar Avoid uselessly global variables
Sun, 27 May 2007 20:45:34 +0000 reimar Removed useless fastmemcpy.h includes in video decoders
Wed, 16 May 2007 21:45:46 +0000 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Tue, 06 Jun 2006 21:22:47 +0000 pacman Spelling fix
Thu, 20 Apr 2006 22:44:33 +0000 pacman Fix BGR32 big-endian output
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Wed, 15 May 2002 12:53:00 +0000 arpi rgb24, bgr 24/32 support even for grayscale
Wed, 27 Mar 2002 03:07:07 +0000 atmos4 eeh 10l removed too much lines :(
Wed, 27 Mar 2002 02:58:55 +0000 atmos4 Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Mon, 11 Mar 2002 20:13:45 +0000 pontscho libjpeg and loader conflict workaround
Mon, 11 Mar 2002 08:42:07 +0000 pontscho kill few warning
Sun, 10 Mar 2002 23:45:44 +0000 arpi removed unneeded includes
Sun, 10 Mar 2002 22:49:18 +0000 pontscho Add IJPG decoder.