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
|
Mon, 21 Sep 2009 03:01:57 +0000 |
lorenm |
extend ff_inverse[], and fix its documentation
libavutil
|
Wed, 09 Sep 2009 21:00:51 +0000 |
reimar |
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
libavutil
|
Sun, 06 Sep 2009 00:08:19 +0000 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
libavutil
|