]> git.sesse.net Git - ffmpeg/history - libavutil
Use consistent condition for whether to run slice-threading execute function.
[ffmpeg] / libavutil /
2010-07-08 Stefano SabatiniBump minor after read/write_line() to av_read/write_ima...
2010-07-08 Stefano SabatiniReindent after r24101.
2010-07-08 Michael NiedermayerFix infinite loop with clock() returning (clock_t)-1.
2010-07-08 Michael NiedermayerChange i to unsigned in get_generic_seed().
2010-07-08 Diego BiurrunRestore array sizes in doxygen parameter names.
2010-07-07 Michael Niedermayerget_generic_seed() for the cases without /dev/random...
2010-07-07 Stefano SabatiniRename read/write_line() to av_read/write_image_line().
2010-07-07 Måns RullgårdARM: optimised integer clip functions
2010-07-07 Måns RullgårdARM: intmath.h cosmetics
2010-07-07 Måns RullgårdAllow arch-overrides for all common.h clip and log2...
2010-07-07 Måns RullgårdRemove macro duplication between common.h and intmath.h
2010-07-07 Måns Rullgårdintmath: whitespace cosmetics
2010-07-04 Måns Rullgårdaes: fix array index out of bounds warning
2010-07-03 Eli FriedmanSilence "comparison of unsigned expression >= 0 is...
2010-07-02 Reimar DöffingerMake mix function more readable.
2010-07-02 Ramiro Pollaavutil: bump minor version for r23985 (install lfg.h)
2010-07-02 Ramiro Pollaavutil: install lfg.h
2010-07-02 Diego BiurrunFix parameter name and position in av_crc_init Doxygen...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunAdd parameter names to av_log/av_vlog function declarat...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-07-01 Måns Rullgårdrandom_seed: simplify
2010-07-01 Måns RullgårdReindent
2010-07-01 Måns Rullgårdrandom_seed: allow to block on /dev/random
2010-06-30 Måns RullgårdImprove FF_SYMVER documentation
2010-06-30 Måns RullgårdImprove av_strerror() documentation
2010-06-30 Måns RullgårdImprove GET_UTF{8,16} documentation
2010-06-30 Måns Rullgårdaes: improve av_aes_crypt() documentation
2010-06-30 Måns Rullgårdadler32: add API documentation
2010-06-30 Måns Rullgårdbase64: improve documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Måns RullgårdMake av_get_random_seed() non-blocking
2010-06-30 Reimar DöffingerChange AES code to be strict-aliasing-safe.
2010-06-28 Reimar DöffingerPass subshift an argument of the proper type.
2010-06-28 Reimar DöffingerUse a consistent type for multbl array function parameters.
2010-06-26 Måns RullgårdAdd missing avutil.h include to libavutil/mem.h
2010-06-25 Jai MenonPrint a space after the AVClass prefix.
2010-06-22 Ronald S. BultjeAdd av_clip_int8(), used in the upcoming VP8 decoder.
2010-06-22 Benoit FouetAdd missing parentheses in MKTAG and MKBETAG macros.
2010-06-16 Stefano SabatiniAdd more tests to eval, help detecting some of the...
2010-06-16 Stefano SabatiniMake av_parse_expr() fail if there are trailing chars...
2010-06-16 Stefano SabatiniImprove av_parse_eval() error reporting.
2010-06-16 Carl Eugen Hoyosicc 12 finally fixed attribute(used) so gcc's DECLARE_A...
2010-06-16 Michael NiedermayerDocument FF_SYMVER and attribute_used
2010-06-15 Måns RullgårdFix symbol version compat wrappers on systems with...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-06-14 Martin StorsjöFix compilation on windows CE
2010-06-13 Stefano SabatiniFix av_compare_mod() doxy.
2010-06-13 Stefano SabatiniAdd APIchanges entry and bump minor after av_compare_mo...
2010-06-09 Ramiro Pollalog.c: Use parameter passed to macro instead of the...
2010-06-09 Ramiro PollaAdd win32 console color output.
2010-06-09 Ramiro PollaMove ansi color array to outside of av_log_default_call...
2010-06-09 Ramiro PollaRename use_ansi_color to use_color so it is not ANSI...
2010-06-09 Michael NiedermayerAdd av_compare_mod()
2010-06-05 Stefano SabatiniMove eval.c and eval.h from libavcodec to libavutil...
2010-06-05 Stefano SabatiniBump lavu minor and add APIchanges entry after AV_BASE6...
2010-06-04 Howard ChuUse AV_BASE64_SIZE() macro
2010-06-04 Howard ChuAdd AV_BASE64_SIZE() macro
2010-06-03 Michael NiedermayerDeprecate PIX_FMT_YUVJ*
2010-05-24 David ConradConvert NaN to 0/0 in av_d2q
2010-05-23 Martin StorsjöBump libavutil minor version for the addition of av_get...
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-05-19 Michael NiedermayerPrint parent log context too, if available.
2010-05-19 Michael NiedermayerMake it possible for a log context to keep track of...
2010-05-19 Michael Niedermayerav_default_item_name() so Simply AVClasses need 1 funct...
2010-05-16 Stefano SabatiniClarify description for the MONOWHITE and MONOBLACK...
2010-05-15 Stefano SabatiniClarify descriptions for RGB4, BGR4, NV12, NV21,
2010-05-13 Michael Niedermayerav_alias is an attribute and belongs to attributes.h
2010-05-09 Måns Rullgårdbswap: 10L add missing parens around macro args
2010-05-08 Michael NiedermayerAdd means to adjust the log level per context.
2010-05-05 Stefano SabatiniMake av_strerror() return -1 even in the case when...
2010-05-03 Stefano SabatiniMake av_strerror() print an error message mentioning...
2010-04-29 Måns Rullgårdbswap: add macros to byteswap constants
2010-04-28 Jai MenonFix typo.
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-27 Stefano SabatiniDrop AVERROR_NOTSUPP at the next major bump, use AVERRO...
2010-04-26 Ronald S. BultjeReindent after r22968.
2010-04-26 Ronald S. BultjeWrite clip-related decimal numbers into hex, where...
2010-04-26 Ronald S. BultjeFix broken 32-bit clipping, and write numbers in hex...
2010-04-23 Michael Niedermayer4th try at getting ansi colors working with a default...
2010-04-23 Måns RullgårdWorkaround for missing llrintf()
2010-04-23 Michael NiedermayerTrying _WIN32 for win32 detection.
2010-04-23 Michael NiedermayerMerge the 2 ANSI ESC codes.
2010-04-23 Michael NiedermayerReenable ANSI colors, use method from VLC as suggested...
2010-04-22 Michael NiedermayerDisable ANSI color code until we figured out how to...
2010-04-22 Michael NiedermayerColoring the log with ANSI.
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-14 Andreas ÖmanAdd PIX_FMT_Y400A, 8bit gray, 8bit alpha
2010-04-09 Alex ConverseAdd M_SQRT2 to the constants in mathematics.h.
2010-04-06 Stefano SabatiniClarify doxy for av_fifo_alloc().
2010-04-02 Michael Niedermayerav_builtin_constant_p()
2010-03-30 Stefano SabatiniMove AVMediaType from libavcodec to libavutil.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-25 Stefano SabatiniImplement av_strerror().
2010-03-25 Stefano SabatiniPrefer '///< ...' doxygen inline syntax over '/**<...
2010-03-25 Stefano SabatiniUse consistent punctuation rules for the error message...
2010-03-21 Stefano SabatiniDrop AVERROR_NOFMT at the next libavutil major bump.
2010-03-19 Stefano SabatiniChange the definition of AVERROR_INVALIDDATA at the...
next