summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-05
* Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This isStefano Sabatini2010-03-04
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård2010-03-02
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-28
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-24
* 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