summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-26
* Print a space after the AVClass prefix.Jai Menon2010-06-25
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-22
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-16
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-16
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-16
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-16
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-16
* Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård2010-06-15
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-15
* Fix compilation on windows CEMartin Storsjö2010-06-14
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-13
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-13
* log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla2010-06-09
* Add win32 console color output.Ramiro Polla2010-06-09
* Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla2010-06-09
* Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla2010-06-09
* Add av_compare_mod()Michael Niedermayer2010-06-09
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-05
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Add AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Deprecate PIX_FMT_YUVJ*Michael Niedermayer2010-06-03
* Convert NaN to 0/0 in av_d2qDavid Conrad2010-05-24
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-23
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Print parent log context too, if available.Michael Niedermayer2010-05-19
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-19
* av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer2010-05-19
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini2010-05-16
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini2010-05-15
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-13
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-09
* Add means to adjust the log level per context.Michael Niedermayer2010-05-08
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-05
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-03
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-29
* Fix typo.Jai Menon2010-04-28
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-27
* Reindent after r22968.Ronald S. Bultje2010-04-26
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-26
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* 4th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer2010-04-23
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* Trying _WIN32 for win32 detection.Michael Niedermayer2010-04-23
* Merge the 2 ANSI ESC codes.Michael Niedermayer2010-04-23
* Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer2010-04-23
* Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer2010-04-22