]> git.sesse.net Git - ffmpeg/history - libavutil
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263
[ffmpeg] / libavutil /
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...
2010-03-19 Stefano SabatiniExtend description for AVERROR_INVALIDDATA.
2010-03-14 Måns Rullgårderror.h: test EDOM instead of EINVAL
2010-03-14 Måns RullgårdAdd missing includes to libavutil/error.h
2010-03-14 Stefano SabatiniChange the definition of AVERROR_NUMEXPECTED at the...
2010-03-14 Stefano SabatiniMark AVERROR_ENOENT for deletion at the next libavutil...
2010-03-14 Stefano SabatiniLexically sort the error code definitions.
2010-03-13 Stefano SabatiniMark AVERROR_ENOMEM to be deleted at the next major...
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-13 Stefano SabatiniMake iff.c:decode_init return the value returned by
2010-03-13 Stefano SabatiniAdd missing parentheses around the AVERROR_PATCHWELCOME...
2010-03-13 Stefano SabatiniMove error code definitions from libavcodec/avcodec...
2010-03-11 Måns Rullgårdindent
2010-03-11 Måns Rullgårdrandom_seed: try other alternatives if reading /dev...
2010-03-11 Måns Rullgårdsha: add missing include
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-09 Måns Rullgårdlibm.h needs attributes.h
2010-03-09 Måns RullgårdMove libm replacements to new header libm.h
2010-03-09 Måns RullgårdFix build on configurations without fast av_log2()
2010-03-08 Måns RullgårdMore descriptive names for av_stristr() parameters
2010-03-08 Måns Rullgårdcosmetics: indent
2010-03-08 Måns RullgårdMerge two adjacent ifdef blocks
2010-03-08 Måns RullgårdMove gcc attribute macros to new header libavutil/attri...
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-03-08 Måns Rullgårdcheckheaders: skip per-arch headers not meant for direc...
2010-03-08 Måns RullgårdARM: add some missing includes
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-03-06 Stefano SabatiniBump minor number and add APIchanges entry after the...
2010-03-06 Måns RullgårdAdd av_stristr() function
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-03-05 Janusz KrzysztofikAdd initial support for 12-bit color mode.
2010-03-04 Stefano SabatiniDeclare the PIX_FMT_GRAY8 pixel format as a paletted...
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-02 Måns RullgårdFix build failure with fast_unaligned and non-gcc-compa...
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
2010-02-28 Vitor SessakImplement av_tree_destroy_free_elem() to destroy a...
2010-02-28 Carl Eugen HoyosInclude sha1.h from sha.c: It contains several prototypes.
2010-02-24 Stefano SabatiniExtend doxy for the src parameter of av_fifo_generic_wr...
2010-02-24 Michael NiedermayerAV_COPY16() & AV_ZERO16()
2010-02-24 Anton KhirnovAdd PUT_UTF16() macro.
2010-02-23 Michael NiedermayerClarify non constness of src in av_fifo_generic_write()
2010-02-22 Måns RullgårdARM: change argument/return type of bswap_16() to unsig...
2010-02-21 Måns RullgårdMore accurate value for log2(10)
2010-02-20 Måns RullgårdReplace log2f(10) with a constant
2010-02-20 Måns RullgårdAdd casts to correct return type in macros for missing...
next