Mercurial > libavutil.hg
graph
-
Use a consistent type for multbl array function parameters. libavutilMon, 28 Jun 2010 17:11:48 +0000, by reimar
-
Add av_clip_int8(), used in the upcoming VP8 decoder. libavutilTue, 22 Jun 2010 19:11:33 +0000, by rbultje
-
Add missing parentheses in MKTAG and MKBETAG macros. libavutilTue, 22 Jun 2010 15:02:09 +0000, by benoit
-
Add more tests to eval, help detecting some of the more apparent libavutilWed, 16 Jun 2010 22:36:52 +0000, by stefano
-
Make av_parse_expr() fail if there are trailing chars at the end of libavutilWed, 16 Jun 2010 18:27:55 +0000, by stefano
-
icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. libavutilWed, 16 Jun 2010 10:35:56 +0000, by cehoyos
-
Fix symbol version compat wrappers on systems with export prefixes libavutilTue, 15 Jun 2010 15:24:28 +0000, by mru
-
Add compatibility wrappers for functions moved from lavf to lavc libavutilTue, 15 Jun 2010 13:26:52 +0000, by mru
-
Add APIchanges entry and bump minor after av_compare_mod() addition. libavutilSun, 13 Jun 2010 09:04:36 +0000, by stefano
-
log.c: Use parameter passed to macro instead of the equivalent local variable libavutilWed, 09 Jun 2010 18:30:50 +0000, by ramiro
-
Move ansi color array to outside of av_log_default_callback(). Do not pass libavutilWed, 09 Jun 2010 18:10:35 +0000, by ramiro
-
Rename use_ansi_color to use_color so it is not ANSI-specific. libavutilWed, 09 Jun 2010 18:07:44 +0000, by ramiro
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavutilSat, 05 Jun 2010 12:01:28 +0000, by stefano
-
Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() libavutilSat, 05 Jun 2010 11:28:02 +0000, by stefano
-
Bump libavutil minor version for the addition of av_get_random_seed libavutilSun, 23 May 2010 09:45:34 +0000, by mstorsjo
-
Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavutilSun, 23 May 2010 08:53:40 +0000, by mstorsjo
-
Make it possible for a log context to keep track of its parent context. libavutilWed, 19 May 2010 22:50:39 +0000, by michael
-
av_default_item_name() so Simply AVClasses need 1 function less. libavutilWed, 19 May 2010 22:45:04 +0000, by michael
-
Clarify description for the MONOWHITE and MONOBLACK pixel formats. libavutilSun, 16 May 2010 07:56:26 +0000, by stefano
-
Clarify descriptions for RGB4, BGR4, NV12, NV21, libavutilSat, 15 May 2010 12:33:31 +0000, by stefano
-
av_alias is an attribute and belongs to attributes.h libavutilThu, 13 May 2010 16:30:58 +0000, by michael
-
Add means to adjust the log level per context. libavutilSat, 08 May 2010 20:41:20 +0000, by michael
-
Make av_strerror() return -1 even in the case when av_strerror_r() is libavutilWed, 05 May 2010 21:44:47 +0000, by stefano
-
Make av_strerror() print an error message mentioning the error code libavutilMon, 03 May 2010 21:56:21 +0000, by stefano
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavutilWed, 28 Apr 2010 20:00:23 +0000, by michael
-
Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) libavutilTue, 27 Apr 2010 22:26:08 +0000, by stefano
-
Write clip-related decimal numbers into hex, where they make more sense. libavutilMon, 26 Apr 2010 21:00:33 +0000, by rbultje
-
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so libavutilMon, 26 Apr 2010 13:36:17 +0000, by rbultje