summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-14
* Lexically sort the error code definitions.Stefano Sabatini2010-03-14
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-13
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* indentMåns Rullgård2010-03-11
* random_seed: try other alternatives if reading /dev/random failsMåns Rullgård2010-03-11
* sha: add missing includeMåns Rullgård2010-03-11
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* libm.h needs attributes.hMåns Rullgård2010-03-09
* Move libm replacements to new header libm.hMåns Rullgård2010-03-09
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-09
* More descriptive names for av_stristr() parametersMåns Rullgård2010-03-08
* cosmetics: indentMåns Rullgård2010-03-08
* Merge two adjacent ifdef blocksMåns Rullgård2010-03-08
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-08
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-08
* ARM: add some missing includesMåns Rullgård2010-03-08
* Add lots of missing includesMåns Rullgård2010-03-08
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-06
* Add av_stristr() functionMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-06
* 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