log

age author description
Thu, 18 Feb 2010 13:40:24 +0000 mru Use alias-safe types in AV_COPY/SWAP/ZERO macros libavutil
Thu, 18 Feb 2010 13:40:21 +0000 mru Use alias-safe types in AV_[RW] macros libavutil
Thu, 18 Feb 2010 13:40:19 +0000 mru Add alias-safe union typedefs libavutil
Tue, 16 Feb 2010 20:17:50 +0000 stefano Move read_line() and write_line() definition from pixdesc.h to libavutil
Thu, 11 Feb 2010 14:08:40 +0000 kostya Simplify expression as suggested by Mns Rullgrd libavutil
Thu, 11 Feb 2010 11:45:35 +0000 kostya Make SHA digest function write digest value with AV_WN32 instead of assuming libavutil
Wed, 10 Feb 2010 23:08:32 +0000 diego Ignore generated header avconfig.h. libavutil
Tue, 09 Feb 2010 22:55:16 +0000 mru Define missing llrint() as macro instead of inline function libavutil
Sun, 07 Feb 2010 17:13:59 +0000 michael Bump minor for av_compare_ts() libavutil
Sun, 07 Feb 2010 16:26:50 +0000 michael av_compare_ts() libavutil
Sun, 31 Jan 2010 17:13:57 +0000 stefano Fix grammar: write to DST THING -> write THING to DST. libavutil
Sat, 30 Jan 2010 19:03:37 +0000 stefano Remove duplicated word in av_strlcat() doxy. libavutil
Sat, 30 Jan 2010 18:50:00 +0000 stefano Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavutil
Fri, 29 Jan 2010 03:26:17 +0000 mru Add AV_COPY32 libavutil
Fri, 29 Jan 2010 03:26:14 +0000 mru Define av_alias if supported by compiler libavutil
Thu, 28 Jan 2010 13:06:31 +0000 mru Add --malloc-prefix to apply a prefix to malloc, free etc libavutil
Wed, 27 Jan 2010 17:38:53 +0000 mru Add macro AV_JOIN() for joining two tokens into one libavutil
Fri, 22 Jan 2010 03:25:25 +0000 mru DECLARE_ALIGNED macro for TMS470 compiler libavutil
Fri, 22 Jan 2010 03:25:21 +0000 mru Add an AV_PRAGMA() macro for constructing _Pragma() directives libavutil
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavutil
Thu, 21 Jan 2010 12:59:22 +0000 mru Make DECLARE_ALIGNED macros work with external array specifiers libavutil
Wed, 20 Jan 2010 18:54:51 +0000 fenrir H264 DXVA2 implementation libavutil
Wed, 20 Jan 2010 06:01:54 +0000 mru Move COPY3_IF_LT to lavc/mathops.h libavutil
Tue, 19 Jan 2010 23:25:36 +0000 mru Move FASTDIV macro to intmath.h libavutil
Tue, 19 Jan 2010 04:40:18 +0000 mru Use avconfig.h in pixfmt.h libavutil
Tue, 19 Jan 2010 04:40:16 +0000 mru Create and install libavutil/avconfig.h libavutil
Mon, 18 Jan 2010 10:24:33 +0000 astrange Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. libavutil
Mon, 18 Jan 2010 01:35:19 +0000 mru Mark all intreadwrite functions av_always_inline libavutil
Sun, 17 Jan 2010 14:17:03 +0000 reimar Make sure we do not export incorrect _NE pixformat descriptions by either libavutil
Sun, 17 Jan 2010 12:47:06 +0000 mru Add missing parens in AV_WN macros libavutil
Sat, 16 Jan 2010 04:49:02 +0000 mru Add symbol versioning for shared libraries libavutil
Sat, 16 Jan 2010 01:27:46 +0000 vitor Use macros instead of inline functions to replace the following missing C99 libavutil
Thu, 14 Jan 2010 19:58:12 +0000 mru Optimise av_log2 with clz when available libavutil
Tue, 12 Jan 2010 02:19:51 +0000 vitor Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. libavutil
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavutil
Fri, 01 Jan 2010 12:28:18 +0000 stefano Remove residual use of the doxygen markup which is deprecated, libavutil
Sun, 27 Dec 2009 14:40:49 +0000 michael 2nd try on documenting av_gcd(). libavutil
Sun, 27 Dec 2009 12:20:06 +0000 michael Document av_gcd(). libavutil
Mon, 14 Dec 2009 01:15:02 +0000 michael Place { of the function where indent -kr wants it. libavutil
Sun, 13 Dec 2009 18:42:39 +0000 michael Move #include where it belongs. libavutil
Sun, 13 Dec 2009 17:09:41 +0000 michael Add a function to convert a number to a av_malloced string. libavutil
Sat, 12 Dec 2009 16:24:37 +0000 stefano Implement av_bmg_next(), a Box-Muller Gaussian random generator. libavutil
Thu, 03 Dec 2009 18:15:54 +0000 ramiro Make av_log_level static at next lavu major version bump. libavutil
Thu, 26 Nov 2009 20:58:37 +0000 stefano Make av_pix_fmt_descriptors use the same pixel format names as defined libavutil
Tue, 24 Nov 2009 23:33:41 +0000 stefano Make the pixdesc API public. libavutil
Mon, 23 Nov 2009 20:14:47 +0000 stefano Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. libavutil
Wed, 18 Nov 2009 22:32:32 +0000 stefano Clarify relations between log2_chroma_w, log2_chroma_h and comp. libavutil
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavutil
Wed, 18 Nov 2009 00:07:20 +0000 stefano Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name libavutil
Sat, 14 Nov 2009 19:15:09 +0000 michael Fix indention after last commit. libavutil
Sat, 14 Nov 2009 19:14:14 +0000 michael Fix crash with av_tree_enumerate(NULL). libavutil
Sat, 14 Nov 2009 11:19:08 +0000 michael Make sure av_tree_enumerate() enumerates left->right. libavutil
Wed, 11 Nov 2009 00:02:36 +0000 cehoyos Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c. libavutil
Tue, 10 Nov 2009 18:52:39 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavutil
Tue, 10 Nov 2009 12:59:56 +0000 reimar Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, libavutil
Mon, 09 Nov 2009 09:11:35 +0000 cehoyos Move ff_reverse in libavcodec to av_reverse in libavutil. libavutil
Thu, 05 Nov 2009 23:45:15 +0000 stefano Add pixel format descriptors for the HW-accelerated formats. libavutil
Mon, 02 Nov 2009 20:23:47 +0000 stefano Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. libavutil
Tue, 27 Oct 2009 20:56:56 +0000 stefano Move pixdesc.{h,c} from libavcodec to libavutil. libavutil
Wed, 23 Sep 2009 18:22:00 +0000 diego id3v2: Add support for UTF-16 encoding. libavutil