summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Use attribute force_align_arg_pointer only on x86_32.Carl Eugen Hoyos2010-07-171-1/+1
* Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini2010-07-111-1/+1
* Install bswap.h and intreadwrite.hMåns Rullgård2010-07-101-0/+2
* Make intreadwrite.h installation-safeMåns Rullgård2010-07-101-8/+14
* Make bswap.h safe to install as public APIMåns Rullgård2010-07-101-2/+8
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-1012-63/+63
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-105-34/+34
* intreadwrite: common.h is not needed, attributes.h is sufficientMåns Rullgård2010-07-101-1/+1
* lfg: add missing includesMåns Rullgård2010-07-101-0/+2
* pixdesc: add missing includesMåns Rullgård2010-07-101-0/+2
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-081-1/+1
* Reindent after r24101.Stefano Sabatini2010-07-082-4/+4
* Fix infinite loop with clock() returning (clock_t)-1.Michael Niedermayer2010-07-081-6/+6
* Change i to unsigned in get_generic_seed().Michael Niedermayer2010-07-081-2/+2
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-1/+1
* get_generic_seed() for the cases without /dev/random and AV_READ_TIMEMichael Niedermayer2010-07-071-6/+34
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-072-4/+4
* ARM: optimised integer clip functionsMåns Rullgård2010-07-071-0/+45
* ARM: intmath.h cosmeticsMåns Rullgård2010-07-071-3/+7
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-071-8/+32
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-072-20/+14
* intmath: whitespace cosmeticsMåns Rullgård2010-07-071-14/+9
* aes: fix array index out of bounds warningMåns Rullgård2010-07-041-1/+1
* Silence "comparison of unsigned expression >= 0 is always true" warning.Eli Friedman2010-07-031-1/+1
* Make mix function more readable.Reimar Döffinger2010-07-021-4/+5
* avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla2010-07-021-2/+2
* avutil: install lfg.hRamiro Polla2010-07-021-0/+1
* Fix parameter name and position in av_crc_init Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-1/+1
* Add parameter names to av_log/av_vlog function declarations.Diego Biurrun2010-07-021-3/+3
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-2/+2
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-012-1/+112
* random_seed: simplifyMåns Rullgård2010-07-011-5/+3
* ReindentMåns Rullgård2010-07-011-1/+1
* random_seed: allow to block on /dev/randomMåns Rullgård2010-07-011-3/+0
* Improve FF_SYMVER documentationMåns Rullgård2010-06-301-6/+15
* Improve av_strerror() documentationMåns Rullgård2010-06-301-0/+2
* Improve GET_UTF{8,16} documentationMåns Rullgård2010-06-301-23/+18
* aes: improve av_aes_crypt() documentationMåns Rullgård2010-06-301-1/+1
* adler32: add API documentationMåns Rullgård2010-06-301-0/+12
* base64: improve documentationMåns Rullgård2010-06-301-13/+13
* Fix grammar errors in documentationMåns Rullgård2010-06-3020-89/+89
* Make av_get_random_seed() non-blockingMåns Rullgård2010-06-301-10/+24
* Change AES code to be strict-aliasing-safe.Reimar Döffinger2010-06-301-32/+42
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-281-1/+1
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-281-3/+3
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-261-0/+1
* Print a space after the AVClass prefix.Jai Menon2010-06-251-2/+2
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-221-0/+11
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-221-2/+2
OpenPOWER on IntegriCloud