summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* AV_COPY16() & AV_ZERO16()Michael Niedermayer2010-02-24
* Add PUT_UTF16() macro.Anton Khirnov2010-02-24
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-23
* ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård2010-02-22
* More accurate value for log2(10)Måns Rullgård2010-02-21
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-20
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-20
* TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2010-02-19
* Add alias-safe aligned AV_[RW]N macrosMåns Rullgård2010-02-18
* Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård2010-02-18
* Use alias-safe types in AV_[RW] macrosMåns Rullgård2010-02-18
* Add alias-safe union typedefsMåns Rullgård2010-02-18
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-16
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-11
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-11
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-09
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-07
* av_compare_ts()Michael Niedermayer2010-02-07
* Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini2010-01-31
* Remove duplicated word in av_strlcat() doxy.Stefano Sabatini2010-01-30
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* Add AV_COPY32Måns Rullgård2010-01-29
* Define av_alias if supported by compilerMåns Rullgård2010-01-29
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-28
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-27
* DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård2010-01-22
* Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård2010-01-21
* H264 DXVA2 implementationLaurent Aimar2010-01-20
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-19
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-19
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-19
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-18
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
* Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger2010-01-17
* Add missing parens in AV_WN macrosMåns Rullgård2010-01-17
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-14
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-12
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-27
* Document av_gcd().Michael Niedermayer2009-12-27
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-14
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13