Fri, 24 Sep 2010 15:37:01 +0000 |
michael |
2nd try to fix av_log() repeated detection
libavutil
|
Tue, 14 Sep 2010 14:45:43 +0000 |
thardin |
Add av_popcount() to libavutil/common.h and bump minor version
libavutil
|
Tue, 14 Sep 2010 00:17:58 +0000 |
michael |
Limit av_log repeat detection to terminals so as to avoid filling files with
libavutil
|
Sun, 12 Sep 2010 22:00:45 +0000 |
stefano |
Apply minor simplification in av_read_image_line().
libavutil
|
Sun, 12 Sep 2010 21:39:57 +0000 |
mru |
pixdesc: indent
libavutil
|
Sun, 12 Sep 2010 21:39:54 +0000 |
mru |
pixdesc: use 8-bit accesses when possible in av_read/write_image_line()
libavutil
|
Sun, 12 Sep 2010 21:31:39 +0000 |
stefano |
Cosmetics: use x ? y : z construct and merge intialization and
libavutil
|
Thu, 09 Sep 2010 19:40:59 +0000 |
mru |
Add missing #include <string.h> in x86/cpu.c
libavutil
|
Thu, 09 Sep 2010 18:51:49 +0000 |
mru |
Cache detected CPU flags
libavutil
|
Thu, 09 Sep 2010 18:51:45 +0000 |
mru |
Clean up av_get_cpu_flag()
libavutil
|
Wed, 08 Sep 2010 15:07:14 +0000 |
stefano |
Move mm_support() from libavcodec to libavutil, make it a public
libavutil
|
Mon, 06 Sep 2010 00:04:03 +0000 |
stefano |
Sort AV_CPU_FLAG* by value.
libavutil
|
Mon, 06 Sep 2010 00:04:01 +0000 |
stefano |
Fix typo.
libavutil
|
Sat, 04 Sep 2010 09:59:08 +0000 |
stefano |
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
libavutil
|
Mon, 23 Aug 2010 15:31:50 +0000 |
benoit |
Add missing parentheses to AV_NE macro.
libavutil
|