| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass subshift an argument of the proper type. | Reimar Döffinger | 2010-06-28 | 1 | -1/+1 |
* | Use a consistent type for multbl array function parameters. | Reimar Döffinger | 2010-06-28 | 1 | -3/+3 |
* | Add missing avutil.h include to libavutil/mem.h | Måns Rullgård | 2010-06-26 | 1 | -0/+1 |
* | Print a space after the AVClass prefix. | Jai Menon | 2010-06-25 | 1 | -2/+2 |
* | Add av_clip_int8(), used in the upcoming VP8 decoder. | Ronald S. Bultje | 2010-06-22 | 1 | -0/+11 |
* | Add missing parentheses in MKTAG and MKBETAG macros. | Benoit Fouet | 2010-06-22 | 1 | -2/+2 |
* | Add more tests to eval, help detecting some of the more apparent | Stefano Sabatini | 2010-06-16 | 1 | -0/+38 |
* | Make av_parse_expr() fail if there are trailing chars at the end of | Stefano Sabatini | 2010-06-16 | 1 | -0/+6 |
* | Improve av_parse_eval() error reporting. | Stefano Sabatini | 2010-06-16 | 1 | -5/+5 |
* | icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. | Carl Eugen Hoyos | 2010-06-16 | 1 | -1/+1 |
* | Document FF_SYMVER and attribute_used | Michael Niedermayer | 2010-06-16 | 1 | -0/+15 |
* | Fix symbol version compat wrappers on systems with export prefixes | Måns Rullgård | 2010-06-15 | 1 | -5/+5 |
* | Add compatibility wrappers for functions moved from lavf to lavc | Måns Rullgård | 2010-06-15 | 1 | -0/+11 |
* | Fix compilation on windows CE | Martin Storsjö | 2010-06-14 | 1 | -2/+2 |
* | Fix av_compare_mod() doxy. | Stefano Sabatini | 2010-06-13 | 1 | -5/+7 |
* | Add APIchanges entry and bump minor after av_compare_mod() addition. | Stefano Sabatini | 2010-06-13 | 1 | -1/+1 |
* | log.c: Use parameter passed to macro instead of the equivalent local variable | Ramiro Polla | 2010-06-09 | 1 | -1/+1 |
* | Add win32 console color output. | Ramiro Polla | 2010-06-09 | 1 | -3/+23 |
* | Move ansi color array to outside of av_log_default_callback(). Do not pass | Ramiro Polla | 2010-06-09 | 1 | -4/+4 |
* | Rename use_ansi_color to use_color so it is not ANSI-specific. | Ramiro Polla | 2010-06-09 | 1 | -6/+6 |
* | Add av_compare_mod() | Michael Niedermayer | 2010-06-09 | 2 | -0/+16 |
* | Move eval.c and eval.h from libavcodec to libavutil, and make the eval | Stefano Sabatini | 2010-06-05 | 4 | -1/+661 |
* | Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() | Stefano Sabatini | 2010-06-05 | 1 | -1/+1 |
* | Use AV_BASE64_SIZE() macro | Howard Chu | 2010-06-04 | 1 | -1/+1 |
* | Add AV_BASE64_SIZE() macro | Howard Chu | 2010-06-04 | 1 | -0/+5 |
* | Deprecate PIX_FMT_YUVJ* | Michael Niedermayer | 2010-06-03 | 1 | -4/+4 |
* | Convert NaN to 0/0 in av_d2q | David Conrad | 2010-05-24 | 1 | -0/+2 |
* | Bump libavutil minor version for the addition of av_get_random_seed | Martin Storsjö | 2010-05-23 | 1 | -2/+2 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 3 | -2/+12 |
* | Print parent log context too, if available. | Michael Niedermayer | 2010-05-19 | 1 | -3/+9 |
* | Make it possible for a log context to keep track of its parent context. | Michael Niedermayer | 2010-05-19 | 2 | -1/+9 |
* | av_default_item_name() so Simply AVClasses need 1 function less. | Michael Niedermayer | 2010-05-19 | 2 | -0/+5 |
* | Clarify description for the MONOWHITE and MONOBLACK pixel formats. | Stefano Sabatini | 2010-05-16 | 1 | -2/+2 |
* | Clarify descriptions for RGB4, BGR4, NV12, NV21, | Stefano Sabatini | 2010-05-15 | 1 | -5/+5 |
* | av_alias is an attribute and belongs to attributes.h | Michael Niedermayer | 2010-05-13 | 2 | -8/+8 |
* | bswap: 10L add missing parens around macro args | Måns Rullgård | 2010-05-09 | 1 | -2/+2 |
* | Add means to adjust the log level per context. | Michael Niedermayer | 2010-05-08 | 3 | -1/+10 |
* | Make av_strerror() return -1 even in the case when av_strerror_r() is | Stefano Sabatini | 2010-05-05 | 3 | -3/+6 |
* | Make av_strerror() print an error message mentioning the error code | Stefano Sabatini | 2010-05-03 | 2 | -3/+4 |
* | bswap: add macros to byteswap constants | Måns Rullgård | 2010-04-29 | 1 | -0/+17 |
* | Fix typo. | Jai Menon | 2010-04-28 | 1 | -1/+1 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 2 | -1/+9 |
* | Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) | Stefano Sabatini | 2010-04-27 | 2 | -2/+1 |
* | Reindent after r22968. | Ronald S. Bultje | 2010-04-26 | 1 | -4/+4 |
* | Write clip-related decimal numbers into hex, where they make more sense. | Ronald S. Bultje | 2010-04-26 | 1 | -3/+3 |
* | Fix broken 32-bit clipping, and write numbers in hex instead of decimal so | Ronald S. Bultje | 2010-04-26 | 1 | -1/+1 |
* | 4th try at getting ansi colors working with a default of color=yes_please. | Michael Niedermayer | 2010-04-23 | 1 | -5/+12 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+5 |
* | Trying _WIN32 for win32 detection. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |
* | Merge the 2 ANSI ESC codes. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |