log

age author description
Mon, 27 Sep 2010 22:09:53 +0000 stefano Move av_set_options_string() from libavfilter to libavutil. libavutil tip
Mon, 27 Sep 2010 16:23:43 +0000 stefano Move av_get_token() from libavfilter to libavutil. libavutil
Mon, 27 Sep 2010 10:34:03 +0000 stefano Simplify include, since opt.c is now in libavutil there is no need libavutil
Mon, 27 Sep 2010 10:01:44 +0000 stefano Cosmetics: apply misc style fixes. libavutil
Mon, 27 Sep 2010 00:30:14 +0000 stefano Bump version and update APIchanges after r25210. libavutil
Sun, 26 Sep 2010 21:01:20 +0000 mru ARM: change return type of AV_RN16() to unsigned libavutil
Sun, 26 Sep 2010 14:25:22 +0000 michael Move AVOptions from libavcodec to libavutil libavutil
Fri, 24 Sep 2010 16:18:40 +0000 michael indent libavutil
Fri, 24 Sep 2010 16:18:10 +0000 michael Cosmetic (rename detect_repeats to is_atty which matches the truth) libavutil
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
Wed, 18 Aug 2010 13:50:32 +0000 diego Ignore generated dependency files and header objects. libavutil
Tue, 17 Aug 2010 18:48:56 +0000 mru Fix out-of-tree build libavutil
Tue, 17 Aug 2010 18:25:34 +0000 stefano Define macro AV_NE() and use it in libavdevice. libavutil
Wed, 28 Jul 2010 12:08:26 +0000 michael Make sure "Last message repeated" is printed. libavutil
Thu, 22 Jul 2010 22:05:21 +0000 stefano Add the M_PHI constant, contains an approximation of the golden ratio libavutil
Wed, 21 Jul 2010 12:37:37 +0000 flameeyes Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavutil