summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Replace log2f(10) with a constantMåns Rullgård2010-02-201-0/+3
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-201-3/+3
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-201-1/+1
* TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård2010-02-192-0/+150
* Add alias-safe aligned AV_[RW]N macrosMåns Rullgård2010-02-181-0/+32
* Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård2010-02-181-3/+8
* Use alias-safe types in AV_[RW] macrosMåns Rullgård2010-02-181-7/+7
* Add alias-safe union typedefsMåns Rullgård2010-02-181-0/+22
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-162-78/+84
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-111-1/+1
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-111-1/+2
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-091-4/+2
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-071-1/+1
* av_compare_ts()Michael Niedermayer2010-02-072-0/+17
* Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini2010-01-311-4/+4
* Remove duplicated word in av_strlcat() doxy.Stefano Sabatini2010-01-301-1/+1
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-303-1/+51
* Add AV_COPY32Måns Rullgård2010-01-291-0/+4
* Define av_alias if supported by compilerMåns Rullgård2010-01-291-0/+8
* Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård2010-01-281-0/+17
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-271-0/+4
* DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård2010-01-221-0/+7
* Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård2010-01-221-0/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård2010-01-211-3/+3
* H264 DXVA2 implementationLaurent Aimar2010-01-202-0/+7
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-201-19/+0
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-194-38/+109
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-191-4/+3
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-191-0/+2
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-182-2/+141
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-184-32/+32
* Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger2010-01-171-0/+3
* Add missing parens in AV_WN macrosMåns Rullgård2010-01-171-3/+3
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+4
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-161-16/+8
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-142-0/+49
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-121-0/+21
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-032-4/+4
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-011-1/+1
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-271-1/+1
* Document av_gcd().Michael Niedermayer2009-12-271-0/+5
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-141-1/+2
* Move #include where it belongs.Michael Niedermayer2009-12-132-1/+1
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-133-1/+13
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-123-2/+43
* Make av_log_level static at next lavu major version bump.Ramiro Polla2009-12-031-0/+3
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-262-6/+6
* Make the pixdesc API public.Stefano Sabatini2009-11-242-1/+3
* Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.Stefano Sabatini2009-11-231-1/+1
OpenPOWER on IntegriCloud