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
|