summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud