summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-012-1/+112
* random_seed: simplifyMåns Rullgård2010-07-011-5/+3
* ReindentMåns Rullgård2010-07-011-1/+1
* random_seed: allow to block on /dev/randomMåns Rullgård2010-07-011-3/+0
* Improve FF_SYMVER documentationMåns Rullgård2010-06-301-6/+15
* Improve av_strerror() documentationMåns Rullgård2010-06-301-0/+2
* Improve GET_UTF{8,16} documentationMåns Rullgård2010-06-301-23/+18
* aes: improve av_aes_crypt() documentationMåns Rullgård2010-06-301-1/+1
* adler32: add API documentationMåns Rullgård2010-06-301-0/+12
* base64: improve documentationMåns Rullgård2010-06-301-13/+13
* Fix grammar errors in documentationMåns Rullgård2010-06-3020-89/+89
* Make av_get_random_seed() non-blockingMåns Rullgård2010-06-301-10/+24
* Change AES code to be strict-aliasing-safe.Reimar Döffinger2010-06-301-32/+42
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-281-1/+1
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-281-3/+3
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-261-0/+1
* Print a space after the AVClass prefix.Jai Menon2010-06-251-2/+2
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-221-0/+11
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-221-2/+2
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-161-0/+38
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-161-0/+6
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-161-5/+5
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-161-1/+1
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-161-0/+15
* Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård2010-06-151-5/+5
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-151-0/+11
* Fix compilation on windows CEMartin Storsjö2010-06-141-2/+2
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-131-5/+7
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-131-1/+1
* log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla2010-06-091-1/+1
* Add win32 console color output.Ramiro Polla2010-06-091-3/+23
* Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla2010-06-091-4/+4
* Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla2010-06-091-6/+6
* Add av_compare_mod()Michael Niedermayer2010-06-092-0/+16
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-054-1/+661
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-051-1/+1
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-041-1/+1
* Add AV_BASE64_SIZE() macroHoward Chu2010-06-041-0/+5
* Deprecate PIX_FMT_YUVJ*Michael Niedermayer2010-06-031-4/+4
* Convert NaN to 0/0 in av_d2qDavid Conrad2010-05-241-0/+2
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-231-2/+2
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-233-2/+12
* Print parent log context too, if available.Michael Niedermayer2010-05-191-3/+9
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-192-1/+9
* av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer2010-05-192-0/+5
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini2010-05-161-2/+2
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini2010-05-151-5/+5
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-132-8/+8
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-091-2/+2
* Add means to adjust the log level per context.Michael Niedermayer2010-05-083-1/+10