]> git.sesse.net Git - ffmpeg/history - libavutil
Document the behavior of av_metadata_get() if the prev parameter is
[ffmpeg] / libavutil /
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...
2010-02-20 Carl Eugen HoyosGcc attribute may_alias is not supported (or silently...
2010-02-19 Måns RullgårdTOMI: 16- and 32-bit intreadwrite functions
2010-02-18 Måns RullgårdAdd alias-safe aligned AV_[RW]N macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_COPY/SWAP/ZERO macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_[RW] macros
2010-02-18 Måns RullgårdAdd alias-safe union typedefs
2010-02-16 Stefano SabatiniMove read_line() and write_line() definition from pixde...
2010-02-11 Kostya ShishkovSimplify expression as suggested by Måns Rullgård
2010-02-11 Kostya ShishkovMake SHA digest function write digest value with AV_WN3...
2010-02-09 Måns RullgårdDefine missing llrint() as macro instead of inline...
2010-02-07 Michael NiedermayerBump minor for av_compare_ts()
2010-02-07 Michael Niedermayerav_compare_ts()
2010-01-31 Stefano SabatiniFix grammar: write to DST THING -> write THING to DST.
2010-01-30 Stefano SabatiniRemove duplicated word in av_strlcat() doxy.
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-29 Måns RullgårdAdd AV_COPY32
2010-01-29 Måns RullgårdDefine av_alias if supported by compiler
2010-01-28 Måns RullgårdAdd --malloc-prefix to apply a prefix to malloc, free etc
2010-01-27 Måns RullgårdAdd macro AV_JOIN() for joining two tokens into one
2010-01-22 Måns RullgårdDECLARE_ALIGNED macro for TMS470 compiler
2010-01-22 Måns RullgårdAdd an AV_PRAGMA() macro for constructing _Pragma(...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 Måns RullgårdMake DECLARE_ALIGNED macros work with external array...
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-19 Måns RullgårdUse avconfig.h in pixfmt.h
2010-01-19 Måns RullgårdCreate and install libavutil/avconfig.h
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2010-01-17 Reimar DöffingerMake sure we do not export incorrect _NE pixformat...
2010-01-17 Måns RullgårdAdd missing parens in AV_WN macros
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2010-01-12 Vitor SessakAdd replacements for log2f(), exp2() and exp2f() for...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-27 Michael Niedermayer2nd try on documenting av_gcd().
2009-12-27 Michael NiedermayerDocument av_gcd().
2009-12-14 Michael NiedermayerPlace { of the function where indent -kr wants it.
2009-12-13 Michael NiedermayerMove #include where it belongs.
2009-12-13 Michael NiedermayerAdd a function to convert a number to a av_malloced...
2009-12-12 Stefano SabatiniImplement av_bmg_next(), a Box-Muller Gaussian random...
2009-12-03 Ramiro PollaMake av_log_level static at next lavu major version...
2009-11-26 Stefano SabatiniMake av_pix_fmt_descriptors use the same pixel format...
2009-11-24 Stefano SabatiniMake the pixdesc API public.
2009-11-23 Stefano SabatiniClarify PIX_FMT_BE flag doxy. Increase consistency...
2009-11-18 Stefano SabatiniClarify relations between log2_chroma_w, log2_chroma_h...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
next