Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-30Make av_get_random_seed() non-blockingMåns Rullgård
2010-06-30Change AES code to be strict-aliasing-safe.Reimar Döffinger
2010-06-28Pass subshift an argument of the proper type.Reimar Döffinger
2010-06-28Use a consistent type for multbl array function parameters.Reimar Döffinger
2010-06-26Add missing avutil.h include to libavutil/mem.hMåns Rullgård
2010-06-25Print a space after the AVClass prefix.Jai Menon
2010-06-22Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje
2010-06-22Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet
2010-06-17Add more tests to eval, help detecting some of the more apparentStefano Sabatini
2010-06-16Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini
2010-06-16Improve av_parse_eval() error reporting.Stefano Sabatini
2010-06-16icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos
2010-06-16Document FF_SYMVER and attribute_usedMichael Niedermayer
2010-06-15Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård
2010-06-14Fix compilation on windows CEMartin Storsjö
2010-06-13Fix av_compare_mod() doxy.Stefano Sabatini
2010-06-13Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini
2010-06-09log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla
2010-06-09Add win32 console color output.Ramiro Polla
2010-06-09Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla
2010-06-09Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla
2010-06-09Add av_compare_mod()Michael Niedermayer
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-05Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-06-04Add AV_BASE64_SIZE() macroHoward Chu
2010-06-04Deprecate PIX_FMT_YUVJ*Michael Niedermayer
2010-05-24Convert NaN to 0/0 in av_d2qDavid Conrad
2010-05-23Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-20Print parent log context too, if available.Michael Niedermayer
2010-05-20Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-20av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer
2010-05-16Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini
2010-05-15Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer
2010-05-10bswap: 10L add missing parens around macro argsMåns Rullgård
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-05-04Make av_strerror() print an error message mentioning the error codeStefano Sabatini
2010-04-29bswap: add macros to byteswap constantsMåns Rullgård
2010-04-29Fix typo.Jai Menon
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-28Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini
2010-04-27Reindent after r22968.Ronald S. Bultje
2010-04-27Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje
2010-04-26Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje
2010-04-244th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer