summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-141-1/+1
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-141-0/+3
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-141-1/+5
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-141-1/+1
* Lexically sort the error code definitions.Stefano Sabatini2010-03-141-4/+5
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-131-1/+1
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-1/+1
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-131-0/+4
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-131-1/+1
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-133-1/+50
* indentMåns Rullgård2010-03-111-1/+1
* random_seed: try other alternatives if reading /dev/random failsMåns Rullgård2010-03-111-1/+2
* sha: add missing includeMåns Rullgård2010-03-111-0/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-0925-28/+26
* libm.h needs attributes.hMåns Rullgård2010-03-091-0/+1
* Move libm replacements to new header libm.hMåns Rullgård2010-03-092-59/+91
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-092-11/+31
* More descriptive names for av_stristr() parametersMåns Rullgård2010-03-081-7/+8
* cosmetics: indentMåns Rullgård2010-03-081-1/+1
* Merge two adjacent ifdef blocksMåns Rullgård2010-03-081-3/+0
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-083-78/+109
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-082-22/+22
* checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård2010-03-081-0/+2
* ARM: add some missing includesMåns Rullgård2010-03-081-0/+1
* Add lots of missing includesMåns Rullgård2010-03-081-0/+1
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-061-1/+1
* Add av_stristr() functionMåns Rullgård2010-03-062-0/+26
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-3/+0
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-061-0/+2
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-052-0/+53
* Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This isStefano Sabatini2010-03-041-0/+1
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-033-3/+14
* Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård2010-03-021-1/+1
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-012-10/+0
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-282-0/+10
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-281-0/+1
* Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini2010-02-241-1/+2
* AV_COPY16() & AV_ZERO16()Michael Niedermayer2010-02-241-0/+8
* Add PUT_UTF16() macro.Anton Khirnov2010-02-241-0/+30
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-231-0/+1
* ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård2010-02-221-2/+2
* More accurate value for log2(10)Måns Rullgård2010-02-211-1/+1
* 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
OpenPOWER on IntegriCloud