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
|