log avutil.h @ 722:2f890bb12bbc libavutil

age author description
Thu, 02 Apr 2009 23:22:19 +0000 stefano Implement av_fifo_space(). libavutil
Sun, 22 Mar 2009 22:50:19 +0000 stefano Make the pixel formats which were defined as macros: libavutil
Sat, 21 Mar 2009 23:08:20 +0000 stefano Change the RGB5X5/BGR5X5 pixel format defines so that we have little libavutil
Sun, 08 Mar 2009 14:33:30 +0000 michael Bump major version of libavutil due to FIFO fixes. libavutil
Sun, 22 Feb 2009 14:27:50 +0000 stefano Split avutil.h, move all the pixel format definitions to the new libavutil
Sun, 22 Feb 2009 13:48:25 +0000 michael Add note about big vs. little endian. libavutil
Sun, 22 Feb 2009 00:55:49 +0000 pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. libavutil
Thu, 12 Feb 2009 02:02:42 +0000 diego Remove reference to renamed header file xvmc_render.h. libavutil
Fri, 06 Feb 2009 12:59:50 +0000 michael Ensure that the palette is set in data[1] for all 8bit formats. libavutil
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavutil
Wed, 28 Jan 2009 23:03:17 +0000 diego spelling/grammar/consistency review part II libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
Tue, 20 Jan 2009 09:28:36 +0000 cehoyos Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavutil
Sun, 18 Jan 2009 22:50:57 +0000 stefano Deprecate av_init_random() in favour of av_random_init(), with a more natural libavutil
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavutil
Fri, 16 Jan 2009 02:14:07 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavutil
Sun, 04 Jan 2009 23:55:27 +0000 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavutil
Wed, 15 Oct 2008 08:06:12 +0000 benoit Bump minor version after addition of FF_ARRAY_ELEMS macro. libavutil
Thu, 25 Sep 2008 19:23:13 +0000 stefano Implement av_nearer_q() and av_find_nearest_q_idx() functions. libavutil
Thu, 04 Sep 2008 20:39:09 +0000 michael Fix typo. libavutil
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavutil
Tue, 19 Aug 2008 18:43:34 +0000 stefano Implement av_fifo_realloc2(). libavutil
Wed, 13 Aug 2008 16:01:21 +0000 aurel move M_PI definition along with other math definitions libavutil
Fri, 08 Aug 2008 18:32:20 +0000 stefano Implement avutil_version(). libavutil
Sun, 01 Jun 2008 07:37:43 +0000 takis Macro suggested by Michael which will be used to disable the libavutil
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavutil
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavutil
Tue, 19 Feb 2008 22:50:28 +0000 mru Clean up lib* version definitions libavutil
Mon, 28 Jan 2008 17:23:57 +0000 benoit Remove integer.h inclusion. libavutil
Wed, 12 Dec 2007 20:58:41 +0000 lu_zero Provide sha1 to outside applications libavutil
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavutil
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavutil
Sat, 11 Aug 2007 21:59:01 +0000 aurel add a new av_clip_int16() function to libavutil libavutil
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavutil
Sun, 24 Jun 2007 09:18:20 +0000 lu_zero bump micro version: new string functions libavutil
Wed, 20 Jun 2007 08:18:04 +0000 mbardiaux Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK libavutil
Wed, 16 May 2007 12:25:54 +0000 diego Remove extern C declarations for C++. libavutil
Mon, 19 Mar 2007 00:48:47 +0000 lu_zero expose av_base64_decode and av_base64_encode libavutil
Wed, 28 Feb 2007 03:40:23 +0000 lu_zero Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavutil
Wed, 28 Feb 2007 03:28:31 +0000 lu_zero get_packetheader() forgot to read the header_checksum in big packets libavutil
Wed, 07 Feb 2007 10:54:10 +0000 diego 1000l: Revert accidentally committed change. libavutil
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavutil
Wed, 31 Jan 2007 22:58:53 +0000 reimar Move lzo decompression to libavutil libavutil
Fri, 19 Jan 2007 22:26:10 +0000 alex add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) libavutil
Thu, 16 Nov 2006 20:46:36 +0000 alex Remove alpha channel from RGB555 libavutil
Tue, 24 Oct 2006 04:57:43 +0000 kostya 16-bit grayscale support libavutil
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavutil
Mon, 25 Sep 2006 15:23:40 +0000 lu_zero move memory functions from avcodec to avutil libavutil
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavutil
Mon, 28 Aug 2006 09:06:04 +0000 lucabe Add some new pixel formats to libavutil libavutil
Sun, 20 Aug 2006 18:10:45 +0000 michael compatibility warning libavutil
Sun, 20 Aug 2006 13:04:19 +0000 michael cleanup PixelFormat a little libavutil
Tue, 18 Jul 2006 11:00:55 +0000 lucabe Move av_log() & friends to libavutil libavutil
Thu, 30 Mar 2006 16:24:38 +0000 lucabe move enum PixelFormat from libavcodec to libavutil libavutil
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavutil
Mon, 01 Aug 2005 20:07:05 +0000 al libavutil: Utility code from libavcodec moved to a separate library. libavutil